View Single Post
Anpumes
Member
 
Join Date: Sep 2012
Posts: 57

Old April 19th, 2014, 04:01 PM
Quote:
Originally Posted by ShadowChemosh View Post
Look at the tags on the hero after you equip a shield. Any of them look like a tag that would indicate a shield is equipped. I am pretty sure the shield tag your using is the one on the pick and not on the hero.
I did that while I was searching for the encumbrance tags. I don't know why I didn't think of that, aside from the armor tag showing up on the armor when it is equipped and neither of the shield tags do...

Final if statement code looks like this and also include bucklers...
Code:
   if (hero.tagis[Encumbered.Medium] + hero.tagis[Encumbered.Heavy] + hero.tagis[Encumbered.Overloaded] + hero.tagis[Hero.EqpArmor] + hero.tagis[Hero.EquipShld] + hero.tagis[Hero.ShldOffOK] <> 0) then
Thank you once again for the help.
Anpumes is offline   #3 Reply With Quote