Author Topic: Cancelling Relays  (Read 347 times)

When I'm using the event chain
Code: [Select]
onRelay -> self -> fireRelayIs there any way I can cancel it? I've tried everything I can think of, including endless chains of toggleEventEnabled
cancelEvents isn't doing it, or I'm using it wrong.

Disable the onRelay that fires onRelay.
Disable "onRelay -> self -> fireRelay"

Disable the onRelay that fires onRelay.
Disable "onRelay -> self -> fireRelay"

What I mean is it auto-cancels after a certain amount of seconds.

Try
onRelay > Self > VCE_modVariable relays Add 1
onRelay > Self > VCE_ifValue relays >= <Insert number of milliseconds here>
onVariableTrue > Self > setEventEnabled <Event number(s)> <Empty box>
:3

I'm almost certain cancelEvents should be working.