Grammarsalad Posted January 20, 2019 Share Posted January 20, 2019 Okay, so I'm trying to display the gender of the character in the class descriptions (rather than the protagonist gender). I have tried REPLACE_TEXTUALLY replacing (e.g.) <PRO_MANWOMAN> with <MANWOMAN> in the class description, but in this case the gender doesn't display at all. The same seems to be the case with tokentxt.2da. I can get this to work (which references the protagonist info): 2DA V1.0 * TOKEN_TEXT PROTAGONIST STAT VALUE EQUALITY STRINGT STRINGF 0 RESERVE * * * * * * 1 NP_MANWOMAN 1 35 2 0 woman man But not this (which doesn't seem to reference anything): 2DA V1.0 * TOKEN_TEXT PROTAGONIST STAT VALUE EQUALITY STRINGT STRINGF 0 RESERVE * * * * * * 1 NP_MANWOMAN 0 35 2 0 woman man Any way to get this to work? Quote Link to comment
Recommended Posts
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.