Blademasteryes you can, what exactly are you trying to do?
uh i jus need a count down timer with a leaderboard and i also dont kno how to create a countdown timer
imported_Blademaster
#8
ok create a variable for a countdown timer for this example the timer variable = t
Untitled Trigger 001 Events Whatever you want Conditions Whatever you want Actions Countdown Timer - Start t as a One-shot timer that will expire in XX.XX seconds Countdown Timer - Create a timer window for (Last started timer) with title Whatever
now create a new trigger: Event t expires Action Destroy t Any other actions
NOTE: You dont need variables but if your doing hero revives or anything to have multiple timers at once use variables.