• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Help with some scripting..

asmonty

Member
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
 
Back
Top