- Joined
- Feb 6, 2007
- Messages
- 8
this is very strange.. though this is my first spell with flying height ive looked over lots of ones taht work and i cant see why mine doesnt.. ive wayy oversimplified it to try to find the root of the problem but here is the code
i want it to move all of the units around the caster up then down
thank you in advance
i want it to move all of the units around the caster up then down
-
Slam
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Slam
-
-
Actions
-
Set trigspotslam = (Position of (Triggering unit))
-
Set slamgroup = (Units within 1000.00 of trigspotslam matching (((Matching unit) belongs to an enemy of (Owner of (Triggering unit))) Equal to True))
-
Unit Group - Pick every unit in slamgroup and do (Actions)
-
Loop - Actions
-
Unit - Add Crow Form to (Picked unit)
-
Unit - Pause (Picked unit)
-
Animation - Change (Picked unit) flying height to 600.00 at 600.00
-
Wait 0.50 seconds
-
Animation - Change (Picked unit) flying height to 0.00 at 600.00
-
-
-
-
thank you in advance
Last edited by a moderator: