(Formerly known as IsObjectOn, which is now obsolete)
(Formerly known as ObjectOff, which is now obsolete)
(Formerly known as ObjectOn, which is now obsolete)
bool Object.Visible
Gets/sets the visible state of the object. If this is 1 (true), the object is switched on
and visible in the room. If you set this to 0 (false), the object disappears and no longer
appears in the room.
Example:
object[5].Visible = false;
will make object number 5 in the current room disappear.
|