ID:160988
Jul 1 2008, 9:28 pm
|
|
How would I make it so some people can see things and others cant? And could this also apply to the density of the object, as if it is dense to one person, but not to another?
|
You can use images and objects together for this one:
obj/special_view |
Look up the see_invisible and invisibility vars.
That's a little more complicated. If you wanted nothing to be dense to a person, you would just set that person's density to zero. However, if you wanted only specific objects to be dense to a single person, depending on what you want it could be handled multiple ways. (For example, using the Bump() proc and istype() proc if you wanted a certain type of object to not be dense to a person.)