Cheiron commented on a Page, Fortune teller Script V 1.0  -  May 04, 2009

same codes each time just different titles Max...

on *:text:!channels*:#: {
 /set %em $rand(1,9)
 if (%em == 1) { msg $chan you might want to try <EnterAChannelHere> }
 if (%em == 2) { msg $chan you might want to try <EnterAChannelHere> }
 if (%em == 3) { msg $chan you might want to try <EnterAChannelHere> }
 if (%em == 4) { msg $chan you might want to try <EnterAChannelHere> }
 if (%em == 5) { msg $chan you might want to try <EnterAChannelHere> }
 if (%em == 6) { msg $chan you might want to try <EnterAChannelHere> }
 if (%em == 7) { msg $chan you might want to try <EnterAChannelHere> }
 if (%em == 8) { msg $chan you might want to try <EnterAChannelHere> }
 if (%em == 9) { msg $chan you might want to try <EnterAChannelHere> }
}

that was his channel dialogue

this was in his bunch of code...

on *:text:!random*:#:{
  /set %em $rand(1,8)
  if (%em == 1) { msg $chan i like pie }
  if (%em == 3) { msg $chan WHEEEEEEEEHOOOOOOOO! }
  if (%em == 4) { msg $chan WHEEEECALP }
  if (%em == 5) { msg $chan $me slaps $nick }
  if (%em == 6) { msg $chan i like gerbils }
  if (%em == 7) { msg $chan i like Cows }
  if (%em == 8) { msg $chan people scare me! }
}

there is no new coding here at all

 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.