• 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

Adding a class special from an index pick

Enforcer84

Well-known member
So I have a class special with an index. Looking at the Draconic Bloodline feature, it shows me how to deal with the array picks.

so now I'm looking to add another special depending on the pick.

the current text is: if (field[usrIndex].value = 0) then
perform assign[here's where I have trouble]

I had tried to just assign the feature cTCBCBignug
But that no workie. I'm getting syntax error.

tried cHelpCLS.cTCBCBignug too.
 
Last edited:
For an example of bootstrapping conditionals based on the usrIndex value you can look at the Half-Elf variants in the SCAG Race file.
 
awesome thank you!
That makes sense.

I decided to go another direction, turns out configurables might be the way to go!
 
Back
Top