I am trying to disable a class ability unless you are wearing a buckler.
I can figure out how to get it to disable if not wearing a shield, but not specifically a buckler.
What do I need to change to make it specific to bucklers (shBuckler)?
Thanks in advance for answering
I can figure out how to get it to disable if not wearing a shield, but not specifically a buckler.
Code:
if (hero.tagis[Hero.EquipShld] <> 1) then
perform assign[Helper.SpcDisable]
done
endif
What do I need to change to make it specific to bucklers (shBuckler)?
Thanks in advance for answering