nextgenrpg
Member
Hey, I cannot figure out how to add shield to this script:
Essentially, this is a feat that requires that you be wearing light or no armor, and may not use shields except bucklers.
I tried adding hero.shield or hero.lightshield or hero.heavyshield but those don't seem to exist. Is there a comprehensive list of item references somewhere?
Thanks in advance.
Specifically, I'd like to have this work where a buckler is the only shield you can wear without the script ending.~ Get out now if wearing Medium or Heavy armor
doneif (hero.tagis[Hero.MedArmor] + hero.tagis[Hero.HeavyArmor] <> 0)
Essentially, this is a feat that requires that you be wearing light or no armor, and may not use shields except bucklers.
I tried adding hero.shield or hero.lightshield or hero.heavyshield but those don't seem to exist. Is there a comprehensive list of item references somewhere?
Thanks in advance.
Last edited: