I have a script that I am attempting to run that would, ideally, state the exact range for the ability in the listing. However, it is not properly working. Here is the script:
The ideal outcome, at 20th level, would be for it to list as Translocate (75 ft. range).
However, it displays nothing other than Translocate (30 ft. range).
Your help is appreciated in advance.
Code:
~our bonus is level /2
var bonus as number
bonus += field[xAllLev].value / 2
field[abValue].value += maximum(round(bonus,0,-1),1)*5 + 25
field[livename].text = "Translocate (" & field[abValue].value & " ft. range)"
The ideal outcome, at 20th level, would be for it to list as Translocate (75 ft. range).
However, it displays nothing other than Translocate (30 ft. range).
Your help is appreciated in advance.
Last edited: