View Single Post
CapedCrusader
Senior Member
Volunteer Data File Contributor
 
Join Date: Aug 2009
Posts: 1,552

Old April 26th, 2013, 08:01 PM
In Hellfrost, I cheated and did it like this (PreTraits/5000):

Code:
foreach pick in hero where "Armory.Melee"
  if (eachpick.tagis[Equipment.TwoHand] <> 0) then
    perform eachpick.delete[Equipment.TwoHand]
    endif
  nexteach
CapedCrusader is offline   #3 Reply With Quote