I have the GMHidingStone script, and I would like to add a property to it so when staff hides, they are able to walk thru walls, doors, and etc.

When the staff unhides, they go back to normal.

Anyone know how to do this? Or has this been attempted before?
 
I attempted it, but sadly it's client side restricted.
What you could do is set your body to the ghost body value and that will allow you to walk through doors. But it will also set everything to black and white.
 
[set body 987 (male)
[set body 988 (female)

These are "GM" bodies. They allow you to see in normal color but also walk through doors.
 
I just used a costume bracelet and instead of a monster, I used the above #s as the costume bodyvalue. Doing it this way allows me to turn it on and off when I want to. Of course, I have to wear the bracelet.

But what was your fix HourMan?
 
Just an update to Tasanar's fix: in the current version it's BodyValue that needs to be modified, as Body is inaccessible for changing. BodyValue is a base 10 number which will translate to Body's hex value for you.
 
Back