• 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

cBonFtMax

Frodie

Well-known member
Does anyone know what is needed to use the secondary bonus feat?
The script works fine, but I want to use the secondary bonus feat.

hero.childfound[cHelpMdH].field[cBonFtMax].value += 1

Thanks yall.
 
You're looking for a field, not a tag.

Just look up the fields on any class - just find cBonFtMax in that list, and the one you're looking for is 4 lines below it in the list.
 
Hum, can't seem to find it. The closest thing I found was on an archetype for:
cvBon2FMod
but that's not it. I did try: cBon2FMax, but also no go.
 
Add any class to your character, then, in the Develop menu, choose "Floating Info Windows", and then "Show Selection Fields". In the list of lots of picks, find the class you've added - make sure to look at the class helper, whose Id will start with "cHelp", rather than the class levels, whose Ids will simply be "c", and then the class abbreviation.

Then, press OK, and you'll have the list of all fields on that class. You can search though that list for what you're after.
 
Back
Top