home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / comm / tempest.lha / aur2.lha / Betatester.app < prev    next >
Text File  |  1993-05-19  |  3KB  |  111 lines

  1.  
  2. START:
  3.  
  4.  print "||||"
  5.  print "Are you interested in becoming a Beta Tester (Y or N) "
  6.  text 1
  7.  if (text = "n")
  8.           print "|No hard feelings, have a good evening!||"
  9.           goto exit
  10.           endif
  11.  if (text = "y")
  12.           goto rules
  13.           endif
  14.  print "|SORRY, your answer is no recognized!!|"
  15.  goto start
  16.  
  17. rules:
  18.  print "|Here are some rules that must be followed if you wish to be a beta-tester.|"
  19.  print " 1. You must not release your version of the BBS to anyone. |"
  20.  print " 2. All comments about the version must be sent in the beta conference.|"
  21.  print "    and not publicly since they do not apply to everyone.|"
  22.  print " 3. All bugs & comments, must be mapped out & be duplicatable before |"
  23.  print "    submitting a bug list.  This will save us a lot of time |"
  24.  print " 4. Show us some patients & understanding as were fighting through the |"
  25.  print "    bugs it will not be easy but please try. |"
  26.  print "                        Thanks, Rick & Tim ||"
  27.  print "| Can you abide by these rules, if so type the word 'YES' :  "
  28.  text 15
  29.  if (text = "yes")
  30.           goto app
  31.           endif
  32.  
  33.  if (text = "SYSOPLEVEL")
  34.           PRESET_LEVEL 5
  35.           endif
  36.  
  37.  print "|Well, thanks for at least thinking about it....Chow!|"
  38.  goto exit
  39.  
  40. app:
  41.  print "|||||||||||||||||||||||||"
  42. quest:
  43.  print "You must answer all the questions fully if you wish to receive |"
  44.  print "such a high responsibilty with us!||"
  45.  
  46.  print " (1) Your real name      : "
  47.  text 25
  48.  
  49.  print " (2) You Mailing Address : "
  50.  text 25
  51.  
  52.  print " (3) Phone Number we can reach you at. |"
  53.  print " Phone #1 (xxx)-(xxx)-xxxx : "
  54.  text 25
  55.  print " Phone #2 (xxx)-(xxx)-xxxx : "
  56.  text 25
  57.  print " When calling who do we ask for : "
  58.  text 25
  59.  print "|"
  60.  print " What is your setup for you system...List every thing (examples) |"
  61.  print " What your OS is?  What kinda drive space, your computer, memory, extras|"
  62.  print " you have 5 lines of 75 characters to elaborate.||"
  63.  print " 1) "
  64.  text 75
  65.  print " 2) "
  66.  text 75
  67.  print " 3) "
  68.  text 75
  69.  print " 4) "
  70.  text 75
  71.  print " 5) "
  72.  text 75
  73.  
  74.  print "||"
  75.  print "NOW, for the biggie, what do YOU have to offer us as a Beta-Tester.|"
  76.  print "What do you feel you can help us with? |"
  77.  print "Please list your Dreams, Goals & Motivation for wanting to beta-test.||"
  78.  print "As before, you will have 5 lines...||"
  79.  print " 1) "
  80.  text 75
  81.  print " 2) "
  82.  text 75
  83.  print " 3) "
  84.  text 75
  85.  print " 4) "
  86.  text 75
  87.  print " 5) "
  88.  text 75
  89.  
  90.  
  91.  print "|||"
  92. ok1:
  93.  print "Is that all correct (Y or N) : "
  94.  text 1
  95.  if (text = "n")
  96.           goto quest
  97.           endif
  98.  if (text = "y")
  99.           goto done
  100.           endif
  101.  print "|SORRY, your answer is no recognized!!|"
  102.  goto ok1
  103.  
  104. done:
  105.  print "||"
  106.  print "Your application has been recorded, and we'll look it over thanks!|||"
  107.  goto exit
  108.  
  109. exit:
  110.  
  111.