I have a pre-req that has "Proficiency with a specific, one-handed weapon"
I can get it to search for one-handed weapons, but "unarmed" meets all the requirements and it's attached to the hero. Well I have tried all kinds of way to exclude it, with no luck. I have used the id, wpn cat, and non-lethal. But for whatever reason, it just seems to not look at unarmed. Any ideas? This is what I have at the moment.
Thank you for any ideas and help.
       
	
	
	
		
				
			I can get it to search for one-handed weapons, but "unarmed" meets all the requirements and it's attached to the hero. Well I have tried all kinds of way to exclude it, with no luck. I have used the id, wpn cat, and non-lethal. But for whatever reason, it just seems to not look at unarmed. Any ideas? This is what I have at the moment.
Thank you for any ideas and help.
		Code:
	
	 foreach pick in hero from BaseWep where "! Helper.Always2H|! wFtrGroup.Natural"
          validif (eachpick.tagis[Helper.Proficient] <> 0)
          nexteach
			
				Last edited: 
			
		
	
								
								
									
	
								
							
							 
	 
 