Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - Pathfinder Roleplaying Game (http://forums.wolflair.com/forumdisplay.php?f=62)
-   -   Expr-Reqs using the "or" argument (http://forums.wolflair.com/showthread.php?t=65828)

Bob G April 24th, 2021 09:59 AM

Expr-Reqs using the "or" argument
 
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!

Dami April 24th, 2021 04:15 PM

Try this in a Pre-Req script:

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

Bob G April 27th, 2021 03:00 PM

Quote:

Originally Posted by Dami (Post 294652)
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!


All times are GMT -8. The time now is 07:14 AM.

Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.