Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
So, let's say I want to have a hero that has 12 abilities in his spell book, but I want him to learn only 3 and then to remove the spell book. Is this possible?
After the integer counter reaches 3 then remove the spellbook ability
Edit:
Store the 12 abilities of the spellbook into ability array variable.
Create a trigger event: Hero learns skill
Check condition: Loop through the stored abilities then increase integer counter by 1 and create another condition if the integer counter is equal to 3 then remove the spellbook ability.
That is not called a spell book.
Those are just the hero abilities.
As mentioned by jakeZinc, just have an integer counting up to 3.
Whenever it reaches 3, you remove all spells that havent been learned.
The Hero Ability tab is removed as soon as the hero has learned all his abilities to the maximum level.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.