View Single Post
spannclann
Member
 
Join Date: Aug 2018
Location: Texas
Posts: 87

Old November 18th, 2020, 06:59 AM
I am not sure what I am doing wrong with my eval script. I have it checking if it is equipped and for attunement. Then I go into my If statement to see if the character is 5th level or above. I save and Test, everything is running smooth. I go to a 12th level character, equip and attune but the weapon is not getting the +1 weapon bonus. Any thoughts?


doneif (field[gIsEquip].value = 0)
doneif (field[gIsAttuned].value = 0)

if (hero.tagcount[Classes.?] >= 5) then
hero.child[iRIPGSDB].field[Bonus].value += 1
endif
spannclann is offline   #8 Reply With Quote