obj
DblClick()
set src in usr
if(src.suffix == "Equipped")
src.suffix = null
usr.attack-=src.attackadd
usr.defense-=src.defadd
usr.maxmagic-=src.maxmagicadd
usr.maxhealth-=src.hpadd
else
src.suffix = "Equipped"
usr.attack+=src.attackadd
usr.defense+=src.defadd
usr.maxmagic+=src.maxmagicadd
usr.maxhealth+=src.hpadd
I don't know how to make a drop code. Exspecialy one with this equip so i cant drop an equiped item. Can someone please help me out on this?
ID:175884
Mar 1 2003, 10:19 am
|
|
if("src.suffix)
loc = usr.loc
Done. 'K?