• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Custom Ability Help

Frodie

Well-known member
I am trying to copy some class specials over to custom abilites and I keep running into an error with the "xAllLev"

Here is a sample script

~our bonus is level /2, min 1
var bonus as number
bonus = field[xAllLev].value / 2
field[abValue].value += maximum(round(bonus,0,-1),1)
field[livename].text = field[thingname].text & " +" & field[abValue].value
field[abSumm].text = "+" & field[abValue].value

field[usrChosen1].chosen.field[Bonus].value += bonus

Thanks for any help,
 
Back
Top