ID:144880
 
Code:
    ClearWall(var/turf/wall/O in world)
set category="Admin"
if(O.type==/turf/wall/)
O.tagged=0
O.overlays=null
O.name="wall"


Problem description:

It don't remove overlays from wall!
Remove the if().
In response to Mysame
It still don't work, nad problem not in if, because it still changes name
In response to Ripiz
hm in that case: Is there an icon_state effecting the graphics instead of an overlay? Did you blended the wall? Etc,etc, more details as to what you did to the wall to get those images, the more idea we have to help you on

- GhostAnime
In response to GhostAnime
I got wall, just a wall, and got verb, which draws any text on wall, it copies letter, makes others icons icons_state same as letter, and then adds to wall, then adds next letter, and next, and next ..