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
What's wrong with this script?
jens Offline
Frictional Games

Posts: 4,093
Threads: 199
Joined: Apr 2006
Reputation: 202
#4
RE: What's wrong with this script?

you should move one of the } above void OnEnter to above void Timer02. Currently you have (short version)

void Timer01()
{
void Timer02()
{
}
}

which will result in an error.
05-02-2011, 08:17 AM
Website Find


Messages In This Thread
What's wrong with this script? - by NylePudding - 05-02-2011, 07:41 AM
RE: What's wrong with this script? - by jens - 05-02-2011, 08:17 AM



Users browsing this thread: 1 Guest(s)