Maps & Triggers

From 3DGE Wiki
Revision as of 16:29, 8 June 2015 by Corbin (talk | contribs) (Created page with "<div class="content"> == Maps & Triggers == All of the following commands are used to define the range or scope of a script in RTS. === List of commands === START_MAP...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Maps & Triggers

All of the following commands are used to define the range or scope of a script in RTS.

List of commands

START_MAP
To specify the map that the scripts will run on.

END_MAP
This labels the end of a block of particular map scripts.

RADIUS_TRIGGER
Defines the center position and radius of your trigger.

RECT_TRIGGER
Defines a trigger which has a rectangular shape.

END_RADIUS_TRIGGER
This labels the end of a particular trigger.