So I have a race that is a half-breed. The race will select the two "breeds" as primary and secondary selections (R Custom Special) on the background tab. Each selection will have a list of races to choose from, and a custom text one.
So here is my question...Is it possible to alter the name of the original race to reflect the two selected sub-races? To display like:
This is similar to how the Tiefling races uses the below code, but does not replace the full name:
Umarian
So here is my question...Is it possible to alter the name of the original race to reflect the two selected sub-races? To display like:
Race Name (Selection 1, Selection 2).
This is similar to how the Tiefling races uses the below code, but does not replace the full name:
Code:
First / 600
~set our race's name to our own name
focus.field[livename].text = field[name].text
Umarian