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.
Just as an FYI the above could be turned into the following:BTW - This is what I used for Wounds, seems to work ok.
var sp as number
sp = hero.child[aCON].field[aFinalVal].value * 1
sp = round(sp, 0, -1)
~ Add to our total charges.
field[trkMax].value += sp
~ Add to our total charges.
field[trkMax].value += round(hero.child[aCON].field[aFinalVal].value,0,-1)
So very very true.if works, don't fix it, lol