|

How do I set it up so that I can teleport between two different places?
CONDITION:
-All players bring at most 0 any units to (first location). -- (Using 'BRING')
-All players bring at most 0 any units to (second location). -- (Using 'BRING')
ACTION:
-Clear (switch name) -- (Using 'SET SWITCH')
-Preserve trigger.
CONDITION:
-Current Player brings at least 1 any unit to (first location). -- (Using 'BRING')
-(switch name) is cleared. -- (Using 'SWITCH')
ACTION:
-Move all any units for Current player at (first location) to (second location). -- (Using 'MOVE UNITS')
-Set (switch name). -- (Using 'SET SWITCH')
-Preserve trigger.
CONDITION:
-Current Player brings at lest 1 any unit to (second location). -- (Using 'BRING')
-(switch name) is cleared. -- (Using 'SWITCH')
ACTION:
-Move all any units for Current player at (second location) to (first location). -- (Using 'MOVE UNITS')
-Set (switch name). -- (Using 'SET SWITCH')
-Preserve trigger.

Indexes
· Locations / Move / Switches / Teleporting / Triggers / Units |