Add Trigger

Who triggers you?

This is where everything in your map comes to life, at the hands of a single trigger. Click anywhere on the grid (preferably, away from your map layout) to add your trigger.

"Enabled" = Trigger is already enabled and ready and to work. If it is not enabled, it'll require another trigger to activate it.

"Max calls" = How many times the trigger can be used. You can be one time, an infinite amount of times, or a custom value.

"Action # Type" = the action of what the trigger will do to a specific object. Default "action" is Do Nothing.

The trigger types that will be covered in this manual will be specified in trigger section. Some trigger types requires specific objects in order to work.

pageTrigger Action Table

"Edit trigger as text" = It will be like this:

Uid: means your trigger id Enabled: is this trigger enabled? Maxcalls: how many calls need this trigger execute?

Then the below is a series of code which had a template like this:

<trigger operation>("<action A>","<action B">); 
maximum 10 times and leave 0 if action unused

Last updated