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


Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fatal Error Help!!
tigerlillymaya13 Offline
Junior Member

Posts: 44
Threads: 8
Joined: Feb 2017
Reputation: 0
#3
Not Solved RE: Fatal Error Help!!

It says Fatal Error could not load script file, customstories/deadly secrets/maps/rooms.hps, main (20, 1), if the error is referring to the room map line 20 has nothing...

///////////////////////////
// Run when the map starts
void OnStart()
{
AddUseItemCallback("", "Room Key, "Bedroom", "UsekeyOnDoor", true);
}


Void UseKeyOnDoor(string &in asItem, string &in asEntity);
{
SetLevelDoorLocked(Bedroom, false, true);
void PlaySoundAtEntity("", "unlock_door.snt", asEntity, 0, false);
RemoveItem(asItem);
}

{
void OnLeave()

{

}
(This post was last modified: 12-11-2017, 05:06 PM by tigerlillymaya13.)
12-11-2017, 04:27 PM
Find


Messages In This Thread
Fatal Error Help!! - by tigerlillymaya13 - 12-10-2017, 07:11 PM
RE: Fatal Error Help!! - by Mudbill - 12-11-2017, 01:21 AM
RE: Fatal Error Help!! - by tigerlillymaya13 - 12-11-2017, 04:27 PM
RE: Fatal Error Help!! - by Mudbill - 12-11-2017, 10:54 PM
RE: Fatal Error Help!! - by tigerlillymaya13 - 12-12-2017, 04:57 PM
RE: Fatal Error Help!! - by Abion47 - 12-12-2017, 11:51 PM
RE: Fatal Error Help!! - by tigerlillymaya13 - 12-13-2017, 05:05 PM
RE: Fatal Error Help!! - by tigerlillymaya13 - 12-13-2017, 11:20 PM



Users browsing this thread: 1 Guest(s)