Give

By T012m3n7oR on Jan 18, 2008

This Is My First Script I Hope You Like It :)

It Will Give A Few Random Items To The Person You Use It On

To Use It Type
!Give

Copy And Paste That Code Into The Remotes Section For "Script Editing" mIRC

on *:TEXT:!Give *:#: {
  set %fate $rand(1,9)
  describe $chan pulls somthing out of his pocket
  .timer 1 1 describe $chan pulls another thing
  .timer 1 3 describe $chan and another
  .timer 1 5 describe $chan and another
  .timer 1 7 describe $chan and another thing out of his pocket
  .timer 1 9 if (%fate == 1) describe $chan Gives $2 a Cookie
  .timer 1 9 if (%fate == 2) describe $chan Gives $2 a Hammer
  .timer 1 9 if (%fate == 3) describe $chan Gives $2 a Hoe
  .timer 1 9 if (%fate == 4) describe $chan Gives $2 a Computer
  .timer 1 9 if (%fate == 5) describe $chan Gives $2 a Sniper Rifle
  .timer 1 9 if (%fate == 6) describe $chan Gives $2 a Lollipop
  .timer 1 9 if (%fate == 7) describe $chan Gives $2 a Carrot
  .timer 1 9 if (%fate == 8) describe $chan Gives $2 a Dick
  .timer 1 9 if (%fate == 9) describe $chan Gives $2 a Pillow
  .timer 1 11 describe $chan Does $2 Like Me Now?
}

Comments

Sign in to comment.
guest598594   -  Jan 18, 2008
  .timer 1 9 if (%fate == 1) describe $chan Gives $2 a Cookie
  .timer 1 9 if (%fate == 2) describe $chan Gives $2 a Hammer
  .timer 1 9 if (%fate == 3) describe $chan Gives $2 a Hoe
  .timer 1 9 if (%fate == 4) describe $chan Gives $2 a Computer
  .timer 1 9 if (%fate == 5) describe $chan Gives $2 a Sniper Rifle
  .timer 1 9 if (%fate == 6) describe $chan Gives $2 a Lollipop
  .timer 1 9 if (%fate == 7) describe $chan Gives $2 a Carrot
  .timer 1 9 if (%fate == 8) describe $chan Gives $2 a Dick
  .timer 1 9 if (%fate == 9) describe $chan Gives $2 a Pillow

u can simply do

describe $chan Gives $2 a $gettok(Cookie|Hammer|Hoe|Computer|Sniper Rifle|Lollipop|Carrot|Dick|Pillow,$r(1,9),124)
 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.