View Single Post
Cynder
Junior Member
 
Join Date: Jan 2017
Posts: 15

Old January 11th, 2017, 05:40 PM
Quote:
Originally Posted by ShadowChemosh View Post
I do but don't think that is going to be needed.


Thanks for that. But I don't take money as it can actually cause me more issues than its worth.


Go into the editor and go to "Race->Racial Custom Ability" tab and click on your Thing. Then click on the blue "Eval Scripts" button on the right side. Click the 'click to add another eval script'. At the very top set Phase: Post-Attributes and Priority: 10000 "Index" is not important leave at 1.

Then copy and paste this script into the text box area:
Code:
field[abDC].value += 10 + hero.child[ProfBonus].field[tProfBonus].value + #attrmod[aCHA]
Do the "Test Now!" and you should be all good then.
update, i got it working.. though, why it works i have no idea.. heres what i have

field[abDC].value += hero.child[ProfBonus].field[tProfBonus].value + #attrmod[aCHA]


i got rid of the base 10 upfront.. and its now giving me the DC 15 i need..


so... i dont get it though, wheres the 10 coming from?

its giving me 15, the number i need... just from profBonus + aCha... so, i am so lost...

how is this working?
Cynder is offline   #10 Reply With Quote