CHECK
Keywords: CHECK, EMAIL, MAIL, MUDMAIL, RECEIVE
=== USER MANUAL ===
Usage: email <player>
check
receive
Description:
Send and receive in-game mail through a mailman NPC. You must be
in the same room as a mailman to use these commands.
Commands:
email <player> .... Compose a message to another player. Opens
the text editor (/s to save, /h for help).
The recipient's mailbox holds up to 15 messages.
check ............. Ask the mailman if you have mail waiting.
receive ........... Pick up all waiting mail. Each message is
delivered as a note object in your inventory
that you can read.
Using The Editor:
Composing mail puts you in the text editor. Type text normally to
add lines. Every editor command begins with / followed by a
single letter. Line numbers start at 1 -- use /n to see them.
/s .............. Save the message and send it.
/a .............. Abort composing and discard everything.
/h .............. Display the list of editor commands.
/c .............. Clear the entire buffer.
/l .............. List the current buffer contents.
/n .............. List the buffer with line numbers.
/u .............. List the buffer for upload to your client.
/f .............. Format (word-wrap) the whole buffer.
/fi ............. Format with indented paragraphs.
/d# ............. Delete line number #.
/e# <text> ...... Replace line # with <text>.
/i# <text> ...... Insert <text> before line #.
/r 'a' 'b' ...... Replace the first occurrence of a with b.
/ra 'a' 'b' ..... Replace every occurrence of a with b.
Search/replace patterns must be wrapped in matching single or
double quotes, e.g. /r "teh" "the" or /ra 'foo' 'bar'.
Appending c to a list command shows raw color codes instead of
rendering them: /lc, /nc, /uc.
Notes:
- The game notifies you on login and periodically if you have
unread mail waiting.
- Mail objects are no-lose (kept on death).
Related Helpfiles: BOARDS, EDITOR
=== END MANUAL ===