Random Stuff Dialog

By pwnisher3 on Dec 11, 2008

eh i got really bored and made this. it is a random text snippet. it will say something at random. if anybody would like me to update it i will. if you get banned from a room for some of the sayings. not my fault. you can easily change what it says. have fun.

dialog Say {
  Title "Say a random message"
  size -1 -1 41 16
  option dbu
  button "say message",1, 1 1 40 15
}
on *:DIALOG:Say:sclick:1:{
  /set %R $rand(1,8)
  if (%R == 1) /amsg  anybody ever masturbated with an apple pie?
  if (%R == 2) /amsg you want to touch my penis?
  if (%R == 3) /amsg i like pie.
  if (%R == 4) /amsg anybody want to come over to my house an rent a dirty movie?
  if (%R == 5) /amsg i wish i was a rich and famous person.
  if (%R == 6) /amsg anybody want to give me a hug and/or a kiss?
  if (%R == 7) /amsg i want you in my pants :)
  if (%R == 8) /amsg um yeah. I"M BORED!!
}
alias S {
  dialog -m Say Say
}
menu status,channel {
  Say:/S
}

Comments

Sign in to comment.
Kirby   -  Dec 12, 2008

[17:41] <&Peacekeeper> ZaneSama? [17:41] <~ZaneSama> Your mother never loved you. .Auto Message.
Might want to use

on $*:text:$(/ $+ $me $+ /iS):#: {

instead of Zane`Sama.

 Respond  
DangerOfFate   -  Dec 12, 2008
 on load:{
 write Random.txt     // You'll have to add random messages and stuff to the txt file
}
on *:text:Zane`Sama:#: {
 .timer 1 2 Msg $chan $read(Random.txt)
  }
}

Easy to flood, but it works. It is basic as well...Though, your script is....Weird...Basically, what was said in the rest of the comments...Pointless, and....I gotta go back to my PHP...

[17:41] <&Peacekeeper> ZaneSama? [17:41] <~ZaneSama> Your mother never loved you. .Auto Message.

 Respond  
pwnisher3   -  Dec 12, 2008

lol as i said i got bored :)

 Respond  
sercan386   -  Dec 12, 2008

xD

 Respond  
^Neptune   -  Dec 12, 2008

Why make a dialog for something so pointless o_O

 Respond  
napalm`   -  Dec 11, 2008

Example of some text file (somefile.txt) with random lines:

i hate you
you hate me
we hate each other
you kids bore me.
SNORE
etc. etc.

/randommsg

alias randommsg say $read(somefile.txt)
 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.