Enforcer84
Well-known member
Working on a home brewed off the cuff scaling item...
I have this attempt at an eval script:
if (#totallevelcount[] >= 10) & (field[gIsEquip].value <> 0) then
#enhancementbonus[hero.child[Initiative], 2]
endif
but I keep getting an Invalid use of reserved word in script. ie my end statement...how did I screw this up?
I have this attempt at an eval script:
if (#totallevelcount[] >= 10) & (field[gIsEquip].value <> 0) then
#enhancementbonus[hero.child[Initiative], 2]
endif
but I keep getting an Invalid use of reserved word in script. ie my end statement...how did I screw this up?
