I have a problem with timers because i want to make a room full of raving people...
I made a dance script but seeing as it uses timers i can only have one person dancing at once. Is there a way to work round this?
:state=0:state=1
:state=1:animate=14,timerstart,state=2
:state=2,timergreater=500:state=3
:state=3:animate=16,timerstart,state=4
:state=4,timergreater=500:state=5
:state=5:animate=9,timerstart,state=6
:state=6,timergreater=500:state=7
:state=7:state=0
Thats my code all it does is make a short animation and loops back round again
Thanks for your time...