ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/pod/command_help.pod
(Generate patch)

Comparing deliantra/Deliantra-Client/pod/command_help.pod (file contents):
Revision 1.37 by root, Sun Jan 11 06:08:35 2009 UTC vs.
Revision 1.39 by root, Sat Sep 5 21:09:40 2009 UTC

147=head2 X<drop>drop (all|unpaid|cursed|unlocked|.*) 147=head2 X<drop>drop (all|unpaid|cursed|unlocked|.*)
148 148
149 drop [number] name 149 drop [number] name
150 150
151B<name> is the name of the item(s) to drop. It may match multiple items. 151B<name> is the name of the item(s) to drop. It may match multiple items.
152The name is matched against the start of the objects in your inventory. 152An object name matches when it contains the name. The name matching is
153The name matching is case insensitive. 153case insensitive.
154 154
155There are a few special name values: 155There are a few special name values:
156 156
157=over 4 157=over 4
158 158
466 mark sword 466 mark sword
467 467
468B<mark> will look for best match first, and then look for matches based 468B<mark> will look for best match first, and then look for matches based
469on shortened name, object name, archetype name. It prints the match it 469on shortened name, object name, archetype name. It prints the match it
470finds. 470finds.
471
472=head2 me
473
474 me <message>
475
476Sends a message to all players on the server, similar to chat, but instead
477of using C<name chats: message>, the form C<* name message> is used, which
478is useful to describe yourself, such as:
479
480 me feels lonely
481 =>
482 * schmorp feels lonely
483
471 484
472=head2 motd 485=head2 motd
473 486
474Shows the message of the day. It takes no arguments. 487Shows the message of the day. It takes no arguments.
475 488

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines