Hello, is there a way to add learn able abilities to my heroes?
The trigger below doesn't allow you to level the skill. How would I do this if I wanted the skill to be upgrade-able with skill-points? If it is too hard, I will just make different heroes with different abilities, but I really want to keep the level of customization this gives me.

The trigger below doesn't allow you to level the skill. How would I do this if I wanted the skill to be upgrade-able with skill-points? If it is too hard, I will just make different heroes with different abilities, but I really want to keep the level of customization this gives me.
-
Disappear
-
Events
-
Unit - A unit Uses an item
-
-
Conditions
-
(Item-type of (Item being manipulated)) Equal to Ninja Jutsu: Disappear
-
-
Actions
-
Unit - Add Disappearing Jutsu to (Triggering unit)
-
Custom script: call UnitMakeAbilityPermanent(GetTriggerUnit(), true, 'A000')
-
-

Last edited: