ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/help/mark
Revision: 1.1.1.1 (vendor branch)
Committed: Fri Feb 3 07:14:16 2006 UTC (18 years, 4 months ago) by root
Branch: UPSTREAM
CVS Tags: rel-2_0, rel-2_1, UPSTREAM_2006_03_15, LAST_C_VERSION, STABLE, UPSTREAM_2006_02_22, difficulty_fix_merge_060810_2300, UPSTREAM_2006_02_03
Branch point for: difficulty_fix
Changes since 1.1: +0 -0 lines
Log Message:
initial import

File Contents

# User Rev Content
1 root 1.1 mark is used to mark items for items
2     that apply other items. Examples
3     of these are flint & steel marked for
4     apply torches, a weapon marked
5     for improve weapon scrolls.
6    
7     mark without options shows your
8     currently marked item.
9    
10     usage is as follows:
11     mark sword +3
12     mark three torches
13     mark sword
14    
15     mark will look for best match first, and
16     then look for matches based on shortened
17     name, object name, archetype name.
18     It prints the match it finds.