ID:266553
 
obj/Blue_Uniform
icon='items.dmi'
verb
Get()
set src in oview(1)
usr.contents+=src
del(src)
Wear()
usr.overlays+='items.dmi'
Take_Off()
usr.overlays-='items.dmi'
Drop()
del(src)
new/obj/Blue_Uniform(locate(usr.x,usr.y,usr.z))


ok it dosnt add the Verbs when you get why is this>?
obj/clothes
verb
get()
set src in oview(1)
Move(usr)

obj/clothes/Blue_Uniform
icon='items.dmi'

Wear()
usr.overlays+='items.dmi'
Take_Off()
usr.overlays-='items.dmi'
Drop()
del(src)
new/obj/Blue_Uniform(locate(usr.x,usr.y,usr.z))


That i hae do it, defingin obj/clothes with a get verb then doing annd clothing under obj/clothes like obj/clothes/blue uniform