View Single Post
Sendric
Senior Member
 
Join Date: Jul 2010
Posts: 3,147

Old January 7th, 2015, 05:49 AM
There are a few minor changes that will be included in the next release, but not in the release notes.

Some pre-req scripting techniques will be updated as follows:

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

NOTE: If you have home-grown user files that use the old techniques, they will still work, and will continue to work going forward. If you wish to change to the new technique, you may do so at will; you do not need to wait for the next community release.

Last edited by Sendric; January 7th, 2015 at 05:53 AM.
Sendric is online now   #179 Reply With Quote