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.

master
Clonkonaut 2018-03-17 16:31:43 +01:00
parent 52d8fdbafd
commit 4b0bca3c0d
1 changed files with 2 additions and 2 deletions

View File

@ -315,9 +315,9 @@ global func FxTutorialFirestonesTimer()
global func FxTutorialWipfHoleTimer() 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) if (clonk)
{ {Log("this");
var plr = clonk->GetOwner(); var plr = clonk->GetOwner();
var throw = GetPlayerControlAssignment(plr, CON_Throw, true, true); var throw = GetPlayerControlAssignment(plr, CON_Throw, true, true);
guide->AddGuideMessage(Format("$MsgTutorialFoundWipf$", throw)); guide->AddGuideMessage(Format("$MsgTutorialFoundWipf$", throw));