I'm trying to get this to come out right but I seem to be off with my math somewhere.
Here is the ability:
Here is what I have:
Here is the ability:
Voice of Power (Su): By focusing all your mystic power into a single, short utterance you can use a power word spell as a swift action. This takes all your mystic power, making it impossible to do on the same round you cast any other spell or use a spell-like ability. You can do this once per day at 1st level, plus an additional time per day at 6th, 12th, and 18th level.
Here is what I have:
I can't seem to have this apply at levels 6, 12, and 18.~we can use this 1/day at 1st level + 1 /6 levels after
var bonus as number
bonus = field[xAllLev].value / 6
field[trkMax].value += maximum(round(bonus,0,-1) - 1,1)
field[livename].text = "Voice of Power " & field[trkMax].value & "/day."