View Single Post
NullCascade
Junior Member
 
Join Date: Nov 2014
Posts: 5

Old November 10th, 2014, 02:17 PM
Hm. Should be possibly by doing the following?

1. Create a new special to bootstrap to each monster race. Name it something like "Customize?"

2. Use a script such as this on the special:
Code:
~ We only add ranks/feats if the customize field is not checked.
doneif (field[hIsOn1].value = 1)

~ Add our skill ranks.
hero.child[kHide].field[kUserRanks].value += 2
3. I have not yet looked into how to bootstrap feats via code, but you can use the normal bootstrap window. Bootstrap the feat as normal, but put in the following condition to only apply them if the "Customize?" check is not given.
Code:
fieldval:usrIsCheck = 0
There is likely a way to optimize this, and look for the child special. You can have a single "Customize?" special that all monsters share, and put the bootstraps/scripts on the monster race entry itself. This would be more ideal than creating a new special for every single monster available.
NullCascade is offline   #8 Reply With Quote