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!
ID:144880
Aug 3 2006, 7:30 am
|
|
Code:
ClearWall(var/turf/wall/O in world) Problem description: It don't remove overlays from wall! |
Aug 3 2006, 7:33 am
|
|
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 ..
|