Been adapting some of the stuff from Mythos setting for a SWADE version of the game. The race demigod essentially will start with 2 extra points of Hindrances that the GM will pick. Either one extra Major or two more Minor. I am assuming my code doesn't work because this is under SWADE perhaps. I have tried two different scripts on the Racial Property and neither seem to add the additional 2 points. I don't get any errors, just no extra points and the Validation warning that I have picked too many Hindrances.
Script One:
Pre-Traits/5000
hero.child[resHinder].field[resMax].value += 2
Script Two:
Setup/5000
#resmax[resHinder] += 2
I am pretty sure I did this in a Deluxe file and it worked so that is why I am leaning towards SWADE issue. And I am pretty sure Common Code Examples has one of the above listed as well.
Any suggestions?
Script One:
Pre-Traits/5000
hero.child[resHinder].field[resMax].value += 2
Script Two:
Setup/5000
#resmax[resHinder] += 2
I am pretty sure I did this in a Deluxe file and it worked so that is why I am leaning towards SWADE issue. And I am pretty sure Common Code Examples has one of the above listed as well.
Any suggestions?