`Dean commented on a Page, Cookie Game!  -  Feb 27, 2010

This

if (%cookie == 4) .timer 1 2 msg $chan  The cookie flies out of $nick 's hands, and falls right into $me 's mouth.

]

Can be this so it would be $nick's instead of $nick 's

if (%cookie == 4) .timer 1 2 msg $chan  The cookie flies out of $nick $+ 's hands, and falls right into $me 's mouth.

Or if you wanted Regex, I added some stuff

(07:34:36) <@Dean-> @cookie
(07:34:37) %[eH] Dean- steps up to the cookie...
(07:34:39) <%[eH]> Dean- gobbles up the cookie.
(07:34:41) <@Dean-> .cookie
(07:34:42)
%[eH] Dean- steps up to the cookie...
(07:34:43) <%[eH]> Dean- has a bad aim of where his/her mouth is, and gets some crumbs in his/her eye.
(07:34:44) <@Dean-> !cookie
(07:34:45) * %[eH] Dean- steps up to the cookie...
(07:34:47) <%[eH]> Dean- gets bullied into giving the cookie to [eH] .
^Example

on $*:TEXT:/^[.!@](cookie(s)?|cookiegame)( |$)/:#:{ 
  set %prefi $iif($left($1,1) == @,msg $chan,msg $chan)
  var %cookie = $rand(1,12)
  describe $chan $nick steps up to the cookie...
  if (%cookie == 1) .timer 1 2 %prefi $nick gobbles up the cookie.
  if (%cookie == 2) .timer 1 2 %prefi $nick gobbles the cookie, but then chokes!
  if (%cookie == 3) .timer 1 2 %prefi $nick has a bad aim of where his/her mouth is, and gets some crumbs in his/her eye.
  if (%cookie == 4) .timer 1 2 %prefi but the cookie flies out of $nick $+ 's hands, and falls right into $me $+ 's mouth.
  if (%cookie == 5) .timer 1 2 %prefi $nick breaks his/her teeth biting it.
  if (%cookie == 6) .timer 1 2 %prefi $nick runs up the hill with the cookie, then loses it on his way back down.
  if (%cookie == 7) .timer 1 2 %prefi $nick gets bullied into giving the cookie to $me . 
  if (%cookie == 8) .timer 1 2 %prefi $nick grabs the cookie, but then is weighed down because $nick is weak. 
  if (%cookie == 9) .timer 1 2 %prefi $nick gets so excited, he pees his pants.
  if (%cookie == 10) .timer 1 2 %prefi $nick loses the cookie in the crowd of people in $chan $+ .
  if (%cookie == 11) .timer 1 2 %prefi $nick faints of excitment.
  if (%cookie == 12) .timer 1 2 %prefi $nick hides it down his/her pants.
}
 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.