Jujitsubb777 made a wall
Freddy23523542 wants to take down that wall.
but only Jujitsubb777 can take down the wall.
Basically, How can I make it were only juji and admins can take it down.
mob/verb
RegWall()
set category = "Create"
var/turf/Walls/Dense1Opac1/Wall/Wall1/S = new(loc)
view() << "[src] creates \an [S]."
^I want it like that but make it were it can also be destroyed by the usr and admins.
Lummox JR