In the past I've usually run scripts at Final/10000 and had no problem, but that doesn't seem to be the case right now.
here's an example of what I have right now.
That's been run at Final/10000, Render/10000, and Render/20000 with no luck. It just continues displaying the ability description.
Any ideas what I'm doing wrong here?
here's an example of what I have right now.
Code:
field[abValue].value += round(1+round(field[xAllLev].value/3,0,-1),0,-1)
field[livename].text = " (" & signed(field[abValue].value) & ")"
field[abSumm].text = "All allies adjacent to one of your enhanced summoned creatures gain a " & signed(field[abValue].value) & " luck bonus to attack and damage rolls."
That's been run at Final/10000, Render/10000, and Render/20000 with no luck. It just continues displaying the ability description.
Any ideas what I'm doing wrong here?