View Single Post
Darius Darksoul
Member
 
Join Date: Oct 2019
Posts: 43

Old September 2nd, 2020, 12:55 AM
in the script below how would I add a permenant value of 2 I want the Natuual Attacks to increase by 2 sizes

~ If we're not enabled, get out now
doneif (field[pIsOn].value = 0)
~if nothing's been chosen, get out now
doneif (field[pChosen].ischosen = 0)

field[pChosen].chosen.field[wDamage].value += field[pAdjust].value
Darius Darksoul is offline   #1 Reply With Quote