(Formerly known as character[].room, which is now obsolete)
readonly int Character.Room
Gets the room number that the character is currently in.
This is a read-only property. It is set by ChangeRoom.
Example:
Display("EGO is in room %d.", cEgo.Room);
will display the EGO character's current room.
|