ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/help/take
Revision: 1.2
Committed: Mon Sep 10 17:33:44 2007 UTC (16 years, 8 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
State: FILE REMOVED
Log Message:
remove cruft

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.