home *** CD-ROM | disk | FTP | other *** search
/ HaCKeRz KrOnIcKLeZ 3 / HaCKeRz_KrOnIcKLeZ.iso / scriptz / flashaway.txt < prev    next >
Text File  |  1996-04-23  |  479b  |  22 lines

  1. Put this in ya popups! It's cool in the Menu Bar
  2.  
  3. **************
  4.  
  5. Set Away
  6. .On: {
  7.   /set %msg $$?="Enter your away message!:"
  8.   /away %msg
  9.   /ame is away! ** %msg ** Be back soon, left at $time
  10.   /timer24 0 500 /ame is away! ** %msg ** Be back soon, away since * $time *
  11. }
  12. .Off: {
  13.   /away
  14.   /timer24 off
  15.   /ame is no longer away! Back from ** %msg ** You may now rest!
  16.   /unset %msg
  17. }
  18.  
  19. Okay there ya go! It's not that good but ya can make it better!
  20.  
  21. Flash-
  22.