View Single Post
ravengode
Junior Member
 
Join Date: Aug 2017
Posts: 5

Old March 27th, 2018, 08:30 PM
Ok I fixed it. Your sheet_extended2 file was missing the Abilities on lines 512 and 516,

<position><![CDATA[
~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

~position the various tables in the desired sequence
perform portal[zProperty].autoplace
perform portal[zAbility].autoplace
perform portal[zEdge].autoplace
perform portal[zHindrance].autoplace
perform portal[zCreature].autoplace
perform portal[zDrawback].autoplace
perform portal[zSPAttack].autoplace
perform portal[zPersonal].autoplace
perform portal[zPower].autoplace
perform portal[zSPPower].autoplace
perform portal[zMagicArmr].autoplace
perform portal[oArmor].autoplace
perform portal[zMagicWeap].autoplace
perform portal[zWeapon].autoplace
perform portal[zMagicItem].autoplace
perform portal[zGear].autoplace
ravengode is offline   #54 Reply With Quote