User's Guide to MOZ (Moo in OZ).
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 <http://www.godlike.com/muds/
> or your
local search engine. For information on MOOs, see
<http://www.moo.mud.org/moo-faq/
>.
Oz is a multi-paradigmatic language that happens to not suck. See
<http://www.mozart-oz.org/
>.
Introduction
Moo.
Commands
Observation Commands
Shows everything in the room.
|
Shows the description of an object.
|
Communication Commands
say string
|
Variable |
" string
|
Variable |
Causes something like
Foobie says, "string"
to be presented to everyone in the room.
|
Movement Commands
Returns you to your home location.
|
Causes your connection to the sever to end.
|
go exit
|
Variable |
exit
|
Variable |
Typing "go " and then an exit name, or just an exit name, will
take you through that exit.
|
Object Commands
inventory
|
Variable |
inv
|
Variable |
i
|
Variable |
Shows you the objects you are carrying.
|
rename object to name
|
Variable |
Changes the name of object in your current language.
|
describe object as name
|
Variable |
Changes the description object in your current language.
|
Miscellaneous Commands
Lists all the server's languages.
|
Sets your default language to name.
|
Does very little at this point.
|
password loginName oldPassword newPassword
|
Variable |
Change the password for loginName (presumably your own!) from
oldPassword to newPassword.
|
rename self to name
|
Variable |
Changes your name in your current language (presumably English, if
you're reading this!).
|
describe self as name
|
Variable |
Changes your description in your current language (presumably
English, if you're reading this!).
|
Unsorted
- Obviously, actually writing the intro at some point
would be good.
Command Index