need help with leaderboards

Status
Not open for further replies.
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.
 
Status
Not open for further replies.
Back
Top