Hi everyone,
trying to make an magic item and everything was working fine to till the end.. when I got this error.
-> Extra characters at end of line
it's set to pre-levels / 5000
var bonus as number
bonus += 4 + #skillbonus[skPercep]
doneif(field[gIsEquip].value <> 0)
if (field[gIsEquip].value <> 0) then
#enhancementbonus[hero.childfound[skPercep],4]
endif
I'm basically trying to add a +4 visual bonus to perception, but only when the In-Play check-box is clicked, of course it has to be worn as well, but as soon as I put it on, it gives it the +4 to perception. Yes, it is supposed to be an enhancement bonus. *smile* special item. (when I look at it when I put it in and editting it, it shows the spacing, but not when I post... interesting)
Any ideas?
Thanks,
Corwyn
trying to make an magic item and everything was working fine to till the end.. when I got this error.
-> Extra characters at end of line
it's set to pre-levels / 5000
var bonus as number
bonus += 4 + #skillbonus[skPercep]
doneif(field[gIsEquip].value <> 0)
if (field[gIsEquip].value <> 0) then
#enhancementbonus[hero.childfound[skPercep],4]
endif
I'm basically trying to add a +4 visual bonus to perception, but only when the In-Play check-box is clicked, of course it has to be worn as well, but as soon as I put it on, it gives it the +4 to perception. Yes, it is supposed to be an enhancement bonus. *smile* special item. (when I look at it when I put it in and editting it, it shows the spacing, but not when I post... interesting)
Any ideas?
Thanks,
Corwyn