I have a class that gives ability score bonuses based on gender. In general it's the males get +1 to something and the females get +1 to this or that (has a choice). Is there a way to make it so the selector only shows up for the females?
basically something like
if male
aSTR += 1
else
aWIS || aCHA += 1
endif
yes I know that's not actually scripted it, mostly because that's what I'm trying to figure out.
Thanks,
Andrew
basically something like
if male
aSTR += 1
else
aWIS || aCHA += 1
endif
yes I know that's not actually scripted it, mostly because that's what I'm trying to figure out.
Thanks,
Andrew