in the game system I'm working on, there are 3 types of skills: General, Occupation, and Military. Everyone has access to all General skills, but your options for Occupation and Military come from your class.
I've hidden these groups of skills by tagging their components with
<tag group="Hide" tag="Skill"/>
and then having their related portal use
<candidate>!Hide.Skill</candidate>
but I'm at a complete loss on how to have the class things interact with the skill things to let the skills show again. Some guidance?
I've hidden these groups of skills by tagging their components with
<tag group="Hide" tag="Skill"/>
and then having their related portal use
<candidate>!Hide.Skill</candidate>
but I'm at a complete loss on how to have the class things interact with the skill things to let the skills show again. Some guidance?