I've got a feat that gives an insight bonus for each melee weapon that you have weapon focus in.
so I started here:
Can't figure out what check I would do for that (or if it could be part of the foreach).
Any ideas?
so I started here:
Code:
foreach pick in hero from BaseWep where "wFtrGroup.Melee"
if (CHECK TO SEE IF WE HAVE WEAPON FOCUS WITH WEAPON <> 0) then
eachpick.field[BonInsight].value += 1
endif
nexteach
Can't figure out what check I would do for that (or if it could be part of the foreach).
Any ideas?