dialog hexconverter {
  title "Master Dialog - [Hex Converter] ~ By TWWOTN"
  icon $mircexe , 17
  size -1 -1 234 120
  option dbu
  button "Change Text To Hex Code", 1, 70 100 73 12
  text "Please Enter The Text You Wish To Convert To Hex Codes", 2, 42 0 141 10
  text "So if you want to make a room via its hex code, paste the room name into this box and click", 3, 9 8 215 11
  text "the Change Text To Hex Code button", 4, 69 18 94 8
  edit "Enter The Text You Wish To Convert, Here!", 5, 5 30 221 17, autohs
  text "HexCode ^ (Remmember To Add 2523 Infront Of The Hex, (%#) Otherwise It Wont Open", 7, 5 76 220 20
  edit "", 13, 5 50 221 17, autohs
  button "Close", 8, 191 100 37 12, cancel
  icon 9, 20 100 17 17,fire m.ico
  icon 10, 160 100 17 17,Dark butterfly.ico
}
on *:DIALOG:hexconverter:sclick:1:{ did -a hexconverter 13 $msn.tohex( $+ $did( $dname , 5 ).text $+ ) }
alias hex {
  /dialog -m hexconverter hexconverter
}

