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.6 by root, Sat Sep 9 23:30:33 2006 UTC vs.
Revision 1.7 by root, Thu Sep 14 19:19:09 2006 UTC

744If 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
745untouched, use L<use_skill> instead. 745untouched, use L<use_skill> instead.
746 746
747=head2 rename 747=head2 rename
748 748
749Changes the custom name of an item. 749Changes/removes the custom name of given item (or the marked one).
750 750
751 rename <item name> to <new name> 751 rename oldname to newname
752 rename "old item name" to "new item name"
752 753
753(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.
754 757
755If '<item name>' is omitted, defaults to marked item. 758If the new name is empty (i.e. C<"">), then the custom name will be
756 759removed from the item.
757If 'to <new name>' is omitted, clears the custom name.
758 760
759Note: maximum allowed name length is 127 characters. 761Note: maximum allowed name length is 127 characters.
760 762
761=head2 reply 763=head2 reply
762 764

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines