• 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

Requesting help with a custom expression

Bob G

Well-known member
The feat I'm working on has the user select an energy type of either electricity or fire. What the heck should the custom expression be? Can't figure it out for the life of me. :confused:
 
What does the feat do? Can you give us the text? Depending on the desired effect, you may not need to bother with an expression at all.
 
"Choose either electricity or fire. Whenever you deal damage to a creature using your painful stare, you may deal half of the damage done as damage of the chosen type (electricity or fire) instead of precision damage."
 
Seems like the simplest way would be to use the "Array-based Menu" button, with Fire and Electricity being the strings you type into the first two fields. If there's nothing else that needs to programmatically refer back to the choice the user makes for your feat (like checking for Weapon Focus or suchlike), that would be easiest. Expressions are for when a pick needs to be able to point at another pick to pull tags from it, modify its fields, etc. It doesn't sound like you need to do that in this case.
 
Seems like the simplest way would be to use the "Array-based Menu" button, with Fire and Electricity being the strings you type into the first two fields. If there's nothing else that needs to programmatically refer back to the choice the user makes for your feat (like checking for Weapon Focus or suchlike), that would be easiest. Expressions are for when a pick needs to be able to point at another pick to pull tags from it, modify its fields, etc. It doesn't sound like you need to do that in this case.

That did the trick, it was exactly what I needed. Thanks a million IG!
 
Back
Top