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 Error
Steve Offline
Member

Posts: 178
Threads: 17
Joined: Jun 2012
Reputation: 7
#5
RE: Scripting Error

just taking a fast look I found the errors I think.
you have three entitiies in one calback: SetEntityActive("cave_in_1", "cave_in_2", "cave_in_3", true);
make it like this:
SetEntityActive("cave_in_1", true);
SetEntityActive("cave_in_2", true);
SetEntityActive("cave_in_3", true);
 
furthermore:
you have an ";" after your if statement delete it: if(level_state == 1) (like this)

CURRENTLY WORKING ON:
Final Light = 40%
Need of voice actors.
(This post was last modified: 08-29-2012, 06:04 PM by Steve.)
08-29-2012, 06:04 PM
Find


Messages In This Thread
Scripting Error - by Zaffre - 08-29-2012, 04:45 PM
RE: Scripting Error - by Melvin - 08-29-2012, 04:49 PM
RE: Scripting Error - by Statyk - 08-29-2012, 04:55 PM
RE: Scripting Error - by Zaffre - 08-29-2012, 05:30 PM
RE: Scripting Error - by Steve - 08-29-2012, 06:04 PM
RE: Scripting Error - by Statyk - 08-29-2012, 06:09 PM
RE: Scripting Error - by Zaffre - 08-29-2012, 06:28 PM
RE: Scripting Error - by Statyk - 08-29-2012, 07:32 PM



Users browsing this thread: 1 Guest(s)