Maps & Triggers

From 3DGE Wiki
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.


Radius Trigger Scripts
RTSlogo.gif