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
Script Fatal Error
SystemFail Offline
Junior Member

Posts: 11
Threads: 2
Joined: Jun 2013
Reputation: 0
#1
Sad  Script Fatal Error

Hi everyone. I am new at forum and my english is not very good really, so i need help about my script. My script in .hps file is
void OnStart()
{
AddUseItemCallback("", "TheKey_1", "door_1", "UsedKeyOnDoor", true);
}

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



{
AddEntityCollideCallback("Player", "The_Quest_Area", "GetTheQuest", true, 1);
AddEntityCollideCallback("Player", "The_Complete_Area", "FinishTheQuest", true, 1);
}

void GetTheQuest(string &in asParent, string &in asChild, int alState)
{
AddQuest("thequest", "TheQuest");
}

void FinishTheQuest(string &in asParent, string &in asChild, int alState)
{
CompleteQuest("thequest", "TheQuest");
}
I am getting the Fatal error when i try to enter my custom story. The error is; FATAL ERROR:Could not load script file custom_stories/bla/maps/bla.hps!
main(15,1):ERR:Unexpected '{'
Thanks for your help,
06-15-2013, 08:09 PM
Find


Messages In This Thread
Script Fatal Error - by SystemFail - 06-15-2013, 08:09 PM
RE: Script Fatal Error - by 7heDubz - 06-15-2013, 08:17 PM
RE: Script Fatal Error - by SystemFail - 06-15-2013, 08:39 PM
RE: Script Fatal Error - by 7heDubz - 06-15-2013, 08:42 PM
RE: Script Fatal Error - by SystemFail - 06-15-2013, 08:44 PM
RE: Script Fatal Error - by 7heDubz - 06-15-2013, 08:56 PM
RE: Script Fatal Error - by SystemFail - 06-15-2013, 09:05 PM
RE: Script Fatal Error - by 7heDubz - 06-15-2013, 09:20 PM
RE: Script Fatal Error - by SystemFail - 06-15-2013, 09:27 PM
RE: Script Fatal Error - by 7heDubz - 06-15-2013, 09:46 PM
RE: Script Fatal Error - by SystemFail - 06-15-2013, 09:56 PM
RE: Script Fatal Error - by 7heDubz - 06-15-2013, 10:11 PM
RE: Script Fatal Error - by SystemFail - 06-16-2013, 12:09 AM



Users browsing this thread: 1 Guest(s)