• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Dwarf inquisitor favored class option

Bob G

Well-known member
I wanted to give the same FC option for dwarf inquisitors to my gnoll PC race, so I went and copied fcInqDwarf, changed the unique ID, bootstrapped it to my race, and expected to see the usrChosen dropdown menu appear on the Classes tab in the same spot that it does for the dwarf. But no dropdown menu appeared for my race. Not sure why, since I changed nothing from the dwarf FC option to mine except the ID and replaced "dwarf" with "gnoll" in description. Is there something extra I need to do?
<Pre-levels 5000>
Code:
field[abValue].value += round(field[fcCount].value/2,0,-1)

      doneif (field[abValue].value = 0)

      ~if we haven't chosen anything, there's nothing else we can do
      doneif (field[usrChosen1].ischosen = 0)

      perform field[usrChosen1].chosen.setfocus

      focus.field[xExtraLev].value += field[abValue].value
 
FCB's are normally added via a mechanic. If you want more help you should provide more information, and perhaps a copy of the .user file containing the corresponding FCB
 
You included a PDF which is probably copyrighted and not the affected .user file. Odds are something in the user file isn't setup right.
 
You said this was the Gnoll Inquisitor - I searched that file for "gnoll" and it wasn't in there, so I don't think you posted the file you meant to post.
 
You said this was the Gnoll Inquisitor - I searched that file for "gnoll" and it wasn't in there, so I don't think you posted the file you meant to post.
Sorry guys, it was a bit of a rough day; my mind is elsewhere.
Correct file is attached. Sorry about the folderol.:(
 

Attachments

Compare the uniqueness that's set at the top right in the editor on your copy to the uniqueness of the dwarf inquisitor - they're not the same.
 
Compare the uniqueness that's set at the top right in the editor on your copy to the uniqueness of the dwarf inquisitor - they're not the same.
Got it, thanks Mathias. I thought when you copied a thing, every parameter of that thing was copied as well. I see now that some parameters reset to their default state. I appreciate the assist, as always.
 
Back
Top