home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / a / armgames / !TrivDoor / Config < prev    next >
Text File  |  1995-09-25  |  920b  |  49 lines

  1. ;         Config file for TrivDoor © Richard Paddle
  2. ;ONE space between keyword and parameter please
  3. ;
  4. ;         DoorNumber - number of door to be called
  5. ;
  6. DoorNumber 3
  7. ;        
  8. ;         Gambling options ON or OFF
  9. ;
  10. Gamble ON
  11. ;
  12. ;         Character to separate questions and answers
  13. ;
  14. Char ,
  15. ;           
  16. ;         Multiplying factors for Up/down load times
  17. ;ie: If score 3 which is 2 less than Confdivide then
  18. ;New online=Confdivide(5)-score(3)*OnlineConf(5)=-10
  19. ;
  20. Confdivide 5
  21. UpdownConf 1
  22. OnlineConf 5 
  23. ;
  24. ;         There are six topics: Define their names here:
  25. ;
  26. ;    >.....................................<
  27. Name1 Sport
  28. Name2 General Knowledge
  29. Name3 People
  30. Name4 Places
  31. Name5 Science
  32. Name6 Music
  33. ;
  34. ;         Number of questions per topic
  35. ;
  36. 1num 10
  37. 2num 10
  38. 3num 12
  39. 4num 10
  40. 5num 10
  41. 6num 11
  42. ;
  43. ;         QuitDelay - time in cS before app. quits after display is done
  44. ;
  45. QuitDelay 100
  46. ;
  47. ;         End must be present
  48. ;
  49. End