ON *:TEXT:!beer*:#: {
if ( $2 == $null) {
describe $chan gives a chilled beer to $Nick
}
else {
describe $chan gives a chilled beer to $2
}
}
ON *:TEXT:!coke*:#: {
if ( $2 == $null) {
describe $chan gives a chilled coke to $Nick
}
else {
describe $chan gives a chilled coke to $2
}
}
ON *:TEXT:!pizza*:#: {
if ( $2 == $null) {
describe $chan gives a warm pizza to $Nick
}
else {
describe $chan gives a warm pizza to $2
}
}I've also included code for coke and pizza
Simply paste the code into the games.mrc file in scripts.

Sign In
Register
Help

MultiQuote