• 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

New Syntax

For Base Attack Bonus (ie BAB at least 1):
OLD: child[Attack].field[tAtkBase].value >= 1

NEW: #BAB[] >= 1

For minimum ability score (ie DEX at least 13):
OLD: child[aDEX].field[aFinalVal].value >= 13

NEW: #attrvalue[aDEX] >= 13

I asked Shadow about Saves, but he said there isn't one.
 
Thanks, I looked for it most of last night and couldn't find the original post, probably buried in several tons of... Snow. heh

Those have paramaters, does that mean you can stick stuff in the parameters, and the #attrvalue[aDEX] is for prerequists isnt there one for the modifier that works in scripts?
 
Last edited:
To be honest, I haven't had a chance to play around with these beyond pre-reqs.

And yea, definitely buried under a ton of snow. I hope my snow blower is ready for a workout.
 
Just FYI for future reference got to "Help->d20 System FAQ" to pull up the list of all the changes. Then in the Data Authoring section will be notes about new marcros, tags, and fields.

P.S. - I only got enough snow to make the roads wet. :)
 
Last edited:
I got about 30 inches. Looking forward to the 6-12 more on Sunday night.

On the bright side, the commute to work this morning was awesome! :)
 
Back
Top