• 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

Choosing which conditional bootstrap from a dropdown

Redcap's Corner

Well-known member
I have an ability where the user has a choice of five different natural weapons in usrChosen1. If I set each of those natural weapons up as a conditional bootstrap, is there a condition I can easily refer to that checks whether the choice made in usrChosen1 matches the bootstrap? Or is my best bet to write a quick script that adds a tag to the hero based on the weapon chosen, and then to use the various potential tags added this way to trigger the bootstraps?
 
Basically no, you will need to make the choice apply a value to a field or apply a tag or count of tags and do the check that way, plus the timing must be within the range of the conditional. Early first.
 
Is the list of natural attacks never going to change? If so you could use a User Array which will set the index field that is chosen. This is nice as it lets you easily use that in a bootstrap condition without needing tags on the hero.

HERE is an example of the logic from the Community Pack.
 
Back
Top