-
Stats AD
-
Events
-
Unit - A unit Begins casting an ability
-
-
Conditions
-
((Ability being cast) Equal to (==) Feral Spirit ) or ((Ability being cast) Equal to (==) Animate Dead)
-
((Triggering unit) is A Hero) Equal to (==) True
-
-
Actions
-
Multiple FunctionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Then - Actions
-
Set Stats_Track_6Int[1] = (Stats_Track_6Int[1] + 1)
-
Game - Display to (All players) the text: (String(Stats_Track_6Int[1]))
-
-
Else - Actions
-
-
-
From Set Stats_Track_6Int[1] = (Stats_Track_6Int[1] + 1)
the [1] I want it to be From 1 to 8
or i most do
set Stats_Track_6Int[1] = (Stats_Track_6Int[1] + 1)
set Stats_Track_6Int[2] = (Stats_Track_6Int[2] + 1)
or is there easyer way???