Put a TIMER in my Script ??? - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: Put a TIMER in my Script ??? (/Thread-Put-a-TIMER-in-my-Script) |
Put a TIMER in my Script ??? - Jonathan7 - 06-02-2014 01:05 AM I need help, I would put a timer of about 30 seconds in my script before the ghost that teleports somewhere ... how ?!? [EVENTS e_arene_duel] ON=@DEATH src.flags=<src.flags>&~ statf_criminal SRC.KILLS=<SRC.TAG.MURDERPITS> SRC.FAME=<SRC.TAG.FAMEPITS> SRC.KARMA=<SRC.TAG.KARMAPITS> TRY UID.<TAG.Coly_Uid>.TAG.COMBATTANT=<UID.<TAG.Coly_Uid>.TAG.COMBATTANT>+(-1) SRC.GO 5275,7895 THANKS YOU ! =) RE: Put a TIMER in my Script ??? - djazraell - 06-02-2014 01:19 AM SR.GO instead timerf 30,src.go 5275,7895 use. |