Im making an Arcane Power spell,it goes something like this:
thanks.
-
Arcane Power 1
-
Events
- Time - Every 1.00 seconds of game time
- Conditions
-
Actions
- Set Arcane Power = (Units in (Playable map area))
-
Unit Group - Pick every unit in Arcane Power and do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- ((Picked unit) has buff Arcane Power ) Equal to True
-
Then - Actions
- Unit - Add Arcane Power (Dummy) to (Picked unit)
-
Else - Actions
- Unit - Remove Arcane Power (Dummy) from (Picked unit)
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Loop - Actions
-
Events
thanks.