View Single Post
karrel
Senior Member
 
Join Date: Jan 2012
Location: United States
Posts: 148
Send a message via MSN to karrel

Old September 6th, 2014, 01:59 PM
ok the top part of this works but it removes con score, what im trying to do here is get the template to base bonus Hp off of the WIs score not con;

~we don't have a CON score
perform hero.child[aCON].assign[Helper.NoScore]

~undead use their WIS mod in place of their CON mod
perform hero.child[aCON].assign[AttrSub.aWIS]


tried adding the this but it set thing back to normal:

~ If we have no CON, remove the tag
if (hero.child[aCON].tagis[Helper.NoScore] <> 0) then
perform hero.child[aCON].delete[Helper.NoScore]
endif

any ideas about this guys
karrel is offline   #27 Reply With Quote