View Single Post
Brolthemighty
Senior Member
 
Join Date: Jan 2013
Posts: 273

Old September 3rd, 2020, 11:44 PM
So I'm trying to figure out an Eval Script to increase # of dice at certain levels, like Superiority Dice. So I grabbed it's script...

~ Increase the number of dice at level 7 and again at 15
if (field[xAllLev].value >= 15) then
field[trkMax].value += 2
elseif (field[xAllLev].value >= 7) then
field[trkMax].value += 1
endif

But when I try to use it in my boon, it tells me:

Attempt to access field 'xAllLev' that does not exist for thing 'EP5CbnTidofWar'

I for the life of me, cannot figure out the field tag for total character level.
Brolthemighty is offline   #1 Reply With Quote