#How to add delay to a trigger handle

1 messages · Page 1 of 1 (latest)

lapis yew
#

So what I want to happen is after using an ability with the trigger handle, it does a delay before you can use it again. Does anyone know how to do this?

barren tulip
#

On trigger use --> (bool variable)set true --> Delay(s)-- after delay-->(bool variable) set false

#

now when you do an on trigger use check if the bool variable is true if it is than continue if not dont do anything

lapis yew
barren tulip
#

mb I suck at explaining

#

this is how you do it