ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/help/bind
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

# User Rev Content
1 root 1.1 Syntax:
2     bind [-nfreg] <command>
3     Flags (default -nrf):
4     n - used in normal-mode
5     f - used in fire-mode
6     r - used in run-mode
7     e - leave command in line edit
8     g - global key (not recommended)
9    
10     Multiple commands can be bound to
11     the same key be seperating them
12     with semicolons.
13    
14     Special bind's:
15     bind commandkey - sets commandkey
16     bind firekey1 - sets first firekey
17     bind firekey2 - sets second firekey
18     bind runkey1 - sets first runkey
19     bind runkey2 - sets second runkey
20    
21     Examples:
22     bind -f cast paralyzed (F3)
23     will typically mean that Shift-F3
24     is used to select that spell (Shift
25     being the fire key)
26    
27     bind use_skill sense curse;
28     use_skill sense magic (S)
29     will bind those two commands to the
30     S key.