| 08-04-2003, 05:54 PM | #1 |
In this map I'm working on, I've given a computer unit the order to move to a point with a polar offset. Once it has reached this point, I want it to be killed. However, it seems that so far, any trigger which checks to see if it has stopped will not worked. ( I've used the "unit is issued an order with no target" trigger, but no sucess.) What do I do? |
| 08-04-2003, 05:58 PM | #2 |
Just make a wait with an approximation of the time it'll take for the unit to reach the destination then kill it once the wait is up. |
| 08-04-2003, 11:56 PM | #3 |
Create a region at the center of your point and have a seperate trigger seeing when he enteres the region. |
