Is there a list somewhere of Field Id's that Hero labs uses? I'm trying my hand at writing basic script for a few things.
Right now I'm trying to create a Mage Armor spell that automatically increase my AC when it's cast, rather than having to switch to the Adjustments tab and select the Mage Armor adjustment.
My basic plan was to create a new spell in the Editor, calling it Mage Armor Me or something then when cast would run this script (please don't laugh
):
hero.child[?].field[Bonus].value += 4
Not sure if this is the best way to do it or what the AC is called by Hero Lab.
Right now I'm trying to create a Mage Armor spell that automatically increase my AC when it's cast, rather than having to switch to the Adjustments tab and select the Mage Armor adjustment.
My basic plan was to create a new spell in the Editor, calling it Mage Armor Me or something then when cast would run this script (please don't laugh

hero.child[?].field[Bonus].value += 4
Not sure if this is the best way to do it or what the AC is called by Hero Lab.