Blockland Forums > Help
Is there a way to make events go past 30 seconds?
Zeblote:
If the person that activated those events leaves it will break
otto-san:
--- Quote from: Zeblote on July 03, 2013, 12:04:29 PM ---If the person that activated those events leaves it will break
--- End quote ---
Wouldn't a normal 0-30000ms event delay also cancel? I don't know if I've ever tried.
Hyaku.:
00000 OnAct > Self > fire Relay
##### OnRelay > (your events)
30000 Onrelay > Sely >Fire Relay
Wrapperup:
--- Quote from: Alyx Vance on July 02, 2013, 11:00:37 PM ---[30000]Onactive->self->relay
[####]Onrelay ->self->relay
[####]Relay -> *whatever your events are*
--- End quote ---
This causes a relay loop.
Gen. Hothauser:
--- Quote from: Wrapperup on July 07, 2013, 10:31:22 PM ---This causes a relay loop.
--- End quote ---
And are the same events that Alyx Vance posted.
Do not use relays, they are not good for long delays. Use the VCE loop I provided