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