Spin the bottle

By Jazsmina on Feb 06, 2011

So this is a spin the bottle game just like the other ones,the only diffrence is that only you can spin it.Copy and past it in your remotes,right click on the channel and click on Dare.It also has some colors in it but you can still change it.
Have fun ~

menu channel {
.dare:{ var %xx = $nick(#,$r(1,$nick(#,0))), %xxx = $nick(#,$r(1,$nick(#,0)))
var %m = make Out with|kiss|make love with|have Sex with|kiss the ass off|lick|smooch|hump|has to go on a date with|has to lick|french kiss
me 9,1Spins the bottle...
.timer 1 3 say 9,1T12he bottle is slowing down...
.timer 1 5 say 12,1T9he bottle stopped...
.timer 1 7 say 9,1I9t landed 4on0...
.timer 1 9 say 8,1 %xxx $+ !
.timer 1 11 say 8,1 %xxx 4must $gettok(%m,$r(1,$numtok(%m,124)),124) %xx $+ !
}
}

Comments

Sign in to comment.
Jazsmina   -  Feb 16, 2011

I hate that room lol I never go into that one >_<

 Respond  
Akestrel19872003   -  Feb 16, 2011

the adult18+
they have a sticky bot.... lol
you should come visit me when your on seeing as im banned still by odie (shitlisted)

 Respond  
Akestrel19872003   -  Feb 15, 2011

ok so where do i add the names?
im really new to msl

 Respond  
sunslayer   -  Feb 15, 2011
menu channel {
  .dare: {
    if ($nick(#,0) < 4) { halt }
    var %xx, %xxx, %m = make Out with|kiss|make love with|have Sex with|kiss the ass off|lick|smooch|hump|has to go on a date with|has to lick|french kiss
    while (%xx != $me || %xxx != $me) { var %xx = $nick(#,$r(1,$nick(#,0))), %xxx = $nick(#,$r(1,$nick(#,0))) }
    me 9,1Spins the bottle...
    .timer 1 3 say 9,1T12he bottle is slowing down...
    .timer 1 5 say 12,1T9he bottle stopped...
    .timer 1 7 say 9,1I9t landed 4on0...
    .timer 1 9 say 8,1 %xxx $+ !
    .timer 1 11 say 8,1 %xxx 4must $gettok(%m,$r(1,$numtok(%m,124)),124) %xx $+ !
  }
}

should do it, i added a 4 person requirement for it since neither can be the bot there must be atleast 3 people on the channel

 Respond  
Akestrel19872003   -  Feb 15, 2011

i mean the name is a bot and it kicks you if you say its name
so i want to remove it from being randomly said
i have been kicked numerous times for it
dont really want to have it kick me everytime so i just want to have it not be said anymore

 Respond  
sunslayer   -  Feb 15, 2011

what you mean by "get rid of one name"?

 Respond  
Akestrel19872003   -  Feb 15, 2011

hey i would like to get rid of one name from the list of people that are in the room could some one show me how to do that?

 Respond  
Jazsmina   -  Feb 07, 2011

Thanks Jethro_ c:

 Respond  
_Dean_   -  Feb 06, 2011

if two variables were the same, the result would produce two same random nicknames at the same time

i didnt understand what u meant by this

the vars has the same command, but it will generate different results, since it envolve random numbers

edited: understood now

 Respond  
Jethro   -  Feb 06, 2011

Dean, she didn't know the difference then, but she does now...period. Well, if two variables were the same, the result would produce two same random nicknames at the same time, which I don't believe that's what the original code has intended.

 Respond  
_Dean_   -  Feb 06, 2011

sorry to try to explain something that u already know, but if u already know, why do u ask it? the original question was not for me, but can u answer?

 Respond  
LadySorien   -  Feb 06, 2011

okay Dean, I now see the difference

 Respond  
_Dean_   -  Feb 06, 2011

Jethro I believe you have a small typo in your code you use %xx and then %xxx

im not Jethro_ but, the var %xxx and %xx are the same, but it has different values, like Jasmina use the %xxx for the first random nick, and the %xx for the second random nick

 Respond  
LadySorien   -  Feb 06, 2011

Jethro I believe you have a small typo in your code you use %xx and then %xxx

 dare:{ var %xx = $nick(#,$r(1,$nick(#,0))), %xxx = $nick(#,$r(1,$nick(#,0))) 
 Respond  
Jethro   -  Feb 06, 2011

You can use

me

in place of

describe $chan

and

say

in place of

msg $chan

Also there are 11 random messages, not just 6. It's best you make a variable %m for that use $numtok with $gettok, and then make it like so:> menu channel {
.dare:{ var %xx = $nick(#,$r(1,$nick(#,0))), %xxx = $nick(#,$r(1,$nick(#,0)))
var %m = make Out with|kiss|make love with|have Sex with|kiss the ass off|lick|smooch|hump|has to go on a date with|has to lick|french kiss
me 9,1Spins the bottle...
.timer 1 3 say 9,1T12he bottle is slowing down...
.timer 1 5 say 12,1T9he bottle stopped...
.timer 1 7 say 9,1I9t landed 4on0...
.timer 1 9 say 8,1 %xxx $+ !
.timer 1 11 say 8,1 %xxx 4must $gettok(%m,$r(1,$numtok(%m,124)),124) %xx $+ !
}
}

 Respond  
_Dean_   -  Feb 06, 2011

its missing a closing bracket

 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.