csgraves28 commented on a Page, Barntender Bot  -  Apr 09, 2010

for example
ON :TEXT::#: {
if ($1 == !bar) {
.notice $nick Can i get you anything to drink? Type !Drinklist for a list of drinks.
.timer 1 1 .notice $nick I forgot to mention, in order for us to serve you please open a tab. Just type !maketab and your tab will be setup. you only need to do this once i will remember you from now on.
}
if ($1 == !Maketab) {
set % $+ $nick
.inc % $+ $nick 0
.timer 1 1 .notice $nick Alright buddy your tab is all set up go ahead and order your drinks. Don't be a deadbeat customer and please pay your tab.
.timer 1 2 .notice $nick if you're wondering how much you owe just type !Checktab or to pay it simply type !Pay and your tab will be cleared and you can order more drinks. we do have a cutoff here of 100 dollars so if your tab reaches 100 you need to pay it before you can resume drinking.
}
if ($1 == !Drinklist) {
describe $Chan Points to a sign on the wall
.timer 1 3 .notice $nick We have a good assorment round here. soda, jack and coke, rum and coke,water,beer,vodka and coke, jager, soco, cuba libre,
.timer 1 4 .notice $nick Looking at drinks i see. well to order simply type your drink with an exlamation point in front like so !soda. As you order a drink i will add it to your tab. multi name drinks such as jack and coke can be odered by just typing the alcohol name so for jack and coke it would be !jack.
.timer 1 6 .notice $nick Ohh, don't forget to keep track of your tab. To check it at any time use the !Checktab command, and pay with the !pay command.
}
}
and so on like this :)

 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.