ID:144120
 
Code:
obj/cloth
verb
Wear()
usr.overlays+=src
Remove()
usr.overlays-=src


obj/cloth/Blue_Jeans
icon='gfx/blue_jeans.dmi'



obj/cloth/Blue_Glasses
icon='gfx/blue_glasses.dmi'

obj/cloth/Black_Shirt
icon='gfx/black_shirt.dmi'


Problem description:
Ok the jeans when you click the Wear() verb you where it. But that isnt the case with the items you can where. Can someone explain me the problem?