Shoutbox

[release] WLM Tourettes - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: [release] WLM Tourettes (/showthread.php?tid=66349)

[release] WLM Tourettes by skyserpent on 09-17-2006 at 03:37 AM

Name: WLM Tourettes
Latest Version: 0.7
Description: Give your Windows Live Messenger Tourettes

WARNING!
Contains strong language!

Instructions:
> To start the script send start! while in a conversation window
> To stop the script (as it does get quite annoying after you have has your laughs) send stop! while in a conversation window.

Tourettes Is... *CLICK*

Any bugs post them here or PM me


RE: [release] WLM Tourettes by NanaFreak on 09-17-2006 at 03:39 AM

how do you use it??

i know but others dont so please explain


RE: [release] WLM Tourettes by Chancer on 09-17-2006 at 03:39 AM

what's a 'tourette'??


RE: [release] WLM Tourettes by DarkMe on 09-17-2006 at 03:43 AM

quote:
Originally posted by Chancer
what's a 'tourette'??
* DarkMe wonders it
RE: [release] WLM Tourettes by Chancer on 09-17-2006 at 03:47 AM

Wiki says...

is this??


RE: [release] WLM Tourettes by DarkMe on 09-17-2006 at 03:50 AM

code:
var started = 0;
function OnEvent_ChatWndSendMessage(ChatWnd,Message)
{
  var RandomWordList = new Array("****", "****", "****", "****", "****", "***", "***", "*****", "***");
  var pie = (RandomWordList[Math.floor(Math.random() * RandomWordList.length)]);
  if(Message.charAt(0)!="/")
  {
    if(started==1)
    {
      if(Message=='stop!')
      {
        started=0;
        return '';
      }
      else
      {
        return Message+" *cough* "+pie;
      }
    }
    else if(started==0)
    {
      if(Message=='start!')
      {
        started=1;
        return '';
      }
    }
  }
  else
  {
    return Message;
  }
}
i think that says all
start! for activating it and stop! to disable it
RE: [release] WLM Tourettes by Chancer on 09-17-2006 at 03:52 AM

ooookay =]


RE: RE: [release] WLM Tourettes by skyserpent on 09-17-2006 at 05:16 AM

quote:
Originally posted by Jay_Jay
how do you use it??


good idea - instructions added. i didnt do too bad seen as its my first script to be put on here
RE: [release] WLM Tourettes by davidpolitis on 10-04-2006 at 07:46 AM

lol. Funny script. It's so funny how in Deuce Bigalow: Male Gigolo the girl has tourettes syndrome & full-on swears at people at random intervals. :P


RE: [release] WLM Tourettes by AberNStein on 10-04-2006 at 09:59 PM

this is actually coprolalia, not tourettes
fewer than 15% of people with tourrettes have coprolalia
http://en.wikipedia.org/wiki/Coprolalia
http://en.wikipedia.org/wiki/Clinomorphism


RE: [release] WLM Tourettes by Baggins on 10-04-2006 at 10:14 PM

i have tourettes and i know this guy with coprolalia


RE: [release] WLM Tourettes by Chris4 on 10-04-2006 at 10:28 PM

Heh.. cool.. friends wern't impressed though, got confused lol :P