PoeticDragon
New member
I'm trying to make a mechanic to rename the virtues and vices for our Japanese-themed tabletop game. Can anyone help? By looking at the "find things" list I found cCharity, cFaith, etc. I tried this in the mechanic:
hero.child[cCharity].field[livename].text = "Benevolence"
It had no effect, however.
Additionally, the game has house rules that give a couple merits as freebies at character creation. How can I write a script that will add these automatically, not charge any experience for them, and pass validation?
hero.child[cCharity].field[livename].text = "Benevolence"
It had no effect, however.
Additionally, the game has house rules that give a couple merits as freebies at character creation. How can I write a script that will add these automatically, not charge any experience for them, and pass validation?