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
Script Help Can someone help me with a sequence
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#2
RE: Can someone help me with a sequence

Probably the simplest way is to add another timer to the above code, with the float number that determines when it happens after you have added the TimerIntroOutro timer in that first bit of code.

Try putting this one line below the TimerIntroOutro timer:
PHP Code: (Select All)
AddTimer("wakesequence"6"wakeUp"); 

And then make void wakeUp() into:
PHP Code: (Select All)
void wakeUp(string &in asTimer

If you need to adjust when the timer occurs, change the 6 in the first code there. If this does not work fully, I apologise. Haven't scripted for quite a while :p

Discord: Romulator#0001
[Image: 3f6f01a904.png]
(This post was last modified: 10-02-2013, 02:56 AM by Romulator.)
10-02-2013, 02:55 AM
Find


Messages In This Thread
Can someone help me with a sequence - by Hauken - 10-01-2013, 11:52 PM
RE: Can someone help me with a sequence - by Romulator - 10-02-2013, 02:55 AM



Users browsing this thread: 3 Guest(s)