home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / a / armgames / !TrivDoor / ReadMe < prev    next >
Text File  |  1994-09-01  |  2KB  |  80 lines

  1.                 Trivia Game by Richard Paddle
  2.                 =============================
  3.  
  4. This program is COPYRIGHT. (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. Richard Paddle,
  10. 163 Ebberns Road,
  11. Apsley,
  12. Hemel Hempstead,
  13. Herts.
  14. HP3 9RD.
  15. Tel: 0860 128277
  16.  
  17.  
  18.           How to set the door up
  19.           ======================
  20.  
  21. Firstly you will need to edit the config file
  22. Set the doornumber you wish trivia to repond to.
  23. Set whether or not you want users to be able to gamle their ratios.
  24. Set the UpdownConf, OnlineConf and Confdivide to your wishes
  25. Set the Quit delay.
  26.  
  27. Some example questions are already included with the door but so that
  28. users don't know the answers you are advised to add your own questions
  29. to the respective files to at least 30 questions per topic.
  30.  
  31. Next you need to write the Menu data files for ARCbbs an example is
  32. given below. This Shows the user the instruction screen, then enters
  33. the door, and after the game displays the high score:
  34.  
  35. |trivia game
  36. DOING"Trivia game"
  37. TYPE <ARCbbs$text>.TrivIns
  38. ECHO "{bfgbg wb}                                Press any key{eol std}"
  39. ANYKEY
  40. OSCLI "WimpTask <ARCserver$Dir>.^!TrivDoor"
  41. DOOR 6
  42. ECHO "{bfgbg wb}                                Press any key{eol std}"
  43. ANYKEY
  44. TYPE <ARCbbs$text>.TrivScr
  45. ECHO "{bfgbg wb}                                Press any key{eol std}"
  46. ANYKEY
  47. GOTO game
  48.  
  49. Below is also a little file to display the high scores:
  50.  
  51. | Trivia Scores
  52. DOING "Trivia Scores"
  53. TYPE <ARCbbs$text>.TrivScr
  54. ECHO "{bfgbg wb}                             Press any key{eol std}"
  55. ANYKEY
  56. GOTO game
  57. |
  58.  
  59. An example Instruction page is also included within this application
  60. called TrivIns
  61.  
  62.             Notes for the Unregistered
  63.             ==========================
  64.  
  65. This program is copyright.
  66. As an unregistered user the highscore table prints Unregistered instead
  67. of the usersname, The BBS name is printed as UNREGISTERED and there is
  68. a maximum score of 5.
  69.  
  70. You can obtain a registered version for £5, see note at top of this file
  71.  
  72.  
  73.              Any suggestion etc to...
  74.              ========================
  75.  
  76. Richard Paddle@2:257/120           or
  77. Richard Paddle@2:254/27            or
  78. richard@arcade.demon.co.uk
  79.  
  80.