View Single Post
Shadow_Hawk
Junior Member
 
Join Date: Mar 2021
Posts: 6

Old May 31st, 2021, 06:59 AM
so I took your advice and made it a separate module with different IDs (mammoth island or mi instead of world is square/wis) so that they can be installed side-by-side.

Currently, what I need help with is converting this custom expression for selection to just let you choose the weapon groups instead of weapons from those weapon groups:
Code:
component.BaseWep & !Helper.NoSelect & !component.Specific & !wCategory.Amm?  & !IsWeapon.wCrsRp? & (wFtrGroup.Crossbows | wFtrGroup.Thrown | wCategory.Firearm | Custom.RapidRel)
The other thing I need help with is figuring out how to check that a finesse/light weapon is equipped. Anywhere I can think of that should check for something like that, it just adds a tag to the hero so it can be processed elsewhere.
Shadow_Hawk is offline   #157 Reply With Quote