- Joined
- Mar 1, 2013
- Messages
- 555
I was making a spell but for some reason the unit isn't picked correctly. Here is the problem:
-
Arcane pulse spell
-
Events
- Unit - A unit Starts the effect of an ability
-
Conditions
- (Ability being cast) Equal to Arcane pulse
-
Actions
- Unit Group - Add (Casting unit) to gArcanePulse[0]
-
Events
-
Arcane pulse loop
-
Events
- Time - Every 0.10 seconds of game time
- Conditions
-
Actions
-
Unit Group - Pick every unit in gArcanePulse[0] and do (Actions)
-
Loop - Actions
- Unit - Kill (Picked unit)
-
Loop - Actions
-
Unit Group - Pick every unit in gArcanePulse[0] and do (Actions)
-
Events