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.
Have you tested just using the AttrSub tag alone? Logically you don't have to use Helper.NoScore with it at the same time.~we don't have a CON score
perform hero.child[aCON].assign[Helper.NoScore]
~undead use their CHA mod in place of their CON mod
perform hero.child[aCON].assign[AttrSub.aWIS]
the above will set so Hp bonus is set to Wis but it make the toon not have a Con score.
~ Use WIS mod in place of CON mod
perform hero.child[aCON].assign[AttrSub.aWIS]