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...")
 
 
Line 17: Line 17:
  
 
</div>
 
</div>
 +
----
 +
{{RTS}}

Latest revision as of 15:17, 3 October 2016

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