NinjaMeTimbers
New member
I'm trying to alter the base height and weight of a race with an alternate racial trait and I'm having a bit of difficulty. I found an old thread from years ago here, but I tried it and I don't see any effect. The calculation it shows on the Journal tab for the random height and weight is unchanged. What am I doing wrong here?
My Eval Script in the alternate racial trait (Phase: First, Priority: 10000):
My Eval Script in the alternate racial trait (Phase: First, Priority: 10000):
Code:
~ Set pointer to the race of our character
perform hero.findchild[BaseRace].setfocus
~ get out if no focus set
doneif (state.isfocus = 0)
~ Change the values of any fields on the base race you need to
focus.field[rHeightMnF].value = 38
focus.field[rHeightMnM].value = 38