So I am looking to disable any standard grade non-cultured bioware. I was wondering how I would do it. I have the following to find all the Bioware but I can't figure out how to only disable the standard grade non-cultured bioware.
foreach pick in hero from Gear where "AugCat.Bioware"
---> I need some kind of conditional here most likely looking for the tag Grade.grBioStand
perform eachpick.assign[Helper.Disable]
eachpick.activated = 0
nexteach
foreach pick in hero from Gear where "AugCat.Bioware"
---> I need some kind of conditional here most likely looking for the tag Grade.grBioStand
perform eachpick.assign[Helper.Disable]
eachpick.activated = 0
nexteach