Okay, now Im working on a kebab script :tongue: (im lebanese)
;KEBAB SCRIPT
on 1:TEXT:*kebab*:#: {
if ($nick == Dave) { /msg $chan $me eats the kebab infront of $nick }
else { /msg $chan $me gives $nick a kebab

$me has given out XX Kebabs }
}
I have a couple of questions that couldn't be answered by the help file as it made no sense to me.
1. I want it to keep record of how many kebabs I have given out. This would be on the line
else { /msg $chan $me gives $nick a kebab :) $me has given out XX Kebabs }
I know its got something to do with variables but I just cant get it...
2. For this line
if ($nick == Dave) { /msg $chan $me eats the kebab infront of $nick }
how do I make it like if the nick is dave, bob, katie (have more names in the place of dave) it says that message.
3. How would i make a limit of the amount of times you can use the code. EG you can only ask for a kebab once every 10 seconds or so (to stop spamming)
Thanks all for your response in advance.