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
Scripting problem please help
Tanshaydar Offline
From Beyond

Posts: 3,085
Threads: 17
Joined: Mar 2009
Reputation: 67
#4
RE: Scripting problem please help

A function block should be like that:
void FunctionName( parameter 1, parameter 2)
{
statements;
}

If you look at your OnEnter function, it has }{ instead of {}

You have to open the block with { and close it with }
Your code will give many errors as it is now, even if you fix only OnEnter.

02-13-2012, 04:03 AM
Website Find


Messages In This Thread
Scripting problem please help - by ModestWalrus - 02-12-2012, 06:52 PM
RE: Scripting problem please help - by Tanshaydar - 02-13-2012, 04:03 AM
RE: Scripting problem please help - by flamez3 - 02-13-2012, 04:41 AM



Users browsing this thread: 1 Guest(s)