- Joined
- Mar 7, 2010
- Messages
- 16
I'm trying to have a hero have a spell book as one of his abilities, in the spellbook are a set of abilities that when pressed, remove the spell book and replace it with the chosen abilities
this is my trigger:
this is my trigger:
-
Untitled Trigger 001
-
Events
- Unit - A unit Begins casting an ability
- Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (Ability being cast) Equal to Shotgun Slugs (Dummy)
-
Then - Actions
- Unit - Remove Invulnerable buff from (Triggering unit)
- Unit - Add Shotgun Slugs to (Triggering unit)
- Unit - Set level of Shotgun Slugs for (Triggering unit) to 1
- Unit - Remove Gun Enchancements from (Triggering unit)
-
Else - Actions
- Do nothing
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Events