Difference between revisions of "Maps & Triggers"

From 3DGE Wiki
Jump to: navigation, search
(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...")
(No difference)

Revision as of 16:29, 8 June 2015

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.