From 4b0bca3c0d739f3d0624f50416c0bb227a93b502 Mon Sep 17 00:00:00 2001 From: Clonkonaut Date: Sat, 17 Mar 2018 16:31:43 +0100 Subject: [PATCH] Tutorial 2: Tell the player about Roger a bit earlier (when entering the junction), so you do not miss him and mess up the scenario. --- planet/Tutorials.ocf/Tutorial02.ocs/Script.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/planet/Tutorials.ocf/Tutorial02.ocs/Script.c b/planet/Tutorials.ocf/Tutorial02.ocs/Script.c index 154b1a1a1..f974db163 100644 --- a/planet/Tutorials.ocf/Tutorial02.ocs/Script.c +++ b/planet/Tutorials.ocf/Tutorial02.ocs/Script.c @@ -315,9 +315,9 @@ global func FxTutorialFirestonesTimer() global func FxTutorialWipfHoleTimer() { - var clonk = FindObject(Find_OCF(OCF_CrewMember), Find_InRect(368, 496, 72, 56)); + var clonk = FindObject(Find_OCF(OCF_CrewMember), Find_InRect(325, 525, 72, 56)); if (clonk) - { + {Log("this"); var plr = clonk->GetOwner(); var throw = GetPlayerControlAssignment(plr, CON_Throw, true, true); guide->AddGuideMessage(Format("$MsgTutorialFoundWipf$", throw));