Editbox Free MSG Dialog

By RagBot on Nov 15, 2009

I made this because I often find myself typing in something, but needed to reply to something else and my edit-box was full. This just lets you message the channel of your choice. I hope someone finds it useful.

Hit F7 (or the key you chose) to open

;Put this in ALIAS tab, change the number if you already have that key in use
/F7 /dialog -m efm efm

;Put this in REMOTE tab
dialog efm {
  title "Editbox Free MSG"
  size -1 -1 90 35
  option dbu
  edit "", 1, 1 1 50 10, autohs
  text "Channel", 2, 52 2 21 8
  edit "", 3, 1 12 73 10, autohs
  text "Text", 4, 75 13 12 8
  button "MSG", 5, 1 23 41 12
  button "Clear", 6, 48 23 41 12
}

on *:dialog:efm:sclick:5: {
  if ($did(efm,1) == $null) || ($did(efm,3) == $null) { did -ra efm 3 ERROR: Fill all fields }
  else { msg $did(efm,1) $did(efm,3) }
}
on *:dialog:efm:sclick:6: { did -r efm 3 }

Comments

Sign in to comment.
alimak96   -  Sep 06, 2012

you should use

reply:/dialog -m efm efm

in the popups tap
in the channel section

will be batter ( just my opinion )

 Respond  
RagBot   -  Dec 29, 2009

Thank you, eyiezinc.

 Respond  
eyiezinc   -  Dec 29, 2009

good job RagBot!

 Respond  
RagBot   -  Nov 18, 2009

Oh... That hasn't worked before, so I thought I had to make a script in order to fix it :\

 Respond  
tzar469   -  Nov 18, 2009

Press the down arrow key to blank the box, then press the up arrow key fill it in again. ;)

 Respond  
RagBot   -  Nov 16, 2009

Thanks.

 Respond  
Cracker200   -  Nov 16, 2009

Nice. 7/10

 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.