Merry Christmas Dialog

By pwnisher3 on Dec 20, 2008

here is a simple dialog i made for Christmas.

dialog MC {
  title "Merry Christmas"
  size -1 -1 122 129
  option dbu
  edit "                                     M                                                                           E                                                                            R                                                                            R                                                                            Y                                                                                                                                                          C                                                                            R                                                                            I                                                                             S                                                                            T                                                                            M                                                                           A                                                                            S             ", 1, 1 1 120 99, read multi return autovs
  button "Merry Christmas To All!", 2, 2 101 119 8
  button "Eggnog", 3, 2 110 119 8
  button "Free Christmas Presents For All!", 4, 2 119 119 8
}
menu * {
  .Merry Christmas: dialog -m mc mc
}
on *:dialog:mc:sclick:2:{
  amsg Merry Christmas To All!
}
on *:dialog:mc:sclick:3:{
  amsg Who Wants Some Eggnog?
}
on *:dialog:mc:sclick:4:{
  amsg Type !Present To Receive Your Christmas Present :)
}
on *:text:*!present*:#:{
  notice $nick I have Just Ran Out Of Gifts. Better Luck Next Year!
}

Comments

Sign in to comment.
pwnisher3   -  Dec 20, 2008

son of a... i'll fix it lol

 Respond  
Kirby   -  Dec 20, 2008

Just a minor thing:

on *:text:*!pressent*:#:{
  notice $nick I have Just Ran Out Of Gifts. Better Luck Next Year!
}
on *:dialog:mc:sclick:4:{
  amsg Type !Pressent To Receive Your Christmas Present :)
}

It's present, not pressent.

 Respond  
Aucun50   -  Dec 20, 2008

Simple but nice.

 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.