I'm working on an adjustment for the Harrower class that gives the party members a bonus based on an attribute (+1 to attack, +1 to all skils, etc) problem I'm having is how to select the attribute. I've Attributes selected so they all show up, but when I make the if statement
I get errors. I know I need field[pChosen].chosen.something to select the attribute but I'm not sure where I go from there.
Thanks,
Andrew
Code:
if (field[pChosen].chosen = "Strength") then
...
I get errors. I know I need field[pChosen].chosen.something to select the attribute but I'm not sure where I go from there.
Thanks,
Andrew