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
I need help with my Custom Story!
Vale Offline
Member

Posts: 92
Threads: 13
Joined: Mar 2014
Reputation: 7
#4
RE: I need help with my Custom Story!

go down to line 43, get rid of the semicolon at the end
else if(timer_name == "ActivatePlayer");
should be
else if(timer_name == "ActivatePlayer")
let me know if that fixes it

btw, the crash usually says which line on the script it is (hence the 43) so try looking near the line of that number for help.
If your text editor deosnt show line #, try looking up notepadd ++ or something
(This post was last modified: 03-22-2014, 04:33 AM by Vale.)
03-22-2014, 04:32 AM
Find


Messages In This Thread
RE: I need help with my Custom Story! - by Vale - 03-22-2014, 04:24 AM
RE: I need help with my Custom Story! - by Vale - 03-22-2014, 04:32 AM
RE: I need help with my Custom Story! - by Vale - 03-22-2014, 04:38 AM
RE: I need help with my Custom Story! - by Vale - 03-22-2014, 04:41 AM
RE: I need help with my Custom Story! - by Vale - 03-22-2014, 04:48 AM
RE: I need help with my Custom Story! - by Vale - 03-22-2014, 04:50 AM
RE: I need help with my Custom Story! - by Vale - 03-22-2014, 05:04 AM
RE: I need help with my Custom Story! - by Vale - 03-22-2014, 05:10 AM
RE: I need help with my Custom Story! - by Vale - 03-22-2014, 05:15 AM



Users browsing this thread: 1 Guest(s)