home *** CD-ROM | disk | FTP | other *** search
/ Fatal Distractions! / fataldistractions.bin / chap02 / hack103 / hh < prev    next >
Text File  |  1985-10-31  |  3KB  |  72 lines

  1. y k u    Move commands:
  2.  \|/        hykulnjb: single move in specified direction
  3. h-+-l        HYKULNJB: repeated move in specified direction
  4.  /|\            (until stopped by e.g. a wall)
  5. b j n        f<dir>: fast movement in direction <dir>
  6.             (until something interesting is seen)
  7.         m<dir>: move without picking up objects
  8.  
  9.     For PC HACK, if option "BIOSok" is TRUE, you can also use the numeric
  10.     key pad for move commands.  The key pad characters are translated as:
  11.  
  12.           Numeric Pad:         7  8  9  -  4  5  6  +  1  2  3  Ins  Del
  13.           no Shift or Numlock: y  k  u  m  h  @  l  p  b  j  n   i    :
  14.           Numlock:             y  k  u  m  h  .  l  p  b  j  n   i    :
  15.           Shift:               Y  K  U ^P  H  .  L  P  B  J  N   I    ,
  16.           Shift + NumLock:    ^Y ^K ^U ^P ^H  @ ^L  P ^B ^J ^N   I    ,
  17.           
  18.         '^' means control, so '^H' is control-H.  '@' means no character
  19.         occurs.  With DOS 2.0, unshifted 5 does not produce a scan code.
  20.         If you enable NumLock, you will be able to use an unshifted-5 to do
  21.         a '.' (the wait command).
  22.  
  23. Meta commands:
  24. Q    quit    leave the game
  25. S    save    save the game (to be continued later)
  26. !    sh    escape to some SHELL
  27. O    set    set options
  28. ?    help    print information
  29. /    whatis    give name (and sometimes more info) of specified monster
  30. \    known    print list of what's been discovered
  31. v    version    print version number
  32. ^P    print    repeat last message  (subsequent ^P's repeat earlier messages)
  33. ^R    redraw    redraw the screen (^R denotes the symbol CTRL/R)
  34. ^Z    suspend    suspend the game (not in PC HACK.  Use '!' instead.)
  35. #        introduces a long command; not really implemented
  36.  
  37. Game commands:
  38. <    up    go up the stairs
  39. >    down    go down the stairs
  40. ^    trap_id    identify a previously found trap
  41. ),[,=        tell about current weapon, armor, rings, respectively
  42. $    gold    count your gold
  43. .    rest    wait a moment
  44. ,    pickup    pick up all you can carry
  45. :    look    look at what is here
  46. @        toggle pickup.  Same as doing "O pickup" and "O !pickup"
  47.  
  48. a    apply, use  use something (a key, camera, etc.)
  49. c    call    give a name to a class of objects
  50. C    name    name an individual monster (e.g., baptize your dog)
  51. d    drop    drop an object. d7a: drop seven items of object a.
  52. D    Drop    drop several things
  53. e    eat    eat something
  54. E    Engrave write a message in the dust on the floor  (E-  use fingers)
  55. i    invent    list the inventory (all objects you are carrying)
  56. I    invent    list selected parts of the inventory
  57.         IU: list unpaid objects
  58.         IX: list unpaid but used up items
  59.         I$: count your money
  60. p    pay    pay your bill
  61. P    wear    put on a ring
  62. q    drink    quaff a potion
  63. r    read    read a scroll
  64. R    remove    remove a ring
  65. s    search    search for secret doors, hidden traps and monsters
  66. t    throw    throw or shoot a weapon
  67. T    remove    take off some armor
  68. ^T    teleport teleport
  69. w    wield    wield a weapon    (w-  wield nothing)
  70. W    wear    put on some armor
  71. z    zap    zap a wand
  72.