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.
~find our swim pick, then see if it has a swim speed of 0
if (hero.child[xSwim].field[abValue].value = 0) then
~if so, hide and disable ourself
perform assign[Hide.Special]
perform assign[Helper.SpcDisable]
endif