| • | User variables allow the storage of information on the server associated with that user in a name/value pair format. The name is a string and the value is an EsObject. As a user travels from room to room, other users see these user variables. See User Variables for more information. |
| • | Room variables are a simple way to create information in a room that may stay there after the player that created it leaves. Room variables are useful in games, and can be used for things like a white board or room welcome message, etc. The value of a room variable is the EsObject. See Room Variables for more information. |
|