Top

!bottle


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  3.0
Scores Submitted  3
Date Added  Oct 10, 2007
Last Updated  Oct 13, 2007
Tags  bot  bottle  game  spin  the 
  Bookmark and Share

Introduction

This spin-the-bottle script runs across multiple channels and networks, only running one at any time in each channel. It has many results.

Replace #ROOM_GOES_HERE with the room(s) you want it to work in, or # for all rooms.

/bottleon turns the game on
/bottleoff turns it off

Paste in a new file in your bot's remotes. (File=>New)

Grab the Code

Comments

  (12)  RSS
Anti
Comments: 305
 
mIRC Snippet:  !bottle
Posted on Oct 11, 2007 3:17 pm
you really dont have to put #ROOM_GOES_HERE :P just leave it as # they can decide if they want only one room for !Bottle :)
Anti
Comments: 305
 
mIRC Snippet:  !bottle
Posted on Oct 11, 2007 3:17 pm
rofl i didnt read the introduction my bad hehe
Gummo
Comments: 137
 
mIRC Snippet:  !bottle
Posted on Oct 11, 2007 5:34 pm
Yeah, if I just put #, they wouldn't know what to change. :)
tai
Comments: 18
 
mIRC Snippet:  !bottle
Posted on Oct 11, 2007 7:37 pm
lol, seems pretty cool. Looks like you did pretty good with the scripting too. :]
RubixCube
Comments: 51
 
mIRC Snippet:  !bottle
Posted on Oct 11, 2007 8:02 pm
Good job, but how about remove the /'s and adding .'s to the timers?
Gummo
Comments: 137
 
mIRC Snippet:  !bottle
Posted on Oct 13, 2007 8:44 am
Sorry, I forgot to remove those and add the full stops.. I usually do it.. Updated.

Thanks for your comments by the way. :)
Tippy
Comments: 28
 
mIRC Snippet:  !bottle
Posted on Oct 14, 2007 7:08 am
Really good.But Why not make it simpler.But other wise your a good scripter.

Regards,

Tippy
Gummo
Comments: 137
 
mIRC Snippet:  !bottle
Posted on Oct 14, 2007 8:12 am
Thanks, but I don't understand the reasoning behind making it simple..
Kyousoukyoku
Comments: 45
 
mIRC Snippet:  !bottle
Posted on Oct 16, 2007 11:18 pm
Instead of using /inc and an extraordinarily long variable, why not use /set %currentplayer $nick and change the if event to
Code:
 if (%currentplayer (!)= $nick) { etc }
Also, there is no need to use a local variable and $gettok, why not just make an alias that does that? I made one:
Code:
 alias -l rprop { return $($+($,$r(1,$0)),2) }
Basically returns a random token out of the string. For example: $rprop(testing,this,alias) could return testing, this, or alias. So you could make the $gettok and local variable to $rprop(kiss,kiss,smooch,etc,etc). But that's what I would do and you don't necessarily have anything wrong with your code. Just some suggestions. Good job and nice idea though. I might make a snippet like this even though their are millions of spin the bottle snippets out there. ;]
Gummo
Comments: 137
 
mIRC Snippet:  !bottle
Posted on Oct 17, 2007 9:09 am
The fact that I used the variable means it takes the same space as it does with the alias. Also, %currentplayer won't do what my variable does.. That would prevent a single user using the script twice..
Kyousoukyoku
Comments: 45
 
mIRC Snippet:  !bottle
Posted on Oct 17, 2007 9:31 am
Eh, true. Just overthinking things I guess. Nice job nonetheless.
ZiX
Comments: 52
 
mIRC Snippet:  !bottle
Posted on Dec 6, 2007 9:43 am
Nice Script Gummo

Please Register or Login to start posting comments.
Bottom