This is docs/users_guide.info, produced by makeinfo version 4.6 from docs/users_guide.texinfo. This manual is for MOZ (MOO in Oz) version 1.0. Copyright (C) 2003 Robin Lee Powell Permission is granted to distribute and modify as long as credit is given. See the file license.txt in the main MOZ distribution for full copyright information.  File: users_guide.info, Node: Top, Next: Introduction, Up: (dir) This is the User's Guide for MOZ (Moo in OZ). MOO is Mud Object Oriented. MUD is Multi-User Dungeon or Dimension. In general, a MUD is a multi-user text-based virtual environment. For information on MUDs in general, see or your local search engine. For information on MOOs, see . Oz is a multi-paradigmatic language that happens to not suck. See . * Menu: * Introduction:: A basic introduction to MOZ. * Commands:: A list of the basic commands at your disposal for interacting with the MOZ. More advance commands are in the Builder and Programmer guides. * Unsorted:: Point-form notes that haven't been fully fleshed out. * Command Index:: The index of methods and verbs.  File: users_guide.info, Node: Introduction, Next: Commands, Prev: Top, Up: Top Introduction ************ Moo.  File: users_guide.info, Node: Commands, Next: Unsorted, Prev: Introduction, Up: Top Commands ******** * Menu: * Observation Commands:: Information about commands used to observe the MOZ environment. * Communication Commands:: Information about commands used to communicate with other players. * Movement Commands:: Information about commands used to move around. * Object Commands:: Commansd to deal with other objects in the MOZ. * Miscellaneous Commands:: Commands that didn't fit anywhere else.  File: users_guide.info, Node: Observation Commands, Next: Communication Commands, Up: Commands Observation Commands ==================== - Variable: look Shows everything in the room. - Variable: look object Shows the description of an object.  File: users_guide.info, Node: Communication Commands, Next: Movement Commands, Prev: Observation Commands, Up: Commands Communication Commands ====================== - Variable: say string - Variable: " string Causes something like Foobie says, "STRING" to be presented to everyone in the room.  File: users_guide.info, Node: Movement Commands, Next: Object Commands, Prev: Communication Commands, Up: Commands Movement Commands ================= - Variable: home Returns you to your home location. - Variable: quit Causes your connection to the sever to end. - Variable: go exit - Variable: EXIT Typing "go " and then an exit name, or just an exit name, will take you through that exit.  File: users_guide.info, Node: Object Commands, Next: Miscellaneous Commands, Prev: Movement Commands, Up: Commands Object Commands =============== - Variable: inventory - Variable: inv - Variable: i Shows you the objects you are carrying. - Variable: get OBJECT Used to pick up OBJECT. - Variable: drop OBJECT Used to put down OBJECT. - Variable: rename OBJECT to NAME Changes the name of OBJECT in your current language. - Variable: describe OBJECT as NAME Changes the description OBJECT in your current language.  File: users_guide.info, Node: Miscellaneous Commands, Prev: Object Commands, Up: Commands Miscellaneous Commands ====================== - Variable: languages Lists all the server's languages. - Variable: language name Sets your default language to NAME. - Variable: help Does very little at this point. - Variable: password loginName oldPassword newPassword Change the password for LOGINNAME (presumably your own!) from OLDPASSWORD to NEWPASSWORD. - Variable: rename self to NAME Changes your name in your current language (presumably English, if you're reading this!). - Variable: describe self as NAME Changes your description in your current language (presumably English, if you're reading this!).  File: users_guide.info, Node: Unsorted, Next: Command Index, Prev: Commands, Up: Top Unsorted ******** * Obviously, actually _writing_ the intro at some point would be good.  File: users_guide.info, Node: Command Index, Prev: Unsorted, Up: Top Command Index ************* * Menu: * ": Communication Commands. * describe <1>: Miscellaneous Commands. * describe: Object Commands. * drop: Object Commands. * EXIT: Movement Commands. * get: Object Commands. * go: Movement Commands. * help: Miscellaneous Commands. * home: Movement Commands. * i: Object Commands. * inv: Object Commands. * inventory: Object Commands. * language: Miscellaneous Commands. * languages: Miscellaneous Commands. * look: Observation Commands. * password: Miscellaneous Commands. * quit: Movement Commands. * rename <1>: Miscellaneous Commands. * rename: Object Commands. * say: Communication Commands.  Tag Table: Node: Top366 Node: Introduction1231 Node: Commands1350 Node: Observation Commands1878 Node: Communication Commands2143 Node: Movement Commands2469 Node: Object Commands2896 Node: Miscellaneous Commands3456 Node: Unsorted4221 Node: Command Index4413  End Tag Table