Facebook
From Solacium, 1 Year ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 180
  1. ;Whisper Lock Script
  2. ;-----------START OF SCRIPT-----------
  3. ;Global variables
  4. currentWhisperTarget GLOBAL
  5. ;Main script
  6. { "Stopped whispering." LOGMSG "" 2 currentWhisperTarget = CHATSTR = } CHATSTR "lockoff" == IF
  7. { "Started whispering." LOGMSG "" WHOTARGET currentWhisperTarget = CHATSTR = } CHATSTR "lockon" == IF
  8. { "Warning, your message will not be sent to :  ’" currentWhisperTarget WHONAME & "’. If you wish to stop the whisper, type lockoff. To start a new whisper, simply type lockon after selecting your target." & LOCALMSG } currentWhisperTarget WHOTARGET != 2 currentWhisperTarget != AND IF
  9. { "Please read the message above" LOGMSG "" CHATSTR = } currentWhisperTarget WHOTARGET != currentWhisperTarget 2 != AND IF
  10. ;-----------END OF SCRIPT-----------