Hi , i need help by auto-cast detection! :)

Status
Not open for further replies.
Level 11
Joined
Jul 12, 2005
Messages
764
you need two triggers:
1. unit is issued an order -->
if order == searingarrows (or something) then
set YourBooleanVar = true
if order == unsearingarrows then
set YourBooleanVar = false

2. unit is attacked
condition - YourBooleanVar == true
...and do what u want
 
Status
Not open for further replies.
Top