File: bind

package info (click to toggle)
crossfire 1.11.0-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 24,456 kB
  • ctags: 7,800
  • sloc: ansic: 80,483; sh: 11,825; perl: 2,327; lex: 1,946; makefile: 1,149
file content (30 lines) | stat: -rw-r--r-- 706 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Syntax:
 bind [-nfreg] <command>
Flags (default -nrf):
 n - used in normal-mode
 f - used in fire-mode
 r - used in run-mode
 e - leave command in line edit
 g - global key (not recommended)

Multiple commands can be bound to
the same key be seperating them
with semicolons.

Special bind's:
 bind commandkey - sets commandkey
 bind firekey1 - sets first firekey
 bind firekey2 - sets second firekey
 bind runkey1 - sets first runkey
 bind runkey2 - sets second runkey

Examples:
bind -f cast paralyzed (F3)
  will typically mean that Shift-F3
  is used to select that spell (Shift
  being the fire key)

bind use_skill sense curse; 
   use_skill sense magic (S)
will bind those two commands to the
S key.