FuzzyThall
New member
Thank you very much for a great sheet. My new standard.
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.
~hide and show appropriate portals for creatures and non-creatures
if (hero.tagis[Hero.Creature] = 0) then
portal[zCreature].visible = 0
else
portal[zEdge].visible = 0
portal[zAbility].visible = 0
endif
~hide and show appropriate portals for creatures and non-creatures
if (hero.tagis[Hero.Creature] = 0) then
portal[zCreature].visible = 0
portal[zAbility].visible = 0
else
portal[zEdge].visible = 0
portal[zAbility].visible = 0
endif