home *** CD-ROM | disk | FTP | other *** search
- ;------------------------------------------------------------------------------
- ; .ss.
- ; `²²'
- ; .,sS$Ss,,s$ .,sS$$$Ss. .,sS$Ss,,s$ .ss. .sSs.
- ; .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
- ; $$$' .$$$' $$$²Sçsµ²' .$$$' .$$$'.$$$' .$$$' `$$b.
- ; $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$' ;$$$
- ; `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
- ; .sS²°$$$²²°"' d²°'
- ; .$$² .$$'
- ; $$$.,d$$'
- ; `²S$$S²'
- ;------------------------------------------------------------------------------
- ; P.P.L.X. 2.OO (C)1996 - Lone Runner / AEGiS CoRP'96
- ;------------------------------------------------------------------------------
- ; PPE 1.OO (plain) - Analysis ON - Postprocessing ON
- ;------------------------------------------------------------------------------
-
- String STRING001
-
- ;------------------------------------------------------------------------------
-
- DispFile PPEPath() + "WARN", 2 + 1 + 4
- PrintLn
- InputText "Are you sure you want to Page the Sysop", STRING001, 14, 1
- If (Upper(STRING001) == "Y") Then
- Newline
- PrintLn "@X0EConnecting to Sysop Paging siren."
- Newline
- Delay 36
- PrintLn "@X09Sounding Paging Siren."
- Delay 36
- PrintLn "@X0EWaiting for response from sysop......"
- Delay 36
- PrintLn "@X09Sysop has turned off the Paging Siren"
- Delay 36
- PrintLn
- Print "@X0EThis is the Sysop.... Wha"
- Delay 6
- Print "t's t"
- Delay 9
- Print "he b"
- Delay 7
- Print "ig i"
- Delay 9
- Print "dea? I"
- Delay 9
- Print " was t"
- Delay 4
- Print "rying"
- Delay 10
- Print " to rel"
- Delay 6
- Print "ax!"
- PrintLn
- Delay 9
- PrintLn "@X09Sysop chat ended..."
- Delay 20
- PrintLn "Logoff Sequence Initiated!"
- Delay 30
- Newline
- Newline
- Print "NO CARRIER"
- Newline
- Delay 48
- Newline
- Print "@X0EJust kidding..... Leave me comment please."
- Newline
- Else
- Newline
- Delay 18
- Newline
- Print "@X0EGood choice.... he's probably drinking his coffee!"
- Newline
- Delay 18
- Endif
- End
-
- ;------------------------------------------------------------------------------
- ;
- ; Usage report (before postprocessing)
- ;
- ; ■ Statements used :
- ;
- ; 1 End
- ; 2 Goto
- ; 12 Print
- ; 9 PrintLn
- ; 1 If
- ; 1 DispFile
- ; 18 Delay
- ; 10 Newline
- ; 1 InputText
- ;
- ;
- ; ■ Functions used :
- ;
- ; 3 +
- ; 1 ==
- ; 1 !
- ; 1 Upper()
- ; 1 PPEPath()
- ;
- ;------------------------------------------------------------------------------
- ;
- ; Analysis flags : No flag
- ;
- ;------------------------------------------------------------------------------
- ;
- ; Postprocessing report
- ;
- ; 0 For/Next
- ; 0 While/EndWhile
- ; 1 If/Then or If/Then/Else
- ; 0 Select Case
- ;
- ;------------------------------------------------------------------------------
- ; AEGiS Corp - Break the routines, code against the machines!
- ;------------------------------------------------------------------------------
-