Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script Help How to unluck a door from another map?
z3akx Offline
Junior Member

Posts: 15
Threads: 4
Joined: Dec 2011
Reputation: 0
#15
RE: How to unluck a door from another map?

Okay now im getting this error

FATAL ERROR: Could not load script file 'custom_stories/blabla/bla/blabla/Maps/Forest.hps'! ExecuteString(1, 1) : ERR : No matching signatures to 'OnLeave()'
main (21,20) : ERR : Expected identifier
main (22,2) : ERR : Unexpected token '}'
main (24,2) : ERR : Unexpected token '}'

the "main" part is this


void OnStart()
{
if(GetGlobalVarInt("UnluckAbandonedHouseDoor") == 1)
}
SetLevelDoorLocked("Level_AbandonedHouse", false);
}
else return;
}
}


I dont get it -.-
it's probably because i dont understand how the scripting are connected to one another :-)
04-30-2012, 07:40 PM
Find


Messages In This Thread
How to unluck a door from another map? - by z3akx - 04-30-2012, 03:54 PM
RE: How to unluck a door from another map? - by z3akx - 04-30-2012, 07:40 PM



Users browsing this thread: 1 Guest(s)