Maidhc O Casain
Well-known member
I'm working on creating a custom race. I'm trying to set it up so that the player can choose between adding +2 to either STR or CON, and I can't quite figure it out.
I've looked at the half-elf and human to see how the choice for ability score to modify is set up, and at the Gnome Obsessive special to see how to limit the choice. I thought I had it down:
I used the Field Id from raAttr2Sel, and added " & (Helper.rSTR | Helper.rCON) to the value.
I used the Eval Scripts and Tags from raAttr2Sel 'as is.'
When I saved and tested, I got the following errors:
File: MCP Races.user (line 434) - Thing 'rMCPGlth' (dynamic tag) - Group 'chooseSrc1' not defined
File: MCP Races.user (line 405) - Thing 'rMCPGlth' - Attempt to initialize field 'usrCandid1' that is not defined withing compset
I must be missing something, but can't figure out what it is . . .
I've looked at the half-elf and human to see how the choice for ability score to modify is set up, and at the Gnome Obsessive special to see how to limit the choice. I thought I had it down:
I used the Field Id from raAttr2Sel, and added " & (Helper.rSTR | Helper.rCON) to the value.
I used the Eval Scripts and Tags from raAttr2Sel 'as is.'
When I saved and tested, I got the following errors:
File: MCP Races.user (line 434) - Thing 'rMCPGlth' (dynamic tag) - Group 'chooseSrc1' not defined
File: MCP Races.user (line 405) - Thing 'rMCPGlth' - Attempt to initialize field 'usrCandid1' that is not defined withing compset
I must be missing something, but can't figure out what it is . . .