ID:144045
 
Code:
//Here is the obj/Overlays verbs 
obj/Overlays
verb
Wear()
usr.overlays+= src
Remove()
usr.overlays-= src





//Here is one of the many overlays
obj/Overlays/Black_Bandana
icon='gfx/overlays.dmi'
icon_state="black bandana"
layer=MOB_LAYER


Problem description:
Alright, the problem is that I cant add or remove overlays anymore. I seem to not know why because this wasn't the case a few days ago. I might have did something wrong when I added new objects. So this is why I showed you one of the objects. So anyways can someone help me with this problem ? Thanks in advance.

TaintedSoul707

So, are the verbs unavailable? Those verbs are defined on /obj, and using the default src setting which means to access those verbs an obj of that type has to be in the player's contents.