If I understand you correctly I think this is what you are in search of.

Code:
 
dialog game {
  title "Game"
  size -1 -1 300 100
  option pixels
  button "OK", 1, 1 75 120 25, ok
  button "Message me", 2, 1 1 100 25
}
on *:dialog:game:sclick:2:{ msg $me Hello, are you there? }

Last edited by Darkmnm; 15/03/05 05:15 AM.