View Single Post
tekknowkub
Junior Member
 
Join Date: Mar 2014
Location: Milwaukee, WI
Posts: 20

Old November 3rd, 2022, 10:24 AM
Still needing some help... I need an if statement for if the character has a specific class and also has a specific feat then do stuff.

Can anyone assist?

~ Draconic Exemplar level +2 for Dracomorphosis
if ((hero.childlives[fCITTanLegSize] <> 0) + (hero.childlives[cHelpDra] <> 0) = 2) then
ExIncr = round(ExLev+2/4,0,-1)
hero.childfound[cRPDraDra4].field[xExtraLev].value += 2
endif
tekknowkub is offline   #12 Reply With Quote