- Joined
- Jun 25, 2010
- Messages
- 153
I need help. I was working on a Trigger that would replace a unit ability on a hero without removing a buff and while I was working and tested it the previous ability would be removed but the ability that would replace it never appears. Im still new at triggering Here my trigger.
-
Female AllowDisallow
-
Events
- Unit - A unit Begins casting a ability
- Conditions
-
Actions
-
If (all conditions are true) then do (then actions) else do (else actions)
-
If - Conditions
- (ability being cast) Equal to Allow/Disallow *disallow*
-
If - Conditions
-
Then - Actions
- Unit - Remove (Ability being cast) from (Casting unit)
- Unit - Add Allow/Disallow *allow* to (Casting unit)
-
Else - Actions
- Do Nothing
-
If (all conditions are true) then do (then actions) else do (else actions)
-
Events
Last edited by a moderator: