songme

By lexie on Sep 23, 2007

my first snippet looool !!!

its just like an 8ball script (for bot)
just paste into your remotes (you may wanna change the songs to your own) :)any random songs type !songme and it will say random song of yours..

on *:TEXT:!songme*:#:{
  /set %songme $rand(1,25) 
  if (%songme == 1) /msg $chan 10Atomic Kitten - The Tide is High 
  if (%songme == 2) /msg $chan 10Busted - year 3000
  if (%songme == 3) /msg $chan 10Beatles - let it be
  if (%songme == 4) /msg $chan 10Jack Johnson - upside down
  if (%songme == 5) /msg $chan 10S club 7 - Reach for the stars
  if (%songme == 6) /msg $chan 10U2 - its a beautiful day 
  if (%songme == 7) /msg $chan 10S Club Juniors - One Step Closer To Heaven
  if (%songme == 8) /msg $chan 10Phil Collins - Against All Odds
  if (%songme == 9) /msg $chan 10the oc - California Here We Come
  if (%songme == 10) /msg $chan 10Rhianna - SOS
  if (%songme == 11) /msg $chan 10Vanessa Carlton - A Thousand Miles
  if (%songme == 12) /msg $chan 10lauren hill -Fugees - Stand By Me (Acapella Remix)
  if (%songme == 13) /msg $chan 10Kelly Clarkson - Breakaway
  if (%songme == 14) /msg $chan 10JoJo - leave 
  if (%songme == 15) /msg $chan 10Mariah Carey - Hero
  if (%songme == 16) /msg $chan 10spice girls - if you wanna be my lover
  if (%songme == 17) /msg $chan 10Avril Lavigne- When You're Gone
  if (%songme == 18) /msg $chan 10Hello Goodbye - Here In Your Arms
  if (%songme == 19) /msg $chan 10Al Green & Anne Lennox - Put A Little Love In Your Heart
  if (%songme == 20) /msg $chan 10Kelly Clarkson - gone 
  if (%songme == 21) /msg $chan 10Pink - 18 wheeler
  if (%songme == 22) /msg $chan 10Destiny's Child - Bootylicious
  if (%songme == 23) /msg $chan 10Honey - i belive
  if (%songme == 24) /msg $chan 10Belinda Carlyle - Heaven is a place on earth
  if (%songme == 25) /msg $chan 10jojo - fairytales
}

Comments

Sign in to comment.
lexie   -  Oct 07, 2007

thanks, XD umm dont think i wuda i understood that then though :) xxx

 Respond  
napa182   -  Sep 24, 2007

but good job and keep up the scripting =)

 Respond  
napa182   -  Sep 24, 2007

heres an example of the read me txt

on *:TEXT:!songme:#:{ msg $chan $read(songme.txt) }   
on *:load:{
  write songme.txt 10Atomic Kitten - The Tide is High
  write songme.txt 10Busted - year 3000
  write songme.txt 10Beatles - let it be
  write songme.txt 10Jack Johnson - upside down
  write songme.txt 10S club 7 - Reach for the stars
  write songme.txt 10U2 - its a beautiful day
  write songme.txt 10S Club Juniors - One Step Closer To Heaven
  write songme.txt 10Phil Collins - Against All Odds
}
 Respond  
Kyousoukyoku   -  Sep 24, 2007

Pretty cool for your first snippet. =) Just a little picky scripting tip, everyone will be telling you to remove the /\'s so yeah, remove the /\'s.

 Respond  
Akishoot   -  Sep 24, 2007

Heya lexie. =) A text file would\'ve simplified things, but overall, nice work on your first snippet. =) Seeya\' back at PeerCommons!

 Respond  
napa182   -  Sep 24, 2007

yes i concur with mountaindew on putting them in a txt file, but all in all nice job on Ur first snippet..

 Respond  
guest598594   -  Sep 24, 2007

i would just write em all in a txt and do $read(file.txt) to return a random line

 Respond  
ZiX   -  Sep 23, 2007

d0t?

 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.