each event start after 2 hr of ga

salmanshaikh14

New member
Messages
14
Points
0
Can any one help me to set each event in 2 hr of gap to start.. each event should start after 2 hr

for example i have 6 event 

Dice 1:00

Disguise 3:00

Mushroom Event 5:00

Run For Your Life 7:00

Run And Die 9:00

Royal Rumbel 11:00

Dice 13:00

Disguise 15:00

Mushroom Event 17:00

Run For Your Life 19:00

Run And Die 21:00

Royal Rumbel 23:00

event.zip

 

Attachments

Last edited by a moderator:
You can search and edit OnClock0000: on each of does script.

OnClock<hour><minute>:
example:

// DiceOnClock0100: // event start// DisguiseOnClock0300: // event start// Mushroom EventOnClock0500: // event start// Run For Your LifeOnClock0700: // event start// Run And DieOnClock0900: // event start// Royal RumbleOnClock1100: // event start// DiceOnClock1300: // event start// DisguiseOnClock1500: // event start// Mushroom EventOnClock1700: // event start// Run For Your LifeOnClock1900: // event start// Run And DieOnClock2100: // event start// Royal RumbleOnClock2300: // event start
you can also use 

Code:
OnMinute<minute>:OnHour<hour>:On<weekday><hour><minute>:OnDay<month><day>:
 
will try, please compress all your script in zip then upload
default_smile.png


 
I can't understand what you mean?

OnMinute01: label is meant to be triggered when the clock finishes its 1st minute of each hour, I mean, when it's XX:01 , for each hour.

 
will try, please compress all your script in zip then upload
default_smile.png
sir can i see what is the script you made for this question problem? so we can see sample like that? thanks in advanced

i also now using his event scripts

 
Back
Top