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.
~ Disable check box if Power Attack or Combat Expertise is active
If (hero.tagis[Activated.fComExpert] + hero.tagis[Activated.fPowerAtt] <> 0) Then
perform assign[Helper.ChgDisabl1]
perform assign[Helper.ChgDisabl2]
Endif
Whats an L among friends.Looks like a typo, should have no "l".
Helper.ChgDisab1