- Joined
- Jun 10, 2008
- Messages
- 1,043
I'm making this spell, called "Prone", which is basically just "Defend" without any factors. Instead, I have triggered the spell using:
and
The problem is the movement speed does not change, and Prone Effect/II are not added. I was wondering why this is, and if there is a better way to trigger this.
-
Prone
-
Events
-
Unit - A unit Begins casting an ability
-
-
Conditions
-
(Ability being cast) Equal to Prone
-
-
Actions
-
Unit - Set (Casting unit) movement speed to 50.00
-
Unit - Add Prone Effect to (Casting unit)
-
Unit - Add Prone Effect II to (Casting unit)
-
Trigger - Turn off (This trigger)
-
Trigger - Turn on Prone Undo <gen>
-
-
-
Prone Undo
-
Events
-
Unit - A unit Begins casting an ability
-
-
Conditions
-
(Ability being cast) Equal to Prone
-
-
Actions
-
Unit - Remove Prone Effect from (Triggering unit)
-
Unit - Remove Prone Effect II from (Triggering unit)
-
Trigger - Turn off (This trigger)
-
Trigger - Turn on Prone <gen>
-
-