Top

Restaurant


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  3.8
Scores Submitted  4
Date Added  Apr 11, 2007
Last Updated  Apr 12, 2007
Tags  food  foods  restaurant 
  Bookmark and Share

Introduction

This snippet was made so I can laugh at whoever uses my drinks. Oh yeah. Put in remotes (ALT + R). Enjoy... Not much else I can say, it counts the amount of time someone ordered stuff... Remember to replace YOURNICK under 'on *:TEXT:!Reset:#:{' with your nick.

Grab the Code

Comments

  (25)  RSS
BackoffJackson
Comments: 56
 
mIRC Snippet:  Restaurant
Posted on Apr 11, 2007 1:18 am
Compare to:
http://www.hawkee.com/snippet/2271/
I will be adding !RestaurantStats soon.
deadoralive
Comments: 15
 
mIRC Snippet:  Restaurant
Posted on Apr 11, 2007 2:28 am
Love it . thanks :)
Storm2108
Comments: 44
 
mIRC Snippet:  Restaurant
Posted on Apr 11, 2007 2:49 am
yo wassupSaurabh xD
Storm2108
Comments: 44
 
mIRC Snippet:  Restaurant
Posted on Apr 11, 2007 2:56 am
And btw Nice Script Pretty neat
deadoralive
Comments: 15
 
mIRC Snippet:  Restaurant
Posted on Apr 11, 2007 4:34 am
Hey Storm ;x

i give it 8/10
BrainBryce
Comments: 55
 
mIRC Snippet:  Restaurant
Posted on Apr 11, 2007 2:47 pm
very good 10/10
BrainBryce
Comments: 55
 
mIRC Snippet:  Restaurant
Posted on Apr 11, 2007 3:01 pm
<.< it posts me twice just clickin post comment once

Make a pub script of those please and call it pub
DarkFlaze
Comments: 34
 
mIRC Snippet:  Restaurant
Posted on Apr 11, 2007 4:58 pm
rofl, wth only a java would have fun with that.
Sasuke
Comments: 318
 
mIRC Snippet:  Restaurant
Posted on Apr 11, 2007 6:41 pm
Arrh... sort of repetitive, but I like the counter. That's new. Maybe you should have it reset after a week or something, and after a certain number of orders, the food might spoil a bit. Like..
(Sloppy Copy) if (%Pizzacount => 20) Describe $chan slides $nick a slightly burnt pizza.

Or have random results. That'd be quicker. xP
BackoffJackson
Comments: 56
 
mIRC Snippet:  Restaurant
Posted on Apr 11, 2007 8:27 pm
Nah, You can reset the variables if you want, and please, do so every once and a while.

Will come up with more updates soon.

Lex
BackoffJackson
Comments: 56
 
mIRC Snippet:  Restaurant
Posted on Apr 12, 2007 4:38 am
Okay, done. I added !RestaurantStats.
deadoralive
Comments: 15
 
mIRC Snippet:  Restaurant
Posted on Apr 12, 2007 4:45 am
Thanks :)
BackoffJackson
Comments: 56
 
mIRC Snippet:  Restaurant
Posted on Apr 12, 2007 4:56 am
Okay, now '!Reset' has been added. Remember to replace 'YOURNICK' with your nick.
S*A*U*R*A*B*H
Comments: 40
 
mIRC Snippet:  Restaurant
Posted on Apr 12, 2007 11:17 am
Thanks.. love the script :)

9/10

I wish some food, drinks can come.. :)
make a thing called sea food etc and add all the sea foods there
idk just a dvice use this idea to make many things :)
BrainBryce
Comments: 55
 
mIRC Snippet:  Restaurant
Posted on Apr 12, 2007 11:53 am
Yeh and... Make a pub one

add it onto that restaurant

say uve updated it

And do that stuff that you can With The Restaurant

Wen u type !restaurant at the end it says type !restaurantstats to see the stats and type !pub or whatever u want to call it

That would be great :p
Lindrian
Comments: 755
 
mIRC Snippet:  Restaurant
Posted on Apr 12, 2007 12:11 pm
Try making them all work with one text event.
on *:text:*:#: {
if ($1 == .bar) {
;cmds
}
}
BrainBryce
Comments: 55
 
mIRC Snippet:  Restaurant
Posted on Apr 12, 2007 1:05 pm
Yeh i agree
BackoffJackson
Comments: 56
 
mIRC Snippet:  Restaurant
Posted on Apr 12, 2007 7:21 pm
A lot of bots use
on *:text:*:#: {
So I will not add it, seeing as my bot already has one.
As well as it would inconvenience many scripters.
Lindrian
Comments: 755
 
mIRC Snippet:  Restaurant
Posted on Apr 13, 2007 12:45 am
why would it, backoff?
the script will only trigger if whats typed matched what uve typed in $1.
BrainBryce
Comments: 55
 
mIRC Snippet:  Restaurant
Posted on Apr 13, 2007 10:11 am
I have a great idea been aching to say it all day ok:

First of all the !reset doesnt work for me so on the

on *:TEXT:!Reset:#:{
if ($nick == YOURNICK) {

That is bad , change it to this

alias Reset
set %<whatever food it is> 1

because all you do is type /reset (only the owner of the script that has the script in the scripts editor can do it)

And because when u type !restaurantstats if no1 has ordered that food it says nothing.... so do it like this for example:

alias reset
set %Pizzatoppingcount 1
set %Burgercount 1
set %Slicecount 1
set %Cokecount 1
set %Cheeseburgercount 1

and so on ... I wish if u did that so only YOU can reset it just type /reset
BackoffJackson
Comments: 56
 
mIRC Snippet:  Restaurant
Posted on Apr 13, 2007 11:07 am
Apparently, we both have different opinions on the definition of 'reset'. Edit it to your hearts content. I am not changing it, though. Lindrian: I have an on *:text:*:#: { for GameBot. That line overrides all remote commands. Wouldn't it seem impossible for them both to run if they are BOTH taking in the remote command?
BrainBryce
Comments: 55
 
mIRC Snippet:  Restaurant
Posted on Apr 13, 2007 11:19 am
Well its not On*text* whatever

Because jkust type alias reset
set %pizzacount 1
BackoffJackson
Comments: 56
 
mIRC Snippet:  Restaurant
Posted on Apr 13, 2007 4:54 pm
Here's another thing, how can you communicate remotely with your bot through an alias besides private messages and notices? For you see. This script was made for bots. And it appears you are running it on your user.
BrainBryce
Comments: 55
 
mIRC Snippet:  Restaurant
Posted on Apr 14, 2007 6:46 am
No im not
S*A*U*R*A*B*H
Comments: 40
 
mIRC Snippet:  Restaurant
Posted on Apr 15, 2007 6:02 am
Thanks.. love the script :)

9/10

I wish some food, drinks can come.. :)
make a thing called sea food etc and add all the sea foods there
idk just a dvice use this idea to make many things :)



as said that before seafood, so brainbryce quickly made the seafood i guess

Please Register or Login to start posting comments.
Bottom