MessageBox

messagebox [<text>] (<title>) (<options>)

Displays a windows style messagebox pop-up hosted by the CoyoteMIDI app. The messagebox will pause the script until a button is pressed to exit out of the messagebox.

Parameters:

  1. The text to display in the body of the messagebox.
  2. The title of the messagebox.
  3. The buttons to be included with the messagebox. Valid options are: “OK”, “OKCancel”, “YesNo”, and “YesNoCancel”.

Returns: The button that was pressed in plain text.