Hi everyone, still working on the Battle Lord class, up to 12th abilities now, thanks to all of your gracious help.
I've hit a mental block on one ability. I want the script to find all skills that have a minimum number of ranks equal to half the character's class level, and place those in a item selection drop down. Then, once the user makes a selection, grant a bonus to the selected skill.
I got started with a foreach pick in hero from BaseSkill where "helper.hasRanks" to narrow the list. After that, I thought I would use the #skillranks macro to identify which ones met the criterion, but I got stuck when I didn't know how to point the macro to all skills.
I can figure out how to do the bonus to the user pick, but can't figure out the middle part of the recipe. Any suggestions?
I've hit a mental block on one ability. I want the script to find all skills that have a minimum number of ranks equal to half the character's class level, and place those in a item selection drop down. Then, once the user makes a selection, grant a bonus to the selected skill.
I got started with a foreach pick in hero from BaseSkill where "helper.hasRanks" to narrow the list. After that, I thought I would use the #skillranks macro to identify which ones met the criterion, but I got stuck when I didn't know how to point the macro to all skills.
I can figure out how to do the bonus to the user pick, but can't figure out the middle part of the recipe. Any suggestions?