Author Topic: Event loops?  (Read 1325 times)

Can you make a event repeat its self?


OnActivate/OnPlayerTouch/Etc. | Self | fireRelay
OnRelay | Self | fireRelay

?

OnActivate/OnPlayerTouch/Etc. | Self | fireRelay
OnRelay | Self | fireRelay

?

thx


OnActivate/OnPlayerTouch/Etc. | Self | fireRelay
OnRelay | Self | fireRelay

?

Quote
onActivate/onPlayerTouch/etc. - Self - fireRelay
onActivate/onPlayerTouch/etc. - Self - toggleEventEnabled - 0 1
onRelay - Self - fireRelay

:3 Prevents excess clicking... although it also means it has to be reset each time it's loaded. But you could make a protected Master Switch for that...

onActivate -> Self -> cancelEvents
onActivate -> Self -> fireRelay
onRelay    -> Self -> fireRelay
onRelay    -> [...]

no need for the cancelevents/toggle, as there can only be one relay per brick now, unlike how it used to be with multiple relays per brick

forgot to add, you can also make it only happen once with VCE, and i prefer printcounts for multiple people