• 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

Expr-Reqs using the "or" argument

Bob G

Well-known member
This is the prereq: "Int or Cha 13 required"
I can't figure out how to make this an Expr-Req. Maybe it can't be; it might have to be a script. Does anyone know how to do this?

My grateful thanks!
 
Try this in a Pre-Req script:

validif (#attrvalue[aINT] >= 13)
validif (#attrvalue[aCHA] >= 13)
 
Try this in a Pre-Req script:

validif (#attrvalue[aINT] >= 13)
validif (#attrvalue[aCHA] >= 13)

OMG! Thank you! Not only does your post fix the problem, but it also gave me a "Eureka!" moment. I now understand what the Pre-Req script does. This will solve at least a dozen other things that I didn't know how to do before. Thank you so much!
 
Back
Top