View Single Post
Kendall-DM
Spy
 
Join Date: Jan 2011
Location: Van Nuys, California
Posts: 1,220

Old April 19th, 2012, 08:47 PM
Ok, I've taken a quick look at this, and you really can't do anything with cExpSkill. It's part of what HL does internally specifically for the Expert class (so bootstrapping the same to your class won't work). cExpSkill is just a skill chooser. You can emulate this with a Custom Ability, but it will be complicated. You will have to make a Custom Ability with the same Name (but different IDs) to all the Skills. Then you have each of those Custom Abilities bootstrap their own skill (ClassSkill.XXXX I think) they represent. Be sure to delete the Helper.ShowSpec tag from each of these Custom Abilities (otherwise all the skill selections will show up in the Specials list on the hero). Now, give the class a custom count equal to the number of skills they can choose, that choose from those on your Custom list of skills. Does that help?
Kendall-DM is offline   #8 Reply With Quote