| 02-16-2007, 11:32 AM | #1 |
Here is my question: When a trigger pointed to those events like "Is issued an order targeting a point" or "Is issued an order targeting an object", is there any way to get the exact point value or object handle when the event occurs ? |
| 02-16-2007, 03:14 PM | #2 |
Use triggering unit in both cases to get the unit which had the order issued. Use. For "Is issued an order targeting an object", the object is a widget, and widget is unit, item and destructable, so here is the 3 responses for those and the point: Trigger: Actions
![]() Set IssuedAgainstDestructible = (Target destructible of issued order)
![]() Set IssuedAgainstUnit = (Target unit of issued order)
![]() Set IssuedAgainstItem = (Target item of issued order)
![]() Set IssuedAgainstPoint = (Target point of issued order) |
| 02-26-2007, 11:46 AM | #3 |
yes, it works, thanx |
