Spyderbane
Well-known member
I'm trying to add duskwood and I am having issues with the prereq for armor. "must be breastplate"
This works for weapon but I am having issues with the tag for breastplate.
Code:
@valid = 0
if (tagis[IsWeapon.w?] + tagis[mBreastpl] <> 0 ) then
@valid = 1
endif
This works for weapon but I am having issues with the tag for breastplate.