The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



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
game crash
aqfitz622 Offline
Junior Member

Posts: 23
Threads: 9
Joined: Nov 2011
Reputation: 0
#1
game crash


FATAL ERROR: Could not load script file 'custom_stories/Hotel/maps/Hotel.hps'!
main (9, 48) : ERR : Expected ')' or ','

heres my hotel.hps so far

void OnStart()

{
AddUseItemCallback("", "floortwokey", "mansion_9", "UsedKeyOnDoor", true);
}

void UsedKeyOnDoor(string &in asItem, string &in asEntity)
{
SetSwingDoorLocked("mansion_9", false, true;
PlaySoundAtEntity("", "unlock_door", "mansion_9", 0, false);
RemoveItem("floortwokey");
}

void OnEnter()
{

}

void OnLeave()
{

}
12-11-2011, 07:44 PM
Find


Messages In This Thread
game crash - by aqfitz622 - 12-11-2011, 07:44 PM
RE: game crash - by Dyloo - 12-11-2011, 10:23 PM



Users browsing this thread: 1 Guest(s)