• 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

Removing tags from a bootstrapped item

RavenX

Well-known member
Mathias,

How do I get a bootstrapped thing to autoequip itself if the thing its bootstrapped to is equipped?
 
You'll need two different "we're equipped" fields - one is a user field, and is the one actually changed by the user - grUsrEquip is the Id I would use.

The second is a derived field (keep using grIsEquip for this, to minimize the number of other scripts that need to be changed) - in an early script, just before any bootstrap conditions that are looking for whether something is equipped, that field sets its value - usually, it just equals the user field, but in various circumstances, it sets a different value.

In cases like this, where you're allowing a script to control whether an item is equipped, you should hide or disable the equip checkbox on that item - otherwise, the user will try equipping and un-equipping the item, and not see anything change.
 
Back
Top