Get Started
·
Register
·
Login
Posts
ID:159102
Favorites
Verb Help? Easy To Do?
in
Developer Help
[Tips]
ID:159102
May 10 2009, 8:12 pm
ChicoTheMan94
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!
#1
May 10 2009, 9:36 pm
Mysame
Set the mob density to null.
#2
May 10 2009, 11:23 pm
In response to
Mysame
(#1)
Joshua50187
have you read the guide
mob/GM/verb/intangible()
set category = "verbs"
density = !density
usr << (density ? "You materialize." : "You dematerialize.")
#3
May 11 2009, 9:06 am
In response to
Joshua50187
(#2)
ChicoTheMan94
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
#4
May 2 2010, 6:57 am
In response to
ChicoTheMan94
(#3)
Spaz826
Okay i used this but how do i get out of being intagable?????
#5
May 2 2010, 7:01 am
In response to
Spaz826
(#4)
GhostAnime
Did you tried clicking the verb again? *sigh*
#6
May 2 2010, 7:10 am
In response to
GhostAnime
(#5)
Spaz826
Yes and it gives me the same effect as it did before???
Copyright © 2013 BYOND. All rights reserved.