home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / a / armgames / !BoxedDoor / ReadMe < prev    next >
Text File  |  1993-06-12  |  2KB  |  79 lines

  1.                 Boxed Game by Richard Paddle
  2.                 ============================
  3.  
  4. This program is SHAREWARE. (C)1993 Richard Paddle
  5.  
  6. If you like it you can get a registered copy for £5 by sending
  7. a 3.5" disc, SAE and a cheque for £5 made payable to:
  8.  
  9.  
  10. Richard Paddle,
  11. Green Shutters,
  12. 13 Orchard Road,
  13. Bromley,
  14. Kent.
  15. BR1 2PR
  16.  
  17. and you will then receive the full version.
  18.  
  19.           How to set the door up
  20.           ======================
  21.  
  22. What you need to do:
  23.  
  24. Firstly you will need to edit the config file
  25. Set the doornumber you wish boxed to repond to.
  26. Set the Quit delay.
  27.  
  28. Next you need to write the Menu data files for ARCbbs an example is
  29. given below. This Shows the user the instruction screen, then enters
  30. the door, and after the game displays the high score:
  31.  
  32. |Boxed game
  33. DOING"Boxed game"
  34. TYPE <ARCbbs$text>.BoxedIns
  35. ANYKEY
  36. OSCLI "WimpTask <ARCserver$Dir>.^.!BoxedDoor"
  37. DOOR 5
  38. TYPE <ARCbbs$text>.BoxScr
  39. ECHO "{bfgbg wb}                             Press any key{eol std}"
  40. ANYKEY
  41. GOTO games
  42.  
  43. Note you should put the Instruction screen in the ARCbbs text directory
  44.  
  45. Below is also a little file to display the high scores:
  46.  
  47. | Boxed Scores
  48. DOING "Boxed Scores"
  49. TYPE <ARCbbs$text>.BoxScr
  50. ECHO "{bfgbg wb}                             Press any key{eol std}"
  51. ANYKEY
  52. GOTO games
  53. |
  54.  
  55.  
  56. An example Instruction page is also included within this application
  57. called BoxedIns
  58.  
  59.  
  60.             Notes for the Unregistered
  61.             ==========================
  62.  
  63. This program is shareware.
  64. As an unregistered user the highscore table prints Unregistered instead
  65. of the usersname, The BBS name is printed as UNREGISTERED and there is
  66. a maximum score of 30
  67.  
  68. You can obtain a registered version for £5, see note at top of this file
  69.  
  70.  
  71.              Any suggestion etc to...
  72.              ========================
  73.  
  74. Richard Paddle@2:252/102.0  Fidonet
  75. Richard@cryton.demon.co.uk  Internet
  76.  
  77.  
  78. Richard...
  79.