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.
<before name="calc trtFinal"/>
<before name="Calc trtFinal"/>
It should be, yes, but I've encountered this problem a few times when developing or testing something on my windows machine works and testing on the mac where it doesn't. In every case it has been case sensitivity.
var rank as number
var target as number
rank = herofield[acRank].value
target = 0
if (rank <= 3) then
rank += 1
foreach thing in Edge where "EdgeType.Combat"
target = eachthing.tagvalue[MinRank.?]
if (rank = target) then
var ignoretag as string
ignoretag = "IgnoreRank." & eachthing.idstring
perform hero.assignstr[ignoretag]
endif
nexteach
endif
var rank as number
var target as number
rank = herofield[acRank].value
target = 0
if (rank <= 3) then
rank += 1
foreach thing in Edge where "EdgeType.Combat"
target = eachthing.tagvalue[MinRank.?]
if (rank = target) then
perform assign[Helper.IgnoreRank]
endif
nexteach
endif
herofield[acCshSymbl].text = " gp"
perform hero.assign[Hero.CashBackwd]
#traitcreation[attrAgi] += 1