- Joined
- Jun 24, 2012
- Messages
- 112
If I have a trigger like this:
Trigger 1
Event - Unit Casts Spell
Actions - Pick all units of type Footman
- Set MyVar = Picked Unit
- Damage picked unit
Trigger 2
Event - Unit takes Damage
Actions - Kill MyVar
Basically, I'm just reusing a variable that was set in one trigger and passing it on to another, but there are no waits within any of the triggers, would this still be MUI?
Trigger 1
Event - Unit Casts Spell
Actions - Pick all units of type Footman
- Set MyVar = Picked Unit
- Damage picked unit
Trigger 2
Event - Unit takes Damage
Actions - Kill MyVar
Basically, I'm just reusing a variable that was set in one trigger and passing it on to another, but there are no waits within any of the triggers, would this still be MUI?