Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I have chosen to give a class limited spell slots so I used the Warlock spell slots. When I print out the character sheet, the spell slots are listed as Warlock. Is there any way to change this with some sort of name change command?
@RavenX
Ive tried both of these but it has not changed anything. What could I be doing wrong?
hero.child[SlotHoldWa].field[livename].text = "New Name Here"
hero.child[SpellSlots].field[livename].text = "New Name Here"
I have also tried to replace the text but no luck
hero.child[SlotHoldWa].field[livename].text = replace(hero.child[SlotHoldWa].field[livename].text, "Warlock", "Fabled Archer", 0)
Okay, I have got it to work somewhat. It has changed in Hero Lab, but not on the printed character sheet.