• 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

Deconstructing #situational macro

frumple

Well-known member
I am trying to script applying #situational to a selected skill. However, using field[userChosen1].chosen in the #situational macro doesn't work.

Can one of the devs post the script that makes up #situational so I can use it for the above?
 
I believe you can, here is an example, in fact.

From the Expanded Resistance feat.

Code:
#situational[hero.child[svAll],"+2 vs. " & lowercase(field[usrChosen1].chosen.field[name].text) & " spells",field[thingname].text]
 
Back
Top