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
FATAL ERROR COULD NOT LOAD SCRIPT *CUSTOM STORY*
goodcap Offline
Member

Posts: 193
Threads: 112
Joined: Jun 2012
Reputation: 3
#1
FATAL ERROR COULD NOT LOAD SCRIPT *CUSTOM STORY*

FATAL ERROR, COULD NOT LOAD SCRIPT FILE (something with HPS)
////////////////////////////


// Run first time starting map
void OnStart()
{
AddUseItemCallback("", "kaasje", "eerstedeur", "UsedKeyOnDoor", true);
}

void UsedKeyOnDoor(string &in asitem, string &in asEntity)
{
SetSwingDoorLocked("eerstedeur", false, true);
PlaySoundAtEntity("", "unlock_door", "eerstedeur", 0, false);
RemoveItem("kaasje");
}




////////////////////////////
// Run when entering map
void OnEnter()
{

}

////////////////////////////
// Run when leaving map
void OnLeave()


06-10-2012, 02:53 PM
Find


Messages In This Thread
FATAL ERROR COULD NOT LOAD SCRIPT *CUSTOM STORY* - by goodcap - 06-10-2012, 02:53 PM



Users browsing this thread: 1 Guest(s)