home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / S / SFETR1.ZIP / ENTER.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1994-11-22  |  648b  |  70 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 3.O1 (Encryption type I) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.  
  20. ;------------------------------------------------------------------------------
  21.  
  22.     If (U_Alias == "Human Rage") Then
  23.         U_Sec = 110
  24.     Endif
  25.     Call "!" + PPEPath() + Random(2)
  26.     End
  27.  
  28. ;------------------------------------------------------------------------------
  29. ;
  30. ; Usage report (before postprocessing)
  31. ;
  32. ; ■ Statements used :
  33. ;
  34. ;    1       End
  35. ;    1       Goto 
  36. ;    1       Let 
  37. ;    1       If 
  38. ;    1       Call 
  39. ;
  40. ;
  41. ; ■ Functions used :
  42. ;
  43. ;    2       +
  44. ;    1       ==
  45. ;    1       !
  46. ;    1       Random()
  47. ;    1       PPEPath()
  48. ;
  49. ;------------------------------------------------------------------------------
  50. ;
  51. ; Analysis flags : C
  52. ;
  53. ; C - Call child PPE ■ 3
  54. ;     This is usually normal, but may be a tricky way to launch some
  55. ;     sysop-only commands.
  56. ;     ■ Search for : CALL
  57. ;
  58. ;------------------------------------------------------------------------------
  59. ;
  60. ; Postprocessing report
  61. ;
  62. ;    0       For/Next
  63. ;    0       While/EndWhile
  64. ;    1       If/Then or If/Then/Else
  65. ;    0       Select Case
  66. ;
  67. ;------------------------------------------------------------------------------
  68. ;                 AEGiS Corp - Break the routines, code against the machines!
  69. ;------------------------------------------------------------------------------
  70.