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: Unexpected token {
Russ Money Offline
Senior Member

Posts: 360
Threads: 25
Joined: Dec 2010
Reputation: 4
#5
RE: Error: Unexpected token {

If you intend on using like this

void OnEnter();
AddEntityCollideCallback("Player" , "ScriptArea_3" , true , 1);

You'll need to add { and }

Like this

void OnEnter();
{
AddEntityCollideCallback("Player" , "ScriptArea_3" , true , 1);
}
(This post was last modified: 01-06-2011, 12:22 PM by Russ Money.)
01-06-2011, 12:22 PM
Find


Messages In This Thread
Error: Unexpected token { - by Neatherblade - 01-05-2011, 11:27 PM
RE: Error: Unexpected token { - by ModManDann - 01-05-2011, 11:49 PM
RE: Error: Unexpected token { - by Mofo - 01-05-2011, 11:51 PM
RE: Error: Unexpected token { - by Neatherblade - 01-06-2011, 12:18 PM
RE: Error: Unexpected token { - by Russ Money - 01-06-2011, 12:22 PM
RE: Error: Unexpected token { - by Neatherblade - 01-06-2011, 12:38 PM
RE: Error: Unexpected token { - by ModManDann - 01-06-2011, 12:45 PM
RE: Error: Unexpected token { - by ThePaSch - 01-06-2011, 03:10 PM
RE: Error: Unexpected token { - by Neatherblade - 01-06-2011, 03:45 PM



Users browsing this thread: 1 Guest(s)