Item event

Status
Not open for further replies.
The best you can do directly is to detect when a unit is ordered to attack an item, which is not exactly the same thing:
  • Item Attacked
    • Events
      • Unit - A unit Is issued an order targeting an object
    • Conditions
      • (Target item of issued order) Not equal to No item
      • (Issued order) Equal to (Order(attack))
    • Actions
      • -------- whatever --------
There are also some alternative methods discussed in this thread: Can you detect item destruction
 
Status
Not open for further replies.
Back
Top