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
Custom Story Error? pls Heeelp
Radical Batz Offline
Posting Freak

Posts: 953
Threads: 145
Joined: Dec 2013
Reputation: 25
#1
Custom Story Error? pls Heeelp

so this is the script for my amnesia custom story!

void OnStart()
{
setEntityPlayerInteractCallback("key_tomb_rusty_1", "ActivateMonster"), true);
}

void OnEnter()
{

}

void OnLeave()
{

}

void ActivateMonster(string &in item)
{
SetEntityActive("servant_grunt_1", true);
AddEnemyPatrolNode("servant_grunt_1", "PathNodeArea_1", 0, "Idle");
AddEnemyPatrolNode("servant_grunt_1", "PathNodeArea_2", 0, "Idle");
}



Is there something I did wrong because I keep getting an error whenever I load my custom story! saying "FATAL ERROR: Could not load script file
'custom_stories/ThereHasToBeaWayout/maps/ch01/ThereHasToBeaWayOut.hps'!
main (4,77):ERR :Expected ';'
(This post was last modified: 12-20-2013, 02:52 PM by Radical Batz.)
12-20-2013, 02:50 PM
Find


Messages In This Thread
Custom Story Error? pls Heeelp - by Radical Batz - 12-20-2013, 02:50 PM
RE: Custom Story Error? pls Heeelp - by RaideX - 12-20-2013, 03:47 PM
RE: Custom Story Error? pls Heeelp - by Romulator - 12-20-2013, 03:55 PM
RE: Custom Story Error? pls Heeelp - by Kreekakon - 10-05-2014, 04:01 PM



Users browsing this thread: 1 Guest(s)