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.
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: