Do anyone know how to learn two abilities at once? Like Nevermore's shadowraze skill in dota, when you learn the skill you'll get three separate skills.
I used this trigger, but it doesn't work.
I used this trigger, but it doesn't work.
-
Events
-
Unit - A unit Learns a skill
-
-
Conditions
-
(Learned Hero Skill) Equal to Permanent Invisibility
-
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Level of Permanent Invisibility for (Triggering unit)) Equal to 1
-
-
Then - Actions
-
Unit - Add Permanent Invisibility (dummy) to (Triggering unit)
-
-
Else - Actions
-
Unit - Set level of Permanent Invisibility (dummy) for (Triggering unit) to (Level of Permanent Invisibility for (Triggering unit))
-
-
-