Jump to content

tokentxt.2da


Recommended Posts

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?

 

 

 

Link to comment

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...