NotmeTtown
Member
I'm trying to make a Githyanki and wanted to build his "if level is x" powers, so for instance, if one was supposed to become available at level 3, it won't show up prior. I'm using the below script in the Eval Scripts, but it's showing available at all levels. What am I doing wrong?
if (herofield[tHitDice].value < 3) then
perform assign[Helper.SpcDisable]
endif
Thanks in advanced for any help. Sorry if this is covered somewhere else.
if (herofield[tHitDice].value < 3) then
perform assign[Helper.SpcDisable]
endif
Thanks in advanced for any help. Sorry if this is covered somewhere else.