View Single Post
Lawful_g
Senior Member
Volunteer Data File Contributor
 
Join Date: Mar 2007
Posts: 1,245

Old October 20th, 2010, 05:54 AM
You should look for the field[gIsEquip] instead.

foreach pick in hero from BaseWep where "IsWeapon.wLongsword"
if (each.field[gIsEquip].value <> 0) then
whatever you want to happen when equipped
endif
nexteach
Lawful_g is offline   #3 Reply With Quote