Report, edit, etc...Posted by Staredit.Net Essence on 2005-02-27 at 15:39:05
So, i've got something basically down and when I tried to make the "send tank to "location"" trigger i found there wasn't anything to command the tank to move across the map instead of just plain teleporting. Is there something i'm just missing? This could really screw me over...
ADDITION: oh, Nice, i found the order trigger...whoops... heh...
Report, edit, etc...Posted by BeeR_KeG on 2005-02-27 at 15:39:59
The Move command and the order comand are very different although they seem the same.
Move - It will instantly move the unit to the designated location Order - It will tell the unit to move, attack or patrol to a designated location.
If you want the tank to physically move from Location A to Location B, try Ordering it to Move from Location A to Location B, instead of moving it via triggers.
Report, edit, etc...Posted by M_s4 on 2005-02-27 at 16:57:05
First of all theres no AI involved
You have to ORDER it not MOVE IT (From now on, think of MOVE as TELEPORT)
Report, edit, etc...Posted by Puni(F) on 2005-03-01 at 16:04:05
There are several way's to do this, Just like beer said, But this is a simple way to just make it move directly there.
To move it exactly to the location do this:
Trigger
Description:
*Player with tank
Conditions:
¤ *Current player brings atleast '1' 'Terran Tank' to 'Location 1'
Actions:
¤ Order all 'Terran Tank' to 'move' to 'Location 2'
Report, edit, etc...Posted by KaboomHahahein on 2005-03-01 at 16:22:12
He already fixed the problem Puni... me thinks this can be locked now.