home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / RETAIL.ZIP / RETAIL.PPE (.txt) < prev   
Encoding:
PCBoard Programming Language Executable  |  1993-08-25  |  25.0 KB  |  1,422 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 1.OO (plain) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     Integer  INTEGER002
  20.     Integer  INTEGER003
  21.     String   STRING001
  22.  
  23. ;------------------------------------------------------------------------------
  24.  
  25.     Cls
  26.     PrintLn "Retail Hel"
  27.     PrintLn "(c) 1988 XR Von Gimbut"
  28.     PrintLn "The WASTELAND BBS (Marin County, CA)"
  29.     PrintLn " (415) 479-4520"
  30.     PrintLn 
  31.     PrintLn 
  32.     PrintLn "Translated for PCBoard 15.x via PPL"
  33.     PrintLn " by Tim Rush"
  34.     PrintLn "Night*Watch BBS (Groton, CT)"
  35.     PrintLn " (203) 448-6171"
  36.     Wait
  37.     InputYN "Do you need instructions (Y/N)?", STRING001, 14
  38.     If (STRING001 == "Y") Goto LABEL003
  39.     :LABEL001
  40.     Cls
  41.     PrintLn 
  42.     PrintLn 
  43.     PrintLn "After waking up this morning, you look outside and see what a bright"
  44.     PrintLn "and sunny day it is.  'What a great day yo go shopping!' you muse to"
  45.     PrintLn "yourself!  You decide to get up, take a shower, and get ready to on"
  46.     PrintLn "out and face a full day's shopping extravaganza.  So, you go out to"
  47.     PrintLn "the car and decide:"
  48.     PrintLn 
  49.     PrintLn "  1) 'Maybe I don't really want to do this today...'"
  50.     PrintLn "  2) 'I'll head on over to Bartelli's Retail Warehouse'"
  51.     PrintLn "  3) 'I'll get my car washed first'"
  52.     :LABEL002
  53.     InputStr "1,2,3", INTEGER002, 14, 1, Mask_AlNum(), 8192
  54.     Select Case (INTEGER002)
  55.         Case 1
  56.             Goto LABEL004
  57.         Case 2
  58.             Goto LABEL006
  59.         Case 3
  60.             Goto LABEL005
  61.         Case Else
  62.             Goto LABEL002
  63.     End Select
  64.     :LABEL003
  65.     Cls
  66.     PrintLn 
  67.     PrintLn "     You are given $250 dollars and 30 minutes to find the item of"
  68.     PrintLn "question.  What is the question?  That is for you to find out.  Please"
  69.     PrintLn "beware that the establishment that you are patronizing is known for"
  70.     PrintLn "its rude clerks, atrociously long lines, bad service, and downright"
  71.     PrintLn "mean employees."
  72.     PrintLn " "
  73.     PrintLn "     The crucial key to survival is not to run into 'mad Max', the"
  74.     PrintLn "infamous retail register warlord whose sales-per-hour maxes out"
  75.     PrintLn "even the hardiest customers."
  76.     PrintLn " "
  77.     PrintLn "     Good Luck, and remember....be careful who you talk to and where"
  78.     PrintLn "you go..because......"
  79.     PrintLn 
  80.     PrintLn 
  81.     PrintLn 
  82.     Delay 90
  83.     PrintLn 
  84.     PrintLn 
  85.     PrintLn 
  86.     PrintLn 
  87.     PrintLn 
  88.     PrintLn 
  89.     PrintLn 
  90.     PrintLn 
  91.     PrintLn 
  92.     PrintLn "                     this is RETAIL HELL!!!"
  93.     Goto LABEL001
  94.     :LABEL004
  95.     PrintLn " Too bad, maybe next week!"
  96.     Goto LABEL043
  97.     :LABEL005
  98.     Cls
  99.     PrintLn "You drive up to the 'Suds and Suds and More Suds' car wash establishment."
  100.     PrintLn "The man asks you to stay in the car while he gets a new rag to wipe down"
  101.     PrintLn "the windshields.  Unfortunately, Harry, the owner, had just hired a "
  102.     PrintLn "'new hand', and did not realize he had a penchant for killing car"
  103.     PrintLn "wash clients."
  104.     PrintLn 
  105.     Delay 90
  106.     PrintLn 
  107.     PrintLn "You were never aware that he had come up behind you with a shovel"
  108.     PrintLn "and DECAPITATED you."
  109.     PrintLn 
  110.     Delay 90
  111.     PrintLn 
  112.     PrintLn "                Sorry!  No shopping for YOU today!"
  113.     PrintLn 
  114.     Goto LABEL043
  115.     :LABEL006
  116.     Cls
  117.     PrintLn 
  118.     PrintLn "   Ahhh!! The bright lights, the crowds, the angry customers and "
  119.     PrintLn "underpaid employeees who couldn't give a hoot if they ever saw "
  120.     PrintLn "you again!  Bartelli's Retail Warehouse has always been your "
  121.     PrintLn "favorite place to shop.  Aisles and aisles of junk, junk, and"
  122.     PrintLn "more junk...not to mention a few choicy knick-knacks.  You decide"
  123.     PrintLn "to head down:"
  124.     PrintLn 
  125.     :LABEL007
  126.     InputStr "     Aisle (1)? (2)?", INTEGER002, 14, 1, Mask_AlNum(), 8192
  127.     Select Case (INTEGER002)
  128.         Case 1
  129.             Goto LABEL008
  130.         Case 2
  131.             Goto LABEL013
  132.         Case Else
  133.             Goto LABEL007
  134.     End Select
  135.     :LABEL008
  136.     Cls
  137.     PrintLn "Aisle 1 takes you to the back of the store to the elevator.  You"
  138.     PrintLn "find yourseld with Big Bertha and her pekinese in her purse."
  139.     PrintLn "You ask her:"
  140.     PrintLn 
  141.     PrintLn "  1) Why are you so rude?  You know that dogs are not allowed in the store!?"
  142.     PrintLn "  2) Are you having a nice day?"
  143.     PrintLn "  3) Are you going up?"
  144.     PrintLn 
  145.     :LABEL009
  146.     InputStr "1,2,3", INTEGER002, 14, 1, Mask_AlNum(), 8192
  147.     Select Case (INTEGER002)
  148.         Case 1
  149.             Goto LABEL010
  150.         Case 2
  151.             Goto LABEL011
  152.         Case 3
  153.             Goto LABEL012
  154.         Case Else
  155.             Goto LABEL009
  156.     End Select
  157.     :LABEL010
  158.     Cls
  159.     PrintLn "     'RUDE!!!' she screams at the top of her lungs.  Promptly, you"
  160.     PrintLn "back away from her, but not before she lets you have it with her can"
  161.     PrintLn "of mace that she so conveniently has hidden in her bra.  'Take that,"
  162.     PrintLn "you skin sucking dog!!' she cries.  You feel pain, you're sick, and"
  163.     PrintLn "the floor rises up to meet your head.  Your shopping is over for the"
  164.     PrintLn "day.  Sorry!"
  165.     PrintLn 
  166.     Delay 90
  167.     Goto LABEL043
  168.     :LABEL011
  169.     Cls
  170.     PrintLn "     'Oh yes I am! You are such a nice person for asking!'  You step"
  171.     PrintLn "onto the elevator and proceed up to the second floor."
  172.     PrintLn 
  173.     PrintLn 
  174.     Delay 90
  175.     Goto LABEL032
  176.     :LABEL012
  177.     Cls
  178.     PrintLn "     'What do you mean by that!?' Big Bertha hollered.  'How dare you"
  179.     PrintLn "make fun of my weight problem!  Take this!'  Big Bertha steps back and"
  180.     PrintLn "immediately raises her awesomely huge leg and lets loose the meanest"
  181.     PrintLn "kung fu kick you have ever seen...right into your stomach.  Through"
  182.     PrintLn "your screams and her laughing, the rest of the store's customers"
  183.     PrintLn "continue shopping away.  You are definitely DONE for the day!"
  184.     PrintLn 
  185.     Delay 90
  186.     Goto LABEL043
  187.     :LABEL013
  188.     Cls
  189.     PrintLn "     Aisle 2 leads to the clothing deparment where unbeknownst to"
  190.     PrintLn "you...Mad Max lurks...awaiting your entry.  You decide that you"
  191.     PrintLn "better:"
  192.     PrintLn 
  193.     PrintLn "1. 'Go down another aisle'"
  194.     PrintLn "2. 'Enter at your own risk'"
  195.     PrintLn "3  'Get the hell out of the store.'"
  196.     :LABEL014
  197.     InputStr "1,2,3", INTEGER002, 14, 1, Mask_AlNum(), 8192
  198.     Select Case (INTEGER002)
  199.         Case 1
  200.             Goto LABEL007
  201.         Case 2
  202.             Goto LABEL016
  203.         Case 3
  204.             Goto LABEL015
  205.         Case Else
  206.             Goto LABEL014
  207.     End Select
  208.     :LABEL015
  209.     Cls
  210.     PrintLn "     SCARED!!!  That's too bad.  No guts no glory!  I guess this text"
  211.     PrintLn "adventure is not for you!  Good day!"
  212.     Delay 90
  213.     Goto LABEL043
  214.     :LABEL016
  215.     Cls
  216.     PrintLn 
  217.     PrintLn "You sheepishly enter the department.  Max appears!!!!! Do you:"
  218.     PrintLn 
  219.     PrintLn 
  220.     PrintLn "1. Run"
  221.     PrintLn "2. Stay put"
  222.     PrintLn "3. Not sure"
  223.     PrintLn 
  224.     :LABEL017
  225.     InputStr "1,2,3", INTEGER002, 14, 1, Mask_AlNum(), 8192
  226.     Select Case (INTEGER002)
  227.         Case 1
  228.             Goto LABEL018
  229.         Case 2
  230.             Goto LABEL031
  231.         Case 3
  232.             Goto LABEL023
  233.         Case Else
  234.             Goto LABEL017
  235.     End Select
  236.     :LABEL018
  237.     Cls
  238.     PrintLn 
  239.     PrintLn "You decide to RUN for your life!  Damn!!! Which way to go? You head:"
  240.     PrintLn 
  241.     PrintLn "1. Left"
  242.     PrintLn "2. Right"
  243.     PrintLn "3. Backtrack"
  244.     :LABEL019
  245.     InputStr "1,2,3", INTEGER002, 14, 1, Mask_AlNum(), 8192
  246.     Select Case (INTEGER002)
  247.         Case 1
  248.             Goto LABEL020
  249.         Case 2
  250.             Goto LABEL021
  251.         Case 3
  252.             Goto LABEL022
  253.         Case Else
  254.             Goto LABEL019
  255.     End Select
  256.     :LABEL020
  257.     Cls
  258.     PrintLn "   You dart left, around the pant rounders and sprint toward the rear"
  259.     PrintLn "exit of the department.  You don't hear him running after you.  Phew!!"
  260.     PrintLn "You slow down your pace a little as you get to the bottom of the"
  261.     PrintLn "staircase."
  262.     PrintLn 
  263.     Delay 90
  264.     Cls
  265.     PrintLn 
  266.     PrintLn 
  267.     PrintLn "The staircase leads to the basement!  The doors are locked - you have"
  268.     PrintLn "no access!  A sign above you reads:"
  269.     PrintLn 
  270.     PrintLn "   ======================================================="
  271.     PrintLn 
  272.     PrintLn "                      NOT A FIRE ESCAPE"
  273.     PrintLn "        Doors will remain locked during business hours"
  274.     PrintLn 
  275.     PrintLn "   ========================================================"
  276.     PrintLn 
  277.     PrintLn 
  278.     PrintLn "Your goose is cooked I'm afraid!!"
  279.     PrintLn 
  280.     PrintLn 
  281.     PrintLn 
  282.     Delay 90
  283.     Cls
  284.     PrintLn 
  285.     PrintLn 
  286.     PrintLn "You hear the soft padding of leather soled shoes coming your"
  287.     PrintLn "way...slowly down the stairwell.  You SCREAM for help. But all you"
  288.     PrintLn "hear is a soft laughter.  The  is near.  No more charging.  No more"
  289.     PrintLn "sales.  No more complaints.  Mad Max is here......"
  290.     PrintLn 
  291.     PrintLn 
  292.     PrintLn 
  293.     Delay 90
  294.     Cls
  295.     PrintLn 
  296.     PrintLn 
  297.     PrintLn 
  298.     PrintLn 
  299.     PrintLn "                   Your shopping is done FOREVER!"
  300.     PrintLn 
  301.     PrintLn 
  302.     PrintLn 
  303.     Delay 90
  304.     Goto LABEL043
  305.     :LABEL021
  306.     Cls
  307.     PrintLn 
  308.     PrintLn "You DART to the right, dash around the garish caps that line the"
  309.     PrintLn "deparment.  You can hear Max running after you!"
  310.     PrintLn 
  311.     Delay 90
  312.     Cls
  313.     PrintLn 
  314.     PrintLn "Your heart is beating wildly now....You are beginning to see white"
  315.     PrintLn "specks in front of your eyes.  The first stages of panic are"
  316.     PrintLn "overcoming you!"
  317.     PrintLn 
  318.     PrintLn "Try as you might, Mad Max is overtaking you!  What is going on?  Run"
  319.     PrintLn "faster!!!"
  320.     PrintLn 
  321.     PrintLn 
  322.     Delay 90
  323.     PrintLn 
  324.     PrintLn "You look behind you and get a glimpse of Max sprinting towards you.  "
  325.     PrintLn 
  326.     PrintLn "Unfortunately, as you were looking back at Max, you didn't realize"
  327.     PrintLn "that you were running off course to the front door.  A split second"
  328.     PrintLn "later, you accidently hurled your body through the GIANT plate glass"
  329.     PrintLn "display window."
  330.     PrintLn 
  331.     PrintLn "The jagged pieces of glass have severed most of your major arteries."
  332.     PrintLn "You start to lose consciousness........."
  333.     PrintLn "                                     ......but not before you see Max"
  334.     PrintLn "slip his business card into your bloodied shirt pocket."
  335.     PrintLn 
  336.     PrintLn "'Be sure to see me the next time you are"
  337.     PrintLn "in....hehehe..HAHAHAHAHAHA!!!'"
  338.     PrintLn 
  339.     PrintLn 
  340.     Delay 90
  341.     Goto LABEL043
  342.     :LABEL022
  343.     Cls
  344.     PrintLn "You decide to backtrack and head back into the department."
  345.     PrintLn 
  346.     Delay 90
  347.     :LABEL023
  348.     Cls
  349.     PrintLn 
  350.     PrintLn "You are confronted by the MAN!"
  351.     PrintLn 
  352.     PrintLn "Do you:"
  353.     PrintLn 
  354.     PrintLn 
  355.     PrintLn "1. Beg"
  356.     PrintLn "2. Buy"
  357.     PrintLn "3. Borrow"
  358.     :LABEL024
  359.     InputStr "1,2,3", INTEGER002, 14, 1, Mask_AlNum(), 8192
  360.     Select Case (INTEGER002)
  361.         Case 1
  362.             Goto LABEL025
  363.         Case 2
  364.             Goto LABEL029
  365.         Case 3
  366.             Goto LABEL030
  367.         Case Else
  368.             Goto LABEL024
  369.     End Select
  370.     :LABEL025
  371.     Cls
  372.     PrintLn 
  373.     PrintLn "'Ah!  I like a  wimpering customer!!!' Max cries.  'Just for today, I"
  374.     PrintLn "have my own Blue Light Special!  I am going to let you go....but only"
  375.     PrintLn "after you hand over all your money!'"
  376.     PrintLn 
  377.     Delay 90
  378.     Cls
  379.     PrintLn 
  380.     PrintLn "You decide that it is:"
  381.     PrintLn 
  382.     PrintLn "1. Not worth handing over the money."
  383.     PrintLn "2. Not worth keeping the money."
  384.     PrintLn 
  385.     :LABEL026
  386.     InputStr "1,2", INTEGER002, 14, 1, Mask_AlNum(), 8192
  387.     Select Case (INTEGER002)
  388.         Case 1
  389.             Goto LABEL027
  390.         Case 2
  391.             Goto LABEL028
  392.         Case Else
  393.             Goto LABEL026
  394.     End Select
  395.     :LABEL027
  396.     Cls
  397.     PrintLn 
  398.     PrintLn "'THAT'S TOO BAD!!!!!' Max screams as he picks you up by the scruff of"
  399.     PrintLn "your neck and slams your body into a wall-mounted coat hanger.  'IT'S"
  400.     PrintLn "THE RED LIGHT SPECIAL FOR YOU TODAY!!!!'"
  401.     PrintLn 
  402.     Delay 90
  403.     Cls
  404.     PrintLn 
  405.     PrintLn "Throughout the rest of the day, customers could be heard screaming"
  406.     PrintLn "all through the store as they discovered you body swaying in the"
  407.     PrintLn "dressing rooms........"
  408.     PrintLn 
  409.     Delay 90
  410.     Goto LABEL043
  411.     :LABEL028
  412.     Cls
  413.     PrintLn "'AH...., You are as chicken livered as you look!!! You don't deserve"
  414.     PrintLn "to live, nor do you deserve to die!'"
  415.     PrintLn 
  416.     Delay 90
  417.     Goto LABEL043
  418.     :LABEL029
  419.     Cls
  420.     PrintLn 
  421.     PrintLn "A twinkle in Max's eye alights.  'I like you!  Here try this"
  422.     PrintLn "on...Yeah..it fits fine...how much money do you have?...Yeah?....give"
  423.     PrintLn "it all to me cause that's how much it is.....'"
  424.     PrintLn 
  425.     Delay 90
  426.     Cls
  427.     PrintLn 
  428.     PrintLn "     You are not sure if you are being swindled or not...but you are"
  429.     PrintLn "so scared that you don't care.  You let Max fit you and he lets you go"
  430.     PrintLn "on your way....."
  431.     PrintLn 
  432.     PrintLn 
  433.     PrintLn 
  434.     Delay 90
  435.     Cls
  436.     PrintLn 
  437.     PrintLn 
  438.     PrintLn "           FOR NOW......."
  439.     PrintLn 
  440.     Delay 90
  441.     Goto LABEL037
  442.     :LABEL030
  443.     Cls
  444.     PrintLn 
  445.     PrintLn "'Borrow?! Money from me?!  Why I'd love to l you some but....'"
  446.     PrintLn 
  447.     Delay 90
  448.     Cls
  449.     PrintLn 
  450.     PrintLn "      THE CREDIT DEPARTMENT IS PERMANENTLY CLOSED!! "
  451.     PrintLn 
  452.     Delay 90
  453.     Goto LABEL043
  454.     Cls
  455.     PrintLn 
  456.     PrintLn "Sorry...the aisle 3 and 4 stories are under construction...."
  457.     PrintLn 
  458.     Delay 90
  459.     Goto LABEL007
  460.     :LABEL031
  461.     Cls
  462.     PrintLn 
  463.     PrintLn "Oh....I'm sorry!  That was a bad choice!"
  464.     PrintLn 
  465.     Delay 90
  466.     Cls
  467.     PrintLn 
  468.     PrintLn "Before you knew what happened....Max had rolled a rolling rack full of"
  469.     PrintLn "clothes over your feet.  (You can liken the condition of your feet now"
  470.     PrintLn "to your Aunt's 'Jello Surprise' that had sat out in the sun at last"
  471.     PrintLn "year's boring picnic party.)"
  472.     PrintLn 
  473.     Delay 90
  474.     Cls
  475.     PrintLn 
  476.     PrintLn 
  477.     PrintLn 
  478.     PrintLn "                        you scream."
  479.     PrintLn 
  480.     Delay 90
  481.     Cls
  482.     PrintLn 
  483.     PrintLn "'Having trouble moving?' Max snears.  "
  484.     PrintLn 
  485.     PrintLn "As you try to focus through the pain...you can see that he has already"
  486.     PrintLn "taken your money, called the store's security on you, and 'set you up'"
  487.     PrintLn "as a shoplifter that is about to be arrested.  "
  488.     PrintLn 
  489.     Delay 90
  490.     Cls
  491.     PrintLn 
  492.     PrintLn 
  493.     PrintLn 
  494.     PrintLn "                    Poor you!"
  495.     PrintLn 
  496.     Delay 90
  497.     Cls
  498.     PrintLn 
  499.     PrintLn 
  500.     PrintLn 
  501.     PrintLn "              That's all the shopping for you today!"
  502.     PrintLn 
  503.     Delay 90
  504.     Goto LABEL043
  505.     :LABEL032
  506.     Cls
  507.     PrintLn 
  508.     PrintLn 
  509.     PrintLn 
  510.     PrintLn "   Ah!  You find yourself up on the second floor.  People are swirling"
  511.     PrintLn "about you....shopping carts, crying babies, obnoxious public address"
  512.     PrintLn "pages, and the general hustling and bustling makes you feel dizzy...."
  513.     PrintLn 
  514.     PrintLn "Do you:"
  515.     PrintLn 
  516.     PrintLn "1. Take a seat"
  517.     PrintLn "2. Find a restroom"
  518.     PrintLn "3. Throw up"
  519.     PrintLn 
  520.     :LABEL033
  521.     InputStr "1,2,3", INTEGER002, 14, 1, Mask_AlNum(), 8192
  522.     Select Case (INTEGER002)
  523.         Case 1
  524.             Goto LABEL034
  525.         Case 2
  526.             Goto LABEL035
  527.         Case 3
  528.             Goto LABEL036
  529.         Case Else
  530.             Goto LABEL033
  531.     End Select
  532.     :LABEL034
  533.     Cls
  534.     PrintLn 
  535.     PrintLn 
  536.     PrintLn 
  537.     PrintLn "     You frantically search for a seat....the stale popcorn wafting up"
  538.     PrintLn "through the elevator shaft is making you more and more queezy.  In"
  539.     PrintLn "your haste to find a chair, you accidently knock over Mrs. Jeffrey's"
  540.     PrintLn "baby carriage - with the baby inside!  "
  541.     PrintLn 
  542.     Delay 90
  543.     Cls
  544.     PrintLn 
  545.     PrintLn 
  546.     PrintLn 
  547.     PrintLn 
  548.     PrintLn "You are a shmuck......"
  549.     PrintLn 
  550.     PrintLn 
  551.     PrintLn 
  552.     PrintLn 
  553.     PrintLn 
  554.     PrintLn 
  555.     PrintLn 
  556.     Delay 90
  557.     Cls
  558.     PrintLn 
  559.     PrintLn 
  560.     PrintLn 
  561.     PrintLn 
  562.     PrintLn "Mrs. Jeffrey does not like shmucks...especially ones like"
  563.     PrintLn "yourself....."
  564.     Delay 90
  565.     Cls
  566.     PrintLn 
  567.     PrintLn 
  568.     PrintLn 
  569.     PrintLn 
  570.     PrintLn 
  571.     PrintLn 
  572.     PrintLn "You turn to vomit away from the crowd...but Mrs. Jeffrey turns your"
  573.     PrintLn "throw-up matter from  BILE   to    B L O O D."
  574.     PrintLn 
  575.     Delay 90
  576.     Cls
  577.     PrintLn 
  578.     PrintLn 
  579.     PrintLn 
  580.     PrintLn "You have just been shot by a .44"
  581.     PrintLn 
  582.     PrintLn "Mrs. Jeffrey always DID carry a big purse....."
  583.     PrintLn 
  584.     PrintLn "                                           ....and a LOADED TEMPER!"
  585.     PrintLn 
  586.     Delay 90
  587.     Cls
  588.     PrintLn 
  589.     PrintLn 
  590.     PrintLn 
  591.     PrintLn "That's all the shopping for you today!!!!"
  592.     Delay 90
  593.     Goto LABEL043
  594.     :LABEL035
  595.     Cls
  596.     PrintLn 
  597.     PrintLn 
  598.     PrintLn "You dash towards the restroom!  Hurry! Hurry!  You lose your lunch"
  599.     PrintLn "just as you enter the stall......    @#$%^$"
  600.     PrintLn 
  601.     PrintLn 
  602.     PrintLn "The sounds are atrocious!"
  603.     PrintLn 
  604.     Delay 90
  605.     Cls
  606.     PrintLn 
  607.     PrintLn 
  608.     PrintLn "Getting up off your knees....you notice a white pouch has been taped"
  609.     PrintLn "under the toilet base. "
  610.     PrintLn 
  611.     PrintLn "You reach around and peel the pouch off of the toilet.  Curious thing! "
  612.     PrintLn "You suspect what it is...and decide to turn it in to the proper"
  613.     PrintLn "authorities.  "
  614.     PrintLn 
  615.     PrintLn "As you get up to leave...the door bursts open and 8 DEA officers storm"
  616.     PrintLn "the bathroom.  "
  617.     PrintLn 
  618.     PrintLn "'Freeze!!!!  This is the police!!!!!' they all sing in unison."
  619.     Delay 90
  620.     Cls
  621.     PrintLn 
  622.     PrintLn 
  623.     PrintLn 
  624.     PrintLn 
  625.     PrintLn "You are booked for possession with intent to sell."
  626.     Delay 90
  627.     Cls
  628.     PrintLn 
  629.     PrintLn 
  630.     PrintLn 
  631.     PrintLn 
  632.     PrintLn 
  633.     PrintLn 
  634.     PrintLn 
  635.     PrintLn "Needless to say....."
  636.     Delay 90
  637.     Cls
  638.     PrintLn 
  639.     PrintLn 
  640.     PrintLn 
  641.     PrintLn 
  642.     PrintLn "               YOU ARE DONE FOR THE DAY!"
  643.     PrintLn 
  644.     PrintLn "                 (Hire a good lawyer!)"
  645.     Delay 90
  646.     Goto LABEL043
  647.     :LABEL036
  648.     Cls
  649.     PrintLn 
  650.     PrintLn 
  651.     PrintLn 
  652.     PrintLn "You decide that enough is ENOUGH!!!!    You turn, swallow hard, gasp"
  653.     PrintLn "for air, and "
  654.     PrintLn 
  655.     PrintLn 
  656.     PrintLn 
  657.     PrintLn 
  658.     PrintLn "                        BLOW CHUNKS!!!"
  659.     PrintLn 
  660.     Delay 90
  661.     Cls
  662.     PrintLn 
  663.     PrintLn 
  664.     PrintLn 
  665.     PrintLn 
  666.     PrintLn 
  667.     PrintLn 
  668.     PrintLn 
  669.     PrintLn 
  670.     PrintLn 
  671.     PrintLn "                         ghastly...."
  672.     Delay 90
  673.     Cls
  674.     PrintLn 
  675.     PrintLn 
  676.     PrintLn 
  677.     PrintLn 
  678.     PrintLn 
  679.     PrintLn 
  680.     PrintLn 
  681.     PrintLn "As a matter of fact...I am so embarrassed for you that I will have to"
  682.     PrintLn "ask you to leave the SYSTEM....."
  683.     PrintLn "                              ........"
  684.     PrintLn "                                     ......."
  685.     PrintLn "                                          ......good day vomit head"
  686.     PrintLn 
  687.     PrintLn "Log in again when you can hold your cookies..."
  688.     Delay 90
  689.     Bye
  690.     :LABEL037
  691.     Cls
  692.     PrintLn 
  693.     PrintLn 
  694.     PrintLn 
  695.     PrintLn "Phew!!! You are the FIRST to make it by Max in one piece....or better"
  696.     PrintLn "yet...to have all your pieces intact!"
  697.     Delay 90
  698.     Cls
  699.     PrintLn 
  700.     PrintLn 
  701.     PrintLn 
  702.     PrintLn 
  703.     PrintLn "Trying to be as casual as you can....you dash to the stairs and run up"
  704.     PrintLn "a few flights.  You stop.  You open the door."
  705.     Delay 90
  706.     Cls
  707.     PrintLn 
  708.     PrintLn 
  709.     PrintLn "And notice a freight elevator down the hallway.  You walk briskly"
  710.     PrintLn "toward it, enter it, and hit:"
  711.     PrintLn 
  712.     PrintLn 
  713.     PrintLn "1. Basement"
  714.     PrintLn "2. Floor 1"
  715.     PrintLn "3. Floor 2"
  716.     PrintLn "4. Floor 3"
  717.     PrintLn "5. Floor 4"
  718.     :LABEL038
  719.     InputStr "1,2,3,4,5", INTEGER002, 14, 1, Mask_AlNum(), 8192
  720.     Select Case (INTEGER002)
  721.         Case 1
  722.             Goto LABEL039
  723.         Case 2
  724.             Goto LABEL040
  725.         Case 3
  726.             Goto LABEL032
  727.         Case 4
  728.             Goto LABEL042
  729.         Case 5
  730.             Goto LABEL041
  731.         Case Else
  732.             Goto LABEL038
  733.     End Select
  734.     :LABEL039
  735.     Cls
  736.     PrintLn 
  737.     PrintLn 
  738.     PrintLn 
  739.     PrintLn "      Slowly the door closes with an ominous 'THUNK!'  Hmmmmm.....this"
  740.     PrintLn "does not sound good....."
  741.     PrintLn 
  742.     PrintLn "The elevator lurches...and an amber lighted sign instantly luminates"
  743.     PrintLn "over your head which says:"
  744.     Delay 90
  745.     Cls
  746.     PrintLn 
  747.     PrintLn 
  748.     PrintLn 
  749.     PrintLn "              **************************************************"
  750.     PrintLn "              |                                                |"
  751.     PrintLn "              |  USE OF ELEVATOR BY AUTHORIZED PERSONNEL ONLY  |"
  752.     PrintLn "              |            All others shall perish             |"
  753.     PrintLn "              |              (And that means you)              |"
  754.     PrintLn "              |                                                |"
  755.     PrintLn "              **************************************************"
  756.     PrintLn 
  757.     Delay 90
  758.     Cls
  759.     PrintLn 
  760.     PrintLn 
  761.     PrintLn 
  762.     PrintLn "      You gasp from fright....what do they mean..."
  763.     PrintLn 
  764.     PrintLn "            'All others shall perish?'"
  765.     PrintLn 
  766.     PrintLn "                  The elevator lurches again - and then FREEFALLS"
  767.     PrintLn "                  to the bottom of the shaft.  "
  768.     PrintLn 
  769.     Delay 90
  770.     Cls
  771.     PrintLn 
  772.     PrintLn 
  773.     PrintLn 
  774.     PrintLn "Later that day, Charlie, the head maintenance chief is seen on the"
  775.     PrintLn "main floor's telephone, cussing about the freight elevator being"
  776.     PrintLn "broken again.  'The damn thing is always jumpin' the"
  777.     PrintLn "track and fouling up my schedule...get someone down here on"
  778.     PrintLn "the double to fix it!'"
  779.     PrintLn 
  780.     PrintLn 
  781.     PrintLn "You, of course WERE the trouble!"
  782.     PrintLn 
  783.     PrintLn "But, not any more!  Your elevator incident has left you flatter than a"
  784.     PrintLn "pancake!  "
  785.     PrintLn 
  786.     PrintLn "                                Good day!"
  787.     Delay 90
  788.     Goto LABEL043
  789.     :LABEL040
  790.     Cls
  791.     PrintLn 
  792.     PrintLn 
  793.     PrintLn "You find yourself back on the main floor....looking at the 2 Main"
  794.     PrintLn "Aisles...."
  795.     PrintLn 
  796.     PrintLn "Do you go down:"
  797.     PrintLn 
  798.     Goto LABEL007
  799.     :LABEL041
  800.     Cls
  801.     PrintLn 
  802.     PrintLn 
  803.     PrintLn 
  804.     PrintLn 
  805.     PrintLn "            The elevator doors close softly...."
  806.     PrintLn 
  807.     PrintLn "            Gently, the elevator begins to rise and takes just a few"
  808.     PrintLn "seconds for it to arrive on the 4th floor."
  809.     PrintLn 
  810.     PrintLn 
  811.     Delay 90
  812.     Cls
  813.     PrintLn 
  814.     PrintLn 
  815.     PrintLn 
  816.     PrintLn 
  817.     PrintLn "You calmly walk out and FIND what you had been looking for!  And there"
  818.     PrintLn "it was.....all the time....just sitting there in the case....on"
  819.     PrintLn "sale...for sale...for 189 bucks....the thing you should have had in"
  820.     PrintLn "the beginning....."
  821.     PrintLn 
  822.     PrintLn 
  823.     PrintLn 
  824.     Delay 90
  825.     Cls
  826.     PrintLn 
  827.     PrintLn 
  828.     PrintLn 
  829.     PrintLn 
  830.     PrintLn 
  831.     PrintLn 
  832.     PrintLn 
  833.     PrintLn "        A 14400 baud fax/modem so you can shop AT HOME!!!"
  834.     PrintLn 
  835.     PrintLn 
  836.     Delay 90
  837.     Cls
  838.     PrintLn 
  839.     PrintLn 
  840.     PrintLn 
  841.     PrintLn "                 *****    Congratulations!   *****                          "
  842.     PrintLn "                Now the least you could do is give the"
  843.     PrintLn "                          WASTELAND a call!  "
  844.     PrintLn 
  845.     Delay 90
  846.     Goto LABEL043
  847.     :LABEL042
  848.     Cls
  849.     PrintLn 
  850.     PrintLn 
  851.     PrintLn "      The elevator doors close"
  852.     PrintLn 
  853.     PrintLn "You step to the rear and wait.   "
  854.     PrintLn 
  855.     PrintLn 
  856.     PrintLn 
  857.     PrintLn "Nothing happens....."
  858.     Delay 90
  859.     Cls
  860.     GetUser
  861.     INTEGER003 = U_PageLen
  862.     U_PageLen = 0
  863.     PutUser
  864.     PrintLn 
  865.     PrintLn 
  866.     PrintLn 
  867.     PrintLn "            Suddenly...the elevator lurches!!!  And DOWN you go!  "
  868.     PrintLn 
  869.     PrintLn 
  870.     PrintLn "            Faster and faster!"
  871.     PrintLn 
  872.     PrintLn 
  873.     PrintLn "            All you can see are the faint floor lights as you are "
  874.     PrintLn "            propelled into oblivion...."
  875.     Delay 90
  876.     Cls
  877.     PrintLn 
  878.     Delay 5
  879.     PrintLn 
  880.     Delay 5
  881.     PrintLn "                              *"
  882.     Delay 5
  883.     PrintLn 
  884.     Delay 5
  885.     PrintLn 
  886.     Delay 5
  887.     PrintLn 
  888.     Delay 5
  889.     PrintLn 
  890.     Delay 5
  891.     PrintLn 
  892.     Delay 5
  893.     PrintLn 
  894.     Delay 5
  895.     PrintLn 
  896.     Delay 5
  897.     PrintLn 
  898.     Delay 5
  899.     PrintLn 
  900.     Delay 5
  901.     PrintLn 
  902.     Delay 5
  903.     PrintLn 
  904.     Delay 5
  905.     PrintLn 
  906.     Delay 5
  907.     PrintLn 
  908.     Delay 5
  909.     PrintLn 
  910.     Delay 5
  911.     PrintLn 
  912.     Delay 5
  913.     PrintLn 
  914.     Delay 5
  915.     PrintLn 
  916.     Delay 5
  917.     PrintLn 
  918.     Delay 5
  919.     PrintLn 
  920.     Delay 5
  921.     PrintLn 
  922.     Delay 5
  923.     PrintLn 
  924.     Delay 5
  925.     PrintLn 
  926.     Delay 5
  927.     PrintLn 
  928.     Delay 5
  929.     PrintLn 
  930.     Delay 5
  931.     PrintLn 
  932.     Delay 5
  933.     PrintLn 
  934.     Delay 5
  935.     PrintLn 
  936.     Delay 5
  937.     PrintLn 
  938.     Delay 5
  939.     PrintLn 
  940.     Delay 5
  941.     PrintLn 
  942.     Delay 5
  943.     PrintLn "                              *"
  944.     Delay 5
  945.     PrintLn 
  946.     Delay 5
  947.     PrintLn 
  948.     Delay 5
  949.     PrintLn 
  950.     Delay 5
  951.     PrintLn 
  952.     Delay 5
  953.     PrintLn 
  954.     Delay 5
  955.     PrintLn 
  956.     Delay 5
  957.     PrintLn 
  958.     Delay 5
  959.     PrintLn 
  960.     Delay 5
  961.     PrintLn 
  962.     Delay 5
  963.     PrintLn 
  964.     Delay 5
  965.     PrintLn 
  966.     Delay 5
  967.     PrintLn 
  968.     Delay 5
  969.     PrintLn 
  970.     Delay 5
  971.     PrintLn 
  972.     Delay 5
  973.     PrintLn 
  974.     Delay 5
  975.     PrintLn 
  976.     Delay 5
  977.     PrintLn 
  978.     Delay 5
  979.     PrintLn 
  980.     Delay 5
  981.     PrintLn 
  982.     Delay 5
  983.     PrintLn 
  984.     Delay 5
  985.     PrintLn 
  986.     Delay 5
  987.     PrintLn 
  988.     Delay 5
  989.     PrintLn 
  990.     Delay 5
  991.     PrintLn 
  992.     Delay 5
  993.     PrintLn 
  994.     Delay 5
  995.     PrintLn 
  996.     Delay 5
  997.     PrintLn 
  998.     Delay 5
  999.     PrintLn "                              *"
  1000.     Delay 5
  1001.     PrintLn 
  1002.     Delay 5
  1003.     PrintLn 
  1004.     Delay 5
  1005.     PrintLn 
  1006.     Delay 5
  1007.     PrintLn 
  1008.     Delay 5
  1009.     PrintLn 
  1010.     Delay 5
  1011.     PrintLn 
  1012.     Delay 5
  1013.     PrintLn 
  1014.     Delay 5
  1015.     PrintLn 
  1016.     Delay 5
  1017.     PrintLn 
  1018.     Delay 5
  1019.     PrintLn 
  1020.     Delay 5
  1021.     PrintLn 
  1022.     Delay 5
  1023.     PrintLn 
  1024.     Delay 5
  1025.     PrintLn 
  1026.     Delay 5
  1027.     PrintLn 
  1028.     Delay 5
  1029.     PrintLn 
  1030.     Delay 5
  1031.     PrintLn 
  1032.     Delay 5
  1033.     PrintLn 
  1034.     Delay 5
  1035.     PrintLn 
  1036.     Delay 5
  1037.     PrintLn 
  1038.     Delay 5
  1039.     PrintLn "                              *"
  1040.     Delay 5
  1041.     PrintLn 
  1042.     Delay 5
  1043.     PrintLn 
  1044.     Delay 5
  1045.     PrintLn 
  1046.     Delay 5
  1047.     PrintLn 
  1048.     Delay 5
  1049.     PrintLn 
  1050.     Delay 5
  1051.     PrintLn 
  1052.     Delay 5
  1053.     PrintLn 
  1054.     Delay 5
  1055.     PrintLn 
  1056.     Delay 5
  1057.     PrintLn 
  1058.     Delay 5
  1059.     PrintLn 
  1060.     Delay 5
  1061.     PrintLn 
  1062.     Delay 5
  1063.     PrintLn 
  1064.     Delay 5
  1065.     PrintLn 
  1066.     Delay 5
  1067.     PrintLn 
  1068.     Delay 5
  1069.     PrintLn 
  1070.     Delay 5
  1071.     PrintLn 
  1072.     Delay 5
  1073.     PrintLn 
  1074.     Delay 5
  1075.     PrintLn 
  1076.     Delay 5
  1077.     PrintLn "                              *"
  1078.     Delay 5
  1079.     PrintLn 
  1080.     Delay 5
  1081.     PrintLn 
  1082.     Delay 5
  1083.     PrintLn 
  1084.     Delay 5
  1085.     PrintLn 
  1086.     Delay 5
  1087.     PrintLn 
  1088.     Delay 5
  1089.     PrintLn 
  1090.     Delay 5
  1091.     PrintLn 
  1092.     Delay 5
  1093.     PrintLn 
  1094.     Delay 5
  1095.     PrintLn 
  1096.     Delay 5
  1097.     PrintLn 
  1098.     Delay 5
  1099.     PrintLn 
  1100.     Delay 5
  1101.     PrintLn 
  1102.     Delay 5
  1103.     PrintLn 
  1104.     Delay 5
  1105.     PrintLn "                              *"
  1106.     Delay 5
  1107.     PrintLn 
  1108.     Delay 5
  1109.     PrintLn 
  1110.     Delay 5
  1111.     PrintLn 
  1112.     Delay 5
  1113.     PrintLn 
  1114.     Delay 5
  1115.     PrintLn 
  1116.     Delay 5
  1117.     PrintLn 
  1118.     Delay 5
  1119.     PrintLn 
  1120.     Delay 5
  1121.     PrintLn 
  1122.     Delay 5
  1123.     PrintLn 
  1124.     Delay 5
  1125.     PrintLn 
  1126.     Delay 5
  1127.     PrintLn 
  1128.     Delay 5
  1129.     PrintLn 
  1130.     Delay 5
  1131.     PrintLn 
  1132.     Delay 5
  1133.     PrintLn 
  1134.     Delay 5
  1135.     PrintLn 
  1136.     Delay 5
  1137.     PrintLn "                              *"
  1138.     Delay 5
  1139.     PrintLn 
  1140.     Delay 5
  1141.     PrintLn 
  1142.     Delay 5
  1143.     PrintLn 
  1144.     Delay 5
  1145.     Delay 5
  1146.     PrintLn 
  1147.     Delay 5
  1148.     PrintLn 
  1149.     Delay 5
  1150.     PrintLn 
  1151.     Delay 5
  1152.     PrintLn 
  1153.     Delay 5
  1154.     PrintLn 
  1155.     Delay 5
  1156.     PrintLn 
  1157.     Delay 5
  1158.     PrintLn 
  1159.     Delay 5
  1160.     PrintLn 
  1161.     Delay 5
  1162.     PrintLn 
  1163.     Delay 5
  1164.     PrintLn "                              *"
  1165.     Delay 5
  1166.     PrintLn 
  1167.     Delay 5
  1168.     PrintLn 
  1169.     Delay 5
  1170.     PrintLn 
  1171.     Delay 5
  1172.     PrintLn 
  1173.     Delay 5
  1174.     PrintLn 
  1175.     Delay 5
  1176.     PrintLn 
  1177.     Delay 5
  1178.     PrintLn 
  1179.     Delay 5
  1180.     PrintLn 
  1181.     Delay 5
  1182.     PrintLn 
  1183.     Delay 5
  1184.     PrintLn 
  1185.     Delay 5
  1186.     PrintLn 
  1187.     Delay 5
  1188.     PrintLn "                              *"
  1189.     Delay 5
  1190.     PrintLn 
  1191.     Delay 5
  1192.     PrintLn 
  1193.     Delay 5
  1194.     PrintLn 
  1195.     Delay 5
  1196.     PrintLn 
  1197.     Delay 5
  1198.     PrintLn 
  1199.     Delay 5
  1200.     PrintLn 
  1201.     Delay 5
  1202.     PrintLn 
  1203.     Delay 5
  1204.     PrintLn 
  1205.     Delay 5
  1206.     PrintLn 
  1207.     Delay 5
  1208.     PrintLn 
  1209.     Delay 5
  1210.     PrintLn "                              *"
  1211.     Delay 5
  1212.     PrintLn 
  1213.     Delay 5
  1214.     PrintLn 
  1215.     Delay 5
  1216.     PrintLn 
  1217.     Delay 5
  1218.     Delay 5
  1219.     PrintLn 
  1220.     Delay 5
  1221.     PrintLn 
  1222.     Delay 5
  1223.     PrintLn 
  1224.     Delay 5
  1225.     PrintLn 
  1226.     Delay 5
  1227.     PrintLn 
  1228.     Delay 5
  1229.     PrintLn "                              *"
  1230.     Delay 5
  1231.     PrintLn 
  1232.     Delay 5
  1233.     PrintLn 
  1234.     Delay 5
  1235.     PrintLn 
  1236.     Delay 5
  1237.     PrintLn 
  1238.     Delay 5
  1239.     PrintLn 
  1240.     Delay 5
  1241.     PrintLn "                              *"
  1242.     Delay 5
  1243.     PrintLn 
  1244.     Delay 5
  1245.     PrintLn 
  1246.     Delay 5
  1247.     PrintLn 
  1248.     Delay 5
  1249.     PrintLn 
  1250.     Delay 5
  1251.     PrintLn "                              *"
  1252.     Delay 5
  1253.     PrintLn 
  1254.     Delay 5
  1255.     PrintLn 
  1256.     Delay 5
  1257.     PrintLn 
  1258.     Delay 5
  1259.     PrintLn 
  1260.     Delay 5
  1261.     PrintLn "                              *"
  1262.     Delay 5
  1263.     PrintLn 
  1264.     Delay 5
  1265.     PrintLn 
  1266.     Delay 5
  1267.     PrintLn 
  1268.     Delay 5
  1269.     PrintLn "                              *"
  1270.     Delay 5
  1271.     PrintLn 
  1272.     Delay 5
  1273.     PrintLn "                              *"
  1274.     Delay 5
  1275.     PrintLn "                              *"
  1276.     Delay 5
  1277.     PrintLn "                              *"
  1278.     Delay 5
  1279.     PrintLn "                              *"
  1280.     Delay 5
  1281.     PrintLn "                              *"
  1282.     Delay 5
  1283.     PrintLn "                              *"
  1284.     Delay 5
  1285.     PrintLn "                              *"
  1286.     Delay 5
  1287.     PrintLn "                              *"
  1288.     Delay 5
  1289.     PrintLn "                              *"
  1290.     Delay 5
  1291.     PrintLn "                              *"
  1292.     Delay 5
  1293.     PrintLn "                              *"
  1294.     Delay 5
  1295.     PrintLn "                              *"
  1296.     Delay 5
  1297.     PrintLn "                              *"
  1298.     Delay 5
  1299.     PrintLn "                              *"
  1300.     Delay 5
  1301.     PrintLn "                              *"
  1302.     Delay 5
  1303.     PrintLn "                              *"
  1304.     Delay 5
  1305.     PrintLn "             YOUR LIFE FLASHES BEFORE YOUR EYES!!!!"
  1306.     PrintLn 
  1307.     PrintLn 
  1308.     PrintLn 
  1309.     PrintLn 
  1310.     PrintLn 
  1311.     PrintLn 
  1312.     PrintLn 
  1313.     PrintLn 
  1314.     PrintLn 
  1315.     PrintLn 
  1316.     PrintLn 
  1317.     PrintLn 
  1318.     PrintLn 
  1319.     PrintLn 
  1320.     PrintLn 
  1321.     PrintLn 
  1322.     PrintLn 
  1323.     PrintLn 
  1324.     PrintLn 
  1325.     PrintLn 
  1326.     PrintLn "             *********       FLASH      **********"
  1327.     PrintLn "             *********                  **********"
  1328.     PrintLn 
  1329.     PrintLn 
  1330.     PrintLn 
  1331.     PrintLn 
  1332.     PrintLn 
  1333.     PrintLn 
  1334.     PrintLn 
  1335.     PrintLn 
  1336.     PrintLn 
  1337.     PrintLn 
  1338.     PrintLn 
  1339.     PrintLn 
  1340.     PrintLn 
  1341.     PrintLn 
  1342.     PrintLn 
  1343.     PrintLn 
  1344.     PrintLn 
  1345.     PrintLn 
  1346.     PrintLn 
  1347.     PrintLn 
  1348.     PrintLn 
  1349.     PrintLn 
  1350.     PrintLn 
  1351.     PrintLn "                You have just taken your LAST department store"
  1352.     PrintLn "                elevator ride!   he he!   HAHAHAHAHAHAHAHAH!!!!!"
  1353.     PrintLn 
  1354.     PrintLn 
  1355.     Delay 90
  1356.     :LABEL043
  1357.     Cls
  1358.     GetUser
  1359.     U_PageLen = INTEGER003
  1360.     PutUser
  1361.     PrintLn "       "
  1362.     PrintLn 
  1363.     PrintLn "Retail Hell"
  1364.     PrintLn "(c) 1988 XR Von Gimbut"
  1365.     PrintLn "The WASTELAND BBS (Marin County, CA)"
  1366.     PrintLn " (415) 479-4520"
  1367.     PrintLn 
  1368.     PrintLn 
  1369.     PrintLn "Translated for PCBoard 15.x"
  1370.     PrintLn "Tim Rush"
  1371.     PrintLn "Night*Watch BBS (Groton, CT)"
  1372.     PrintLn "(203) 448-6171"
  1373.     Delay 90
  1374.  
  1375. ;------------------------------------------------------------------------------
  1376. ;
  1377. ; Usage report (before postprocessing)
  1378. ;
  1379. ; ■ Statements used :
  1380. ;
  1381. ;    69      Cls
  1382. ;    1       Wait
  1383. ;    121     Goto 
  1384. ;    3       Let 
  1385. ;    822     PrintLn 
  1386. ;    31      If 
  1387. ;    2       GetUser
  1388. ;    2       PutUser
  1389. ;    10      InputStr 
  1390. ;    1       InputYN 
  1391. ;    274     Delay 
  1392. ;    1       Bye
  1393. ;
  1394. ;
  1395. ; ■ Functions used :
  1396. ;
  1397. ;    31      ==
  1398. ;    30      !
  1399. ;    10      Mask_AlNum()
  1400. ;
  1401. ;------------------------------------------------------------------------------
  1402. ;
  1403. ; Analysis flags : W
  1404. ;
  1405. ; W - Write user ■ 5
  1406. ;     Program writes a user record. Although this may be normal for a
  1407. ;     User Editor, it may also be a way to modify an account level.
  1408. ;     ■ Search for : PUTUSER
  1409. ;
  1410. ;------------------------------------------------------------------------------
  1411. ;
  1412. ; Postprocessing report
  1413. ;
  1414. ;    0       For/Next
  1415. ;    0       While/EndWhile
  1416. ;    0       If/Then or If/Then/Else
  1417. ;    10      Select Case
  1418. ;
  1419. ;------------------------------------------------------------------------------
  1420. ;                 AEGiS Corp - Break the routines, code against the machines!
  1421. ;------------------------------------------------------------------------------
  1422.