Memoserv checker

By Assasin@lucidchat on Jun 30, 2012

yea yea, i knw, this is a bit crappy script, but it was all i could think of.. I need ideas!!!

anyways, lets go back to the script. as you see, it is a dialog script, which you load, rightclick and use. All it does is let you send memos without the hassle of typing /ms and yea... and you can also read your mails... -.-

PLEASE GIVE ME IDEAS!!!!!

dialog MemoServ_Checker { 
  Title "Memoing Test" 
  size -1 -1 94 100 
  option dbu 
  tab "Messages", 1,  0 -2 94 100, 
  tab "Send", 2 
  box "Check New Messages", 5, 22 12 50 17, tab 1 
  button "View New Messages", 6, 22 30 55 15, tab 1 
  box "All Messages", 9, 22 46 45 17, tab 1 
  button "View Box", 4, 30 66 30 15, tab 1 
  button "Send New Message", 8, 22 12 56 15, tab 2 
  button "Delete Message", 10, 29 32 45 15, tab 2
}
on *:dialog:MemoServ_Checker:sclick:10:{
  .ms del $?="Enter the number of the mail you want to delete.To delete all the messages, type ALL. To delete the last mail, type LAST. To delete multiple messages, e.g: 15-25, 1-0 e.t.c"
}  
on *:dialog:MemoServ_Checker:sclick:4:{
  .ms list
}   
on *:dialog:MemoServ_Checker:sclick:6:{
  .ms read $?="Enter list or last or enter the numbers you want to read for e.g: 1-3." 
}  
on *:DIALOG:MemoServ_Checker:sclick:8:{
  .ms send $1 $?="Who would you like to send this message to?" $?="What do you want to include in your text?"
}
menu status,channel { 
  MemoServ Checker: dialog -m MemoServ_Checker MemoServ_Checker 
}

Comments

Sign in to comment.
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.