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

Comparing deliantra/server/pod/command_help.pod (file contents):
Revision 1.2 by root, Sat Sep 9 22:54:31 2006 UTC vs.
Revision 1.3 by root, Thu Sep 14 19:22:05 2006 UTC

1=begin comment
2
3***
4*** WARNING:
5*** This file resides in both CFPlus/pod/ and server/pod/
6*** Only ever edit the version in CFPlus/pod/ and run
7*** ./copy_pod inside server/pod/ to update that copy.
8***
9
10=end
11
1=head1 Crossfire+ Command ListingX<command> 12=head1 Crossfire+ Command ListingX<command>
2 13
3=head2 accept-invitation 14=head2 accept-invitation
4 15
5Accepts an invitation previously issued by another player using the invite 16Accepts an invitation previously issued by another player using the invite
733If you just want to invoke a skill once, leaving your range slot 744If you just want to invoke a skill once, leaving your range slot
734untouched, use L<use_skill> instead. 745untouched, use L<use_skill> instead.
735 746
736=head2 rename 747=head2 rename
737 748
738Changes the custom name of an item. 749Changes/removes the custom name of given item (or the marked one).
739 750
740 rename <item name> to <new name> 751 rename oldname to newname
752 rename "old item name" to "new item name"
741 753
742(Note: the angle brackets (<>) are mandatory and part of the syntax) 754If either of the names contain spaces, you have to use the C<">-form,
755otherwise you can just write the name as-is. If you omit the old name, the
756marked item will be used instead.
743 757
744If '<item name>' is omitted, defaults to marked item. 758If the new name is empty (i.e. C<"">), then the custom name will be
745 759removed from the item.
746If 'to <new name>' is omitted, clears the custom name.
747 760
748Note: maximum allowed name length is 127 characters. 761Note: maximum allowed name length is 127 characters.
749 762
750=head2 reply 763=head2 reply
751 764

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines