insaneurge
Well-known member
I am having trouble creating a script for a mechanic to assign a skill bonus to all skills equal to half class levels. I have was trying something like the following.
Code:
~ Generate our level for bonus
field[abValue].value += field[xAllLev].value
field[abValue].value += round(#skillbonus[AllSkills]/2,0,-1)