Checking Ability Levels

Status
Not open for further replies.

Venge

V

Venge

Hey, I really don't know how to use a trigger to check an ability level, like the trigger is triggered then it checks how high the ability is, and if it is the right level (such as level 3 immolation) it completes the action.
I was just wondering if this is possible in a practical way, if its super complicated to do something like this, then never mind, but if its not that hard to do, how do you do it?
 
If I understood it right this is that what you have to do if you want to make such a trigger,you have described, in GUI.

  • Events
    • Unit - A unit Starts the effect of an ability
  • Conditions
    • (Ability being cast) Equal to Aas-Schwarm
  • Actions
    • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
      • If - Conditions
        • (Level of Aas-Schwarm for (Triggering unit)) Equal to 3
      • Then - Actions
        • // Your actions
      • Else - Actions
I hope I helped you.
 
Thanks

Thank you for your help, I believe I can achieve my goal now.
 
Status
Not open for further replies.
Back
Top