home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / misc_xts.zip / HEATH.XTS < prev    next >
Text File  |  1990-12-19  |  534b  |  18 lines

  1.  
  2. --      HEATH.XTS Createded by ANDREW CLEM - 12-03-90
  3.  
  4.     ScriptDesc = "Heath Users BBS"
  5.  
  6.     Alarm 9        
  7.         while online
  8.     Wait 10 ticks
  9.                 watch for
  10.                         "What is your FIRST name?" : Wait 10 ticks : Reply UserID
  11.                         "ENTER PASSWORD (DOTS ECHO)?" : Reply Password
  12.                         "F,H,I,J,K,O,P,Q,R,S,T,U,V,W,X>?" : Reply "f" : end
  13.                         "mand <?,D,G,H,L,N,P,Q,S,U,V,X>?" : end
  14.                 endwatch
  15.         wend   
  16.     Alarm 9
  17.         end
  18.