xref: /dflybsd-src/games/hack/hh (revision 86d7f5d305c6adaa56ff4582ece9859d73106103)
186d7f5d3SJohn Marinoy k u	Move commands:
286d7f5d3SJohn Marino \|/		hykulnjb: single move in specified direction
386d7f5d3SJohn Marinoh-+-l		HYKULNJB: repeated move in specified direction
486d7f5d3SJohn Marino /|\			(until stopped by e.g. a wall)
586d7f5d3SJohn Marinob j n		f<dir>: fast movement in direction <dir>
686d7f5d3SJohn Marino			(until something interesting is seen)
786d7f5d3SJohn Marino		m<dir>: move without picking up objects
886d7f5d3SJohn Marino
986d7f5d3SJohn MarinoMeta commands:
1086d7f5d3SJohn MarinoQ	quit	leave the game
1186d7f5d3SJohn MarinoS	save	save the game (to be continued later)
1286d7f5d3SJohn Marino!	sh	escape to some SHELL
1386d7f5d3SJohn Marino^Z	suspend	suspend the game (independent of your current suspend char)
1486d7f5d3SJohn MarinoO	set	set options
1586d7f5d3SJohn Marino?	help	print information
1686d7f5d3SJohn Marino/	whatis	give name (and sometimes more info) of specified monster
1786d7f5d3SJohn Marino\	known	print list of what's been discovered
1886d7f5d3SJohn Marinov	version	print version number
1986d7f5d3SJohn Marino^R	redraw	redraw the screen (^R denotes the symbol CTRL/R)
2086d7f5d3SJohn Marino^P	print	repeat last message  (subsequent ^P's repeat earlier messages)
2186d7f5d3SJohn Marino#		introduces a long command; not really implemented
2286d7f5d3SJohn Marino
2386d7f5d3SJohn MarinoGame commands:
2486d7f5d3SJohn Marino^T	teleport teleport
2586d7f5d3SJohn Marinoa	apply, use  use something (a key, camera, etc.)
2686d7f5d3SJohn Marinoc	call	give a name to a class of objects
2786d7f5d3SJohn Marinod	drop	drop an object. d7a: drop seven items of object a.
2886d7f5d3SJohn Marinoe	eat	eat something
2986d7f5d3SJohn Marinoi	invent	list the inventory (all objects you are carrying)
3086d7f5d3SJohn MarinoI	invent	list selected parts of the inventory
3186d7f5d3SJohn Marino		IU: list unpaid objects
3286d7f5d3SJohn Marino		IX: list unpaid but used up items
3386d7f5d3SJohn Marino		I$: count your money
3486d7f5d3SJohn Marinop	pay	pay your bill
3586d7f5d3SJohn Marinoq	drink	quaff a potion
3686d7f5d3SJohn Marinor	read	read a scroll
3786d7f5d3SJohn Marinos	search	search for secret doors, hidden traps and monsters
3886d7f5d3SJohn Marinot	throw	throw or shoot a weapon
3986d7f5d3SJohn Marinow	wield	wield a weapon	(w-  wield nothing)
4086d7f5d3SJohn Marinoz	zap	zap a wand
4186d7f5d3SJohn MarinoC	name	name an individual monster (e.g., baptize your dog)
4286d7f5d3SJohn MarinoD	Drop	drop several things
4386d7f5d3SJohn MarinoE	Engrave write a message in the dust on the floor  (E-  use fingers)
4486d7f5d3SJohn MarinoP	wear	put on a ring
4586d7f5d3SJohn MarinoR	remove	remove a ring
4686d7f5d3SJohn MarinoT	remove	take off some armor
4786d7f5d3SJohn MarinoW	wear	put on some armor
4886d7f5d3SJohn Marino<	up	go up the stairs
4986d7f5d3SJohn Marino>	down	go down the stairs
5086d7f5d3SJohn Marino^	trap_id	identify a previously found trap
5186d7f5d3SJohn Marino),[,=		ask for current weapon, armor, rings, respectively
5286d7f5d3SJohn Marino$	gold	count your gold
5386d7f5d3SJohn Marino.	rest	wait a moment
5486d7f5d3SJohn Marino,	pickup	pick up all you can carry
5586d7f5d3SJohn Marino:	look	look at what is here
56