ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/help/bind
Revision: 1.2
Committed: Mon Sep 10 17:33:43 2007 UTC (16 years, 9 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 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.