home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / a / armgames / !HangDoor / Config < prev    next >
Text File  |  1995-07-12  |  573b  |  26 lines

  1. ;         Config file for Hangman Door © Richard Paddle
  2. ;ONE space between keyword and parameter please
  3. ;
  4. ;         DoorNumber - number of door to be called
  5. ;
  6. DoorNumber 6
  7. ;        
  8. ;         Gambling options ON or OFF
  9. ;
  10. Gamble ON
  11. ;           
  12. ;         Multiplying factors for Up/down load times
  13. ;ie: If score 3 which is 2 less than Confdivide then
  14. ;New online=Confdivide(5)-score(3)*OnlineConf(5)=-10
  15. ;
  16. Confdivide 5
  17. UpdownConf 1
  18. OnlineConf 5 
  19. ;
  20. ;         QuitDelay - time in cS before app. quits after display is done
  21. ;
  22. QuitDelay 100
  23. ;
  24. ;         End must be present
  25. ;
  26. End