Uncle
Warcraft Moderator
- Joined
- Aug 10, 2018
- Messages
- 7,877
Do you intend to have 4 or 5 skills in the hero skill menu? Because having only 4 would allow you to dedicate the 5th slot to a "Open Menu" button.
So your Hero's Abilities field would have:
Normal (placeholder), Normal (placeholder), Normal (placeholder), Ulti (placeholder), Learn New Skill (new)
Then upon learning the skill you can open the Dialog:
So your Hero's Abilities field would have:
Normal (placeholder), Normal (placeholder), Normal (placeholder), Ulti (placeholder), Learn New Skill (new)
Then upon learning the skill you can open the Dialog:
-
Dialog Open
-
Events
-
Unit - A unit Learns a skill
-
-
Conditions
-
(Learned Hero Skill) Equal to Learn New Skill
-
-
Actions
-
Hero - Modify unspent skill points of (Triggering unit): Add 1 points
-
Dialog - Clear Dialog1
-
Dialog - Change the title of Dialog1 to Which one you pick?
-
Dialog - Create a dialog button for Dialog1 labelled Siphon Mana
-
Set VariableSet Yes = (Last created dialog Button)
-
Dialog - Create a dialog button for Dialog1 labelled Defend
-
Set VariableSet No = (Last created dialog Button)
-
Dialog - Show Dialog1 for Player 1 (Red)
-
-