ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/help/take
Revision: 1.1.1.1 (vendor branch)
Committed: Fri Feb 3 07:14:16 2006 UTC (18 years, 5 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

# Content
1 The take commands take object(s) on the
2 space the player is standing on, and inserts
3 them into the players inventory.
4
5 If no parameter is given, take will get the
6 top object that can be taken and put it in
7 the players inventory. If no object can
8 be taken, that will be stated.
9
10 A parameter can be given to take. In this
11 case, all object that have names that match
12 the parameter will be picked up. Thus,
13 if there is a 'sword of WOE', and 'sword +1'
14 and a 'sword -3' on the ground, 'take sword'
15 will pick all of them up.
16
17 By default, take is bound to the comma
18 key, with no parameters. To change this,
19 look at the bind command.