- Joined
- Oct 19, 2008
- Messages
- 168
What do you guys think is the best way to get custom AI heros to individually learn their abilities?
It's going to be for more than 20 heros so manually putting in each ability at each level will take too long.
My attempt:
HeroType(1) = Mage
AbilityStrong(1) = Blizzard
AbilityMedium(1) = Aura
etc..
Then
Event: hero levels up
For each integerA 1-However many heros I have
Increase lvl of AbilityStrong(IntegerA)
But i guess that increase lvl trigger works for units, not heros.
And I can't use the Hero Learn Skill because it doesn't let me use preset variables
Fixes or new ideas would be much appreciated
Thanks!
It's going to be for more than 20 heros so manually putting in each ability at each level will take too long.
My attempt:
HeroType(1) = Mage
AbilityStrong(1) = Blizzard
AbilityMedium(1) = Aura
etc..
Then
Event: hero levels up
For each integerA 1-However many heros I have
Increase lvl of AbilityStrong(IntegerA)
But i guess that increase lvl trigger works for units, not heros.
And I can't use the Hero Learn Skill because it doesn't let me use preset variables
Fixes or new ideas would be much appreciated
Thanks!