- Joined
- Jul 27, 2011
- Messages
- 27
I want it so when test_caster attacks or is attacked the variable increases by 1. That's it
Somebody knows why this isn't working?
Thanks.
Somebody knows why this isn't working?
Thanks.
-
addStacks
-
Events
- Unit - A unit Is attacked
-
Conditions
- (Attacked unit) Equal to test_caster
-
Or - Any (Conditions) are true
-
Conditions
- (Attacking unit) Equal to test_caster
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- test_var Less than 10
-
Then - Actions
- Set test_var = (test_var + 1)
- Else - Actions
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Events