;Whisper Lock Script ;-----------START OF SCRIPT----------- ;Global variables currentWhisperTarget GLOBAL ;Main script { "Stopped whispering." LOGMSG "" 2 currentWhisperTarget = CHATSTR = } CHATSTR "lockoff" == IF { "Started whispering." LOGMSG "" WHOTARGET currentWhisperTarget = CHATSTR = } CHATSTR "lockon" == IF { "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 { "Please read the message above" LOGMSG "" CHATSTR = } currentWhisperTarget WHOTARGET != currentWhisperTarget 2 != AND IF ;-----------END OF SCRIPT-----------