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
FATAL ERROR: Could not load script file.
daortir Offline
Senior Member

Posts: 422
Threads: 9
Joined: Sep 2013
Reputation: 18
#3
RE: FATAL ERROR: Could not load script file.

The RemoveTimer function is, according to your script, supposed to remove a timer called "TimerEvent_*"
And your timers are not named TimerEvent, TimerEvent is the function they call. Fill in the "" in your AddTimer functions, and then you will be able to use the remove timer function on your named timers.

Not sure if I made it clear x) 
Basically in AddTimer("name_of_the_timer", time until function is called, "name_of_the_function");
you have to add name_of_the_timer because this is how the RemoveTimer function will know which timer to stop, instead of searching for the function.

01-19-2014, 05:39 PM
Find


Messages In This Thread
RE: FATAL ERROR: Could not load script file. - by daortir - 01-19-2014, 05:39 PM



Users browsing this thread: 1 Guest(s)