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 am not sure I have not looked at it in over a year actually. I thought it was all working at one point. I can try and look later this week maybe...Also, is it just not possible to get the CR to work out right? It seems that no matter what the creature ends up with a CR 1/2
field[usrChosen1].chosen.pulltags[sRange.?]
Ok, got the tag problem fixed ,still not sure about the multiple copies of the R Custom Ability.
if (hero.childlives[rcRPMetaMa] <> 0) then
field[livename].text = "Aware Arcana (" & hero.child[raRPBasSpe].field[usrChosen1].chosen.field[name].text
foreach pick in hero from Ability where "thingid.rcRPMetaMa"
field[livename].text &= ", " & eachpick.field[usrChosen1].chosen.field[mmAbbr].text
nexteach
field[livename].text &= ")"
else
field[livename].text = "Aware Arcana (" & hero.child[raRPBasSpe].field[usrChosen1].chosen.field[name].text & ")"
endif