• 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

Conditional bootstraps and .chosen

Redcap's Corner

Well-known member
Is there any way to utilize a "field[usrChosen1].chosen" expression in a bootstrap condition? I'm trying to set up a number of conditional bootstraps contingent on user choice from a menu.

As an aside, is there liable to be a limit on the number of bootstraps a single class ability can handle?
 
What I've done for this is setup a script that applies a specific tag to the hero for each item being bootstraped

Code:
  if (field[usrChosen1].chosen.tagis[XXX.XXX] <> 0) thne
    perform hero.assign[Custom.XXXX]
  endif

I do it at First 450 for a bootstrap condition at first 500. I've had feats with over 100 items bootstraped to it with conditions for each and I never hit a limit.
 
Back
Top