Pickpocket Game

By Monky on Aug 16, 2007

Just a little game I thought of while I was borred. Paste into your remotes and type !pickpocket to play.

on *:text:!pickpocket*:#:{
  msg $chan 12,14 $me walks up to $2 silently...
  .timer 1 2  msg $chan 0,2 $me carefully reaches inside $2 $+ 's pocket and finds...
  var %item = $rand(1,12)
  if (%item == 1) .timer 1 2 msg $chan 2,0 A cell phone!
  if (%item == 2) .timer 1 2 msg $chan 3,9 money!
  if (%item == 3) .timer 1 2 msg $chan 5,0 A wallet! w00t!
  if (%item == 4) .timer 1 2 msg $chan 0,1 A receipt... -.-
  if (%item == 5) .timer 1 2 msg $chan 14,1 An ipod!!!
  if (%item == 6) .timer 1 2 msg $chan 7,0 Cigarettes... blah...
  if (%item == 7) .timer 1 2 msg $chan 4,0 A lighter... wonder what that's for...
  if (%item == 8) .timer 1 2 msg $chan 1,4 OMG! A condom!
  if (%item == 9) .timer 1 2 msg $chan 15,0 A quarter ~ wooptido -.-
  if (%item == 10) .timer 1 2 msg $chan 13,0 Yummy! Bubble gum!
  if (%item == 11) .timer 1 2 msg $chan 12,0 Nuthin...
  if (%item == 12) .timer 1 2 msg $chan 12,14 Lint???
}

Comments

Sign in to comment.
Ghost-writer   -  Nov 14, 2009

$gettok :)

 Respond  
criminal   -  Mar 12, 2008

funny game :P
keep it on
~ Criminal

 Respond  
Riht_2   -  Aug 24, 2007

And maybe you could make a .ini file for it so you can find different stuff than what you already have?

 Respond  
Riht_2   -  Aug 24, 2007

Hmm... have you tried..:
on :text:!pickpocket:#:{
if ($2 ison $Chan) {
msg $chan 12,14 $me walks up to $2 silently...
.timer 1 2 msg $chan 0,2 $me carefully reaches inside $2 $+ \'s pocket and finds...
var %item = $rand(1,12)
if (%item == 1) .timer 1 2 msg $chan 2,0 A cell phone!
if (%item == 2) .timer 1 2 msg $chan 3,9 money!
if (%item == 3) .timer 1 2 msg $chan 5,0 A wallet! w00t!
if (%item == 4) .timer 1 2 msg $chan 0,1 A receipt... -.-
if (%item == 5) .timer 1 2 msg $chan 14,1 An ipod!!!
if (%item == 6) .timer 1 2 msg $chan 7,0 Cigarettes... blah...
if (%item == 7) .timer 1 2 msg $chan 4,0 A lighter... wonder what that\'s for...
if (%item == 8) .timer 1 2 msg $chan 1,4 OMG! A condom!
if (%item == 9) .timer 1 2 msg $chan 15,0 A quarter ~ wooptido -.-
if (%item == 10) .timer 1 2 msg $chan 13,0 Yummy! Bubble gum!
if (%item == 11) .timer 1 2 msg $chan 12,0 Nuthin...
if (%item == 12) .timer 1 2 msg $chan 12,14 Lint???
}
else {
notice $Nick That person is not in here!
}
}

 Respond  
Monky   -  Aug 17, 2007

lol as i said ~ i was borred

dma  -  Feb 17, 2017

Bored*

Sign in to comment

Anti   -  Aug 16, 2007

Heh little lame... well im going to submitted my Slut Bottle.

 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.