11-23-2012, 02:51 PM
Hi folks,
I have a problem here that i cant solve myself....
im trying to change the armor of the item, IF the type is t_armor_leather:
on=@itemequip
if (<act.type> == t_armor_leather)
act.armor += 10
endif
But it doesn't work!!! and i get this error:
02:46:ERROR:(dg_sistema.scp,871)Undefined keyword 'armor'
There is a way to change the armor of a leather armor?
Thanks!
I have a problem here that i cant solve myself....
im trying to change the armor of the item, IF the type is t_armor_leather:
on=@itemequip
if (<act.type> == t_armor_leather)
act.armor += 10
endif
But it doesn't work!!! and i get this error:
02:46:ERROR:(dg_sistema.scp,871)Undefined keyword 'armor'
There is a way to change the armor of a leather armor?
Thanks!
