I have been playing around with the p_race.txt file and tried to add a couple flags to some races. It looks like it worked but during character creation the flag is shown as "undocumented flag" rather than letting the player know what flags the race has. Any idea where I need to document the flag for character creation?
Racial Flags
Collapse
X
-
Tags: None
-
I have been playing around with the p_race.txt file and tried to add a couple flags to some races. It looks like it worked but during character creation the flag is shown as "undocumented flag" rather than letting the player know what flags the race has. Any idea where I need to document the flag for character creation?
If you look in ui-birth.c and search for "Undocumented flag" you should see the sections. Hopefully it won't be too hard to add the right code to make it work.
Comment