xref: /csrg-svn/games/hack/hh (revision 41278)
1*41278Sbosticy k u	Move commands:
2*41278Sbostic \|/		hykulnjb: single move in specified direction
3*41278Sbostich-+-l		HYKULNJB: repeated move in specified direction
4*41278Sbostic /|\			(until stopped by e.g. a wall)
5*41278Sbosticb j n		f<dir>: fast movement in direction <dir>
6*41278Sbostic			(until something interesting is seen)
7*41278Sbostic		m<dir>: move without picking up objects
8*41278Sbostic
9*41278SbosticMeta commands:
10*41278SbosticQ	quit	leave the game
11*41278SbosticS	save	save the game (to be continued later)
12*41278Sbostic!	sh	escape to some SHELL
13*41278Sbostic^Z	suspend	suspend the game (independent of your current suspend char)
14*41278SbosticO	set	set options
15*41278Sbostic?	help	print information
16*41278Sbostic/	whatis	give name (and sometimes more info) of specified monster
17*41278Sbostic\	known	print list of what's been discovered
18*41278Sbosticv	version	print version number
19*41278Sbostic^R	redraw	redraw the screen (^R denotes the symbol CTRL/R)
20*41278Sbostic^P	print	repeat last message  (subsequent ^P's repeat earlier messages)
21*41278Sbostic#		introduces a long command; not really implemented
22*41278Sbostic
23*41278SbosticGame commands:
24*41278Sbostic^T	teleport teleport
25*41278Sbostica	apply, use  use something (a key, camera, etc.)
26*41278Sbosticc	call	give a name to a class of objects
27*41278Sbosticd	drop	drop an object. d7a: drop seven items of object a.
28*41278Sbostice	eat	eat something
29*41278Sbostici	invent	list the inventory (all objects you are carrying)
30*41278SbosticI	invent	list selected parts of the inventory
31*41278Sbostic		IU: list unpaid objects
32*41278Sbostic		IX: list unpaid but used up items
33*41278Sbostic		I$: count your money
34*41278Sbosticp	pay	pay your bill
35*41278Sbosticq	drink	quaff a potion
36*41278Sbosticr	read	read a scroll
37*41278Sbostics	search	search for secret doors, hidden traps and monsters
38*41278Sbostict	throw	throw or shoot a weapon
39*41278Sbosticw	wield	wield a weapon	(w-  wield nothing)
40*41278Sbosticz	zap	zap a wand
41*41278SbosticC	name	name an individual monster (e.g., baptize your dog)
42*41278SbosticD	Drop	drop several things
43*41278SbosticE	Engrave write a message in the dust on the floor  (E-  use fingers)
44*41278SbosticP	wear	put on a ring
45*41278SbosticR	remove	remove a ring
46*41278SbosticT	remove	take off some armor
47*41278SbosticW	wear	put on some armor
48*41278Sbostic<	up	go up the stairs
49*41278Sbostic>	down	go down the stairs
50*41278Sbostic^	trap_id	identify a previously found trap
51*41278Sbostic),[,=		ask for current weapon, armor, rings, respectively
52*41278Sbostic$	gold	count your gold
53*41278Sbostic.	rest	wait a moment
54*41278Sbostic,	pickup	pick up all you can carry
55*41278Sbostic:	look	look at what is here
56