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 Token ´{´
DanyR07 Offline
Junior Member

Posts: 1
Threads: 1
Joined: Aug 2012
Reputation: 0
#1
FATAL ERROR Token ´{´

OK guys, im using the scripting guide: "From Noob to Pro", but i have a problem, when i get to the part when he teach us how to make the grunt get activate when u pick de key, i cant do that because i have a problem with (17/1) token. Here is the scripting



void OnStart()
{
SetEntityPlayerInteractCallback("key_study_1", "ActivateMonster", true);
}


void OnEnter()
{
AddDebugMessage("OnEnter!", false);
}


void OnLeave()
{
AddDebugMessage("OnLeave!", false);
}


void ActivateMonster(string &in item);
{ <-----(17/1) token whit amnesia say have a problem
SetEntityActive("servant_grunt_1", true)
AddEnemyPatrolNode("servant_grunt_1", "PathNodeArea_1", 0, "Idle");
AddEnemyPatrolNode("servant_grunt_1", "PathNodeArea_2", 0, "Idle");
}
I really appreciate ur help guys!!!!!!!! HEERP
08-02-2012, 01:35 AM
Find


Messages In This Thread
FATAL ERROR Token ´{´ - by DanyR07 - 08-02-2012, 01:35 AM
RE: FATAL ERROR Token ´{´ - by Kazakarumariou - 08-02-2012, 02:29 AM
RE: FATAL ERROR Token ´{´ - by Your Computer - 08-02-2012, 02:37 PM



Users browsing this thread: 1 Guest(s)