Author Topic: on always event  (Read 752 times)

it would be nice to have an event that is on always instead of making it just activating and then deactivating

Fire relays constantly, and use on relay... it'll loop over and over.

#000 onRelay self fireRelay

# = Seconds

That's how to make a continuous event. To start you gotta do:

onActivate self fireRelay

Falcon your starting to piss me off, stop interrupting me D: You seem to find the topic I'm at and post there

the easiest thing to start out with is something like a timer or a continuous emitter, but this event concept is very easy and you will learn instantly

The only thing this would be useful for is if you want events to work on load and stuff like that.

Quote
The only thing this would be useful for is if you want events to work on load and stuff like that.

That would be nice. onCreate or onLoad so I don't have to go and activate every part of my target test course manually or have people clicking my timer relays to start them going at odd intervals.