#How to add delay to a trigger handle
1 messages · Page 1 of 1 (latest)
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
Is this something I have to add or do I only do the top part?