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!
ID:159102
![]() May 10 2009, 6:12 pm
|
|
![]() May 10 2009, 7:36 pm
|
|
Set the mob density to null.
|
have you read the guide
mob/GM/verb/intangible() set category = "verbs" density = !density usr << (density ? "You materialize." : "You dematerialize.") |
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
|