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
Can anyone help me find the Script Error with Amnesia Monster PatchNodes and stuff??
danimora2012 Offline
Junior Member

Posts: 47
Threads: 18
Joined: Apr 2012
Reputation: 0
#1
Shocked  Can anyone help me find the Script Error with Amnesia Monster PatchNodes and stuff??

Thank you for reading this post...
My problem is that i can not make the monster go through the door...il leave my custom story attached so you can download it... here is my 01_example.hps Script -----



void OnStart()
{
SetEntityPlayerInteractCallBack("key_torture_chamber_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");
}


If you know the quick fix for this please reply...You will take place in the credits section if you allow it... Please download it and see it for your self...While you do that please tell me if the custom story is good or not...i only have 2 small maps at the moment...use level editor to see where the monster is supposed to come in...the key is at the "stove_front" the monster is in the second map...
I hope you can help me...Il reply to you the fastest i can...
Smile Please...help me Tongue


Attached Files
.rar   Ghosthunting.rar (Size: 1.52 MB / Downloads: 134)
(This post was last modified: 09-13-2012, 09:36 AM by danimora2012.)
09-13-2012, 08:32 AM
Find


Messages In This Thread
Can anyone help me find the Script Error with Amnesia Monster PatchNodes and stuff?? - by danimora2012 - 09-13-2012, 08:32 AM
Reply - by Robby - 09-13-2012, 09:13 AM
RE: Reply - by danimora2012 - 09-13-2012, 09:35 AM
RE: Reply - by Robby - 09-13-2012, 09:38 AM
RE: Reply - by danimora2012 - 09-13-2012, 10:00 AM



Users browsing this thread: 1 Guest(s)