View Single Post
EightBitz
Senior Member
 
Join Date: May 2013
Posts: 1,458

Old September 3rd, 2016, 07:13 PM
Quote:
Originally Posted by EightBitz View Post
You may have already known the part that I told you, but you don't seem to have followed the steps.

Code:
foreach pick in hero from BaseWep where “thingid.wRapier or IsWeapon.wRapier ”
Also, your code seems redundant.

Code:
foreach pick in hero from BaseWep where “IsWeapon.wRapier”
If the thingid is wRapier, then it will have the tag IsWeapon.wRapier, so you shouldn't need to test for both. You should only have to test for the tag.
EightBitz is offline   #6 Reply With Quote