MadHatterMoran
Member
So I've tried 2 different things.
if(#levelcount[Chrono]>= 3)then
#enhancementbonus[hero.child[Speed].field[svMisc]] + 10
endif
and
if(#levelcount[Chrono]>= 3)then
hero.child[Speed].field[BonEnhance].value = maximum(hero.child[Speed].field[BonEnhance].value, 10)
endif
Yet I keep getting an Error about Invalid use of a reserved word in script.
This is really confusing me. Any Help?
if(#levelcount[Chrono]>= 3)then
#enhancementbonus[hero.child[Speed].field[svMisc]] + 10
endif
and
if(#levelcount[Chrono]>= 3)then
hero.child[Speed].field[BonEnhance].value = maximum(hero.child[Speed].field[BonEnhance].value, 10)
endif
Yet I keep getting an Error about Invalid use of a reserved word in script.
This is really confusing me. Any Help?