I have this code, and I'll use the example to base the rest of my script off of

Code:
dialog game { 
  title "Game" 
  size -1 -1 300 100 
  button "OK",1, 1 75 120 25, OK 
  button "Message me",2, 1 1 100 25, ?????
}

The button with text "Message me", when pressed will do a:
/msg bearruler Hello, are you there?

Any help will be appreciated
Ive read through the help, and I dont think I was reading the right thing
I found all about how to set it up, but nothing on what makes the button work


Bear