ID:159102
 
Okay, I wanted to know how to make it where my admins could walk through walls using a "Ghost" verb, but I want only the person who used the "Ghost" verb to be able to do it, no one else. How would I set that up?

Thanks!
Set the mob density to null.
In response to Mysame
have you read the guide

mob/GM/verb/intangible()
set category = "verbs"
density = !density
usr << (density ? "You materialize." : "You dematerialize.")
In response to Joshua50187
Well I havn't finished the whole guide yet. I thought DM would be closer to the languages I already know than it actually was. xD
In response to ChicoTheMan94
Okay i used this but how do i get out of being intagable?????
In response to Spaz826
Did you tried clicking the verb again? *sigh*
In response to GhostAnime
Yes and it gives me the same effect as it did before???