I have a template that allows a creature to absorb another creature's abilities.
I want to implement this in a configurable as follows
Primary : list of all base races
Secondary: abilities of races selected in Primary
Tertiary: custom abilities for things that do not fall in the above (user text box)
Is there a tag expression I can use in crfAllow1 that will build the list of all races? (setting field[cfgAllow1].text = "component.BaseRaces" doe snot work. I am guessing because I need to apply it to all things.
Another idea I has is have a single Racial Cust Special with a dropdown that selects from All Things and filters on component.BaseRace
This does work (so far), but I wanted to know if there was a way to just have a list of races in the configurable?
I want to implement this in a configurable as follows
Primary : list of all base races
Secondary: abilities of races selected in Primary
Tertiary: custom abilities for things that do not fall in the above (user text box)
Is there a tag expression I can use in crfAllow1 that will build the list of all races? (setting field[cfgAllow1].text = "component.BaseRaces" doe snot work. I am guessing because I need to apply it to all things.
Another idea I has is have a single Racial Cust Special with a dropdown that selects from All Things and filters on component.BaseRace
This does work (so far), but I wanted to know if there was a way to just have a list of races in the configurable?