Staredit Network

Staredit Network -> UMS Assistance -> How to teleport units?
Report, edit, etc...Posted by cypress on 2006-03-29 at 12:04:05
How do i teleport units???. i have 1 location named -T- Teleport "G-unit" start and another named -T- Teleport "G-unit" end

what is the trigger?
//Tarre
Report, edit, etc...Posted by DeathLovesYou on 2006-03-29 at 12:30:15
QUOTE(cypress @ Mar 29 2006, 12:03 PM)
How do i teleport units???. i have 1 location named -T- Teleport "G-unit" start and another named -T- Teleport "G-unit" end

what is the trigger?
//Tarre
[right][snapback]455420[/snapback][/right]


first Choose the player its for then it will be condition "BRING" then the actions "Move Units" and "Preserve Trigger"

trigger will look like this:


Trigger
Description:
Teleport Units
Players:
¤ Player that needs teleport
Conditions:
¤ (player) brings at least 1 (unit type) to location (Location 1)
Actions:
¤ Move all (units) for (player) at (location1) to (location 2)
¤ Preserve Trigger




if you need them to move back and forth youll need 4 locations total or they will get stuck.
Report, edit, etc...Posted by GG.Pe4nut on 2006-03-29 at 12:46:36
the trigger is called teleport so if u take a look you migth find it tongue.gif

//gg.pe4nut
Report, edit, etc...Posted by cypress on 2006-03-29 at 13:03:56
thanks
Report, edit, etc...Posted by MapUnprotector on 2006-03-29 at 14:55:28
Actually in StarEdit, SCXE, SCMDraft 2, and SF it's Move Units.
Report, edit, etc...Posted by flipmonkey on 2006-03-29 at 15:55:13
You dont always have to use 4 locations.

Well im not sure if this will work since i just thought of it now lol.

Trigger
Conditions:
¤ Current player Bring 1 men to "move 1"
¤ switch 1 set
Actions:
¤ Move all men at "move 1" to "move 2" for current play
¤ clear switch 2
¤ Preserve trigger

Trigger
Conditions:
¤ Current player Bring 1 men to "move 2"
¤ switch 2 set
Actions:
¤ Move all men at "move 2" to "move 1" for current play
¤ clear switch 1
¤ Preserve trigger



Trigger
Conditions:
¤ Current player Bring 0 men to "move 1"
Actions:
¤ set switch 1
¤ Preserve trigger

Trigger
Conditions:
¤ Current player Bring 0 men to "move 2"
Actions:
¤ set switch 2
¤ Preserve trigger


The units will be able to teleport in and out of these 2 locations.
Report, edit, etc...Posted by PhoenixRajoNight on 2006-03-29 at 16:01:39
QUOTE(--- @ Mar 29 2006, 02:55 PM)
Actually in StarEdit, SCXE, SCMDraft 2, and SF it's Move Units.
[right][snapback]455457[/snapback][/right]



Actually in SCXE it says Teleport (Move) Units.
Next Page (1)