Can anybody tell me a simple way to make a unit/building that has 6 buttons:
1 - Aglt +1
2 - Aglt -1
3 - Stgt +1
4 - Stgt -1
5 - Intg +1
6 - Intg -1
and when the player clicks one of the buttons, a hero's stats are being modified ?
EDIT: i forget to mention that i've tried a trigger like this one, but it won't work for some reason:
1 - Aglt +1
2 - Aglt -1
3 - Stgt +1
4 - Stgt -1
5 - Intg +1
6 - Intg -1
and when the player clicks one of the buttons, a hero's stats are being modified ?
EDIT: i forget to mention that i've tried a trigger like this one, but it won't work for some reason:
-
AgUP
-
Events
- Unit - A unit Begins casting an ability
-
Conditions
- (Ability being cast) Equal to (==) (MY_ABILITY)
-
Actions
- Hero - Modify ABILITY of MY_HERO <gen>: Add MY_VALUE
-
Events