-=- Spin The Bottle -=-

By Da_DoN on Sep 25, 2004

This is my second version of the spin the bottle as i have not released the 1st one as it was too simple, In your mIRC Folder make a new .mrc file named bottle.mrc then put the code in, go to ur mIRC and type /load -rs bottle.mrc then type /bottle to begin, or if you are running it on your bot you can type !SetBottle On/Off - Please give all credits to me and if you can make the script better, email me dadon@webmail.co.za

on *:LOAD:{
  echo -a 14Spin The Bottle Script Activated 10,1-=12[ 15Version 2.0 12]10=-10,1-=12[ 15By Da_DoN 12]10=-
  echo -a 14Type /bottle to begin
  set %bottle on
  write bottle.txt
  write bottle.txt Kiss
  write bottle.txt Lapdance For
  write bottle.txt Sing For
  write bottle.txt Hug
}
on *:UNLOAD:{
  echo -a 14Spin The Bottle Script De-Activated 10,1-=12[ 15Version 2.0 12]10=-10,1-=12[ 15By Da_DoN 12]10=-
  remove bottle.txt
  echo -a 14Thanks for using Spin The Bottle 10,1-=12[ 15Version 2.0 12]10=-10,1-=12[ 15By Da_DoN 12]10=-
}
on *:TEXT:!Bottle:#:{
  if (%bottle == on) {
    msg $chan 12 $nick is now spinning the bottle
    set %lander $nick($chan,$rand(1,$nick($chan,0,a)),a) 
    msg $chan 10The bottle goes round and round the merry ground 
    msg $chan 6The Bottle lands on %lander - $nick now has to $read(bottle.txt) %lander 
    else | halt
  }
}
alias bottle {
  if(%bottle == off) {
    amsg 14Spin The Bottle Script by Da_DoN is now activated, type !Bottle to begin 10,1-=12[ 15Version 2.0 12]10=-10,1-=12[ 15By Da_DoN 12]10=-
    set %bottle on
    else | halt
  }
}
on 10:TEXT:!SetBottle*:#:{
  if ($$2 == on) { set %bottle on | /bottle }
  if ($$2 == off) { set %bottle off | amsg 14Spin The Bottle has been disabled by $nick 10,1-=12[ 15Version 2.0 12]10=-10,1-=12[ 15By Da_DoN 12]10=- }
}

Comments

Sign in to comment.
napa182   -  Sep 07, 2007

wow this script is 3 years old

 Respond  
Riht_2   -  Sep 07, 2007

How did it get a 5.0 rating? x;

 Respond  
Riht_2   -  Sep 07, 2007

_> Really, this is not safe for the person with the script..

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.