I've been trying to find out how to prevent a trigger from being executed twice in 1 second or so but I fail to find what I'm looking for.
Can someone by any chance help me out?
Event:
- Your event
Condition:
- Whatever
Actions:
- Turn off (this trigger)
- Do your stuff
- Wait 1 second
- Turn on (this trigger)
Of course, if (your stuff) contains waits you'll have to factor that in.
Hey!
I've been trying to find out how to prevent a trigger from being executed twice in 1 second or so but I fail to find what I'm looking for. Can someone by any chance help me out?
Thanks in advance!
What is it your trigger is trying to do? there are a few methods, but it depends on what your trying to make happen.
there is the event: time elapsed, which makes the event happen every X seconds
or the Action: wait which makes the trigger wait, you could add this to the end of the trigger to make it wait 1 second before going again.