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
ERROR MESSAGE! custom story fix? pls help
Radical Batz Offline
Posting Freak

Posts: 953
Threads: 145
Joined: Dec 2013
Reputation: 25
#1
Sad  ERROR MESSAGE! custom story fix? pls help

Whenever I load my custom story, it keeps getting this error message saying "FATAL ERROR: Could not load script file
'custom_stories/ThereMustBeaWayOut/maps/ch01/ThereMustBeaWayOut.hps'! main (8,10): ERR : Expected '('

and first the description of my custom story appeared but then after it did not!!!!!!!!Angry

///////////////////////////////////////////////////////////////
//so this is my hps file, is there something wrong I did?///
////////////////////////////////////////////////////////////////

void PickupKey(string &in asEntity, string &in asItem)
{
AddQuest("quest1", "TestQuest");
AddUseItemCallback("", "Bedroom Key", "bedroomdoor","Use Bedroom Key", true);

}

void Use Bedroom Key(string &in asItem, string &in asEntity)
{
SetMessage("message", "message1", 3);
}
(This post was last modified: 12-21-2013, 09:43 PM by Radical Batz.)
12-21-2013, 09:34 PM
Find


Messages In This Thread
ERROR MESSAGE! custom story fix? pls help - by Radical Batz - 12-21-2013, 09:34 PM



Users browsing this thread: 1 Guest(s)