home *** CD-ROM | disk | FTP | other *** search
/ HaCKeRz KrOnIcKLeZ 3 / HaCKeRz_KrOnIcKLeZ.iso / scriptz / wtprez9.txt < prev    next >
Text File  |  1996-04-23  |  2KB  |  43 lines

  1. Ä-*The ^WTPrez^ Files*-Ä
  2. Ä         Pager        Ä
  3.  
  4. Basic Information:
  5. This file is setup to make it easy to add this into another script. This
  6. file was not made to be loaded into mIRC as it is now. You must copy the
  7. information you need out of this file and into mIRC. If a section is called
  8. REMOTE|EVENTS, that means to click TOOLS from the menu bar at the top of the
  9. screen, and choose REMOTE. Then, you choose the EVENTS button when the new
  10. window comes up. I recommend a good knowledge of scripting before copying
  11. anything out of this file. I am not responsible for mis-use of any info
  12. given in this file. Good-luck.
  13.  
  14. NOTE: PLEASE TURN WORD-WRAPPING OFF IF YOU COPY THE TEXT RIGHT OUT OF THIS
  15.       FILE! Word-Wrapping could cause the lines to get jumbled incorrectly,
  16.       and might mess up mIRC's INI files.
  17.  
  18. ----------------------------------------------------------------------------
  19.  
  20. Quick Explanation of Script:
  21. This script will help "page" you when you are away doing something else. It
  22. allows a user to beep your computer, which causes you to come to the
  23. computer to see what they want. Well, I hope I gave enough info...
  24.  
  25. REMOTE|COMMANDS:
  26. #pager disabled
  27. 1:*page*:{
  28.   /beep 5
  29. }
  30. #pager end
  31.  
  32. POPUPS|CHANNEL:
  33. Pager
  34. .On:{ /enable #pager | /timer99 0 60 /ame is away... to page me, type /CTCP $ME PAGE and I'll come to the computer as quickly as I can... }
  35. .Off:{ /disable #pager | /timer99 off | /ame has turned his pager off...
  36.  
  37. ----------------------------------------------------------------------------
  38.  
  39. -*The ^WTPrez^ Files*- were written by Marc Melvin of Wild Thing Productions
  40.  
  41.  
  42.  
  43.