- Joined
- Aug 14, 2006
- Messages
- 7,614
Hey.
I was wondering is it possible to check if a unit is Invulnerable or not. I made a test map but it doesn't work.
I was wondering is it possible to check if a unit is Invulnerable or not. I made a test map but it doesn't work.
-
Untitled Trigger 003
-
Events
-
Player - Player 1 (Red) Selects a unit
-
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
((Triggering unit) has buff Invulnerable) Equal to True
-
-
Then - Actions
-
Game - Display to (All players) the text: INV
-
-
Else - Actions
-
Game - Display to (All players) the text: VUL
-
-
-
-