Pop up a message box containing yes/no choices.
int GuiScriptMsgyn(const char* message);
message The content of the yes/no choices message box.
message
1 if the user chose yes, 0 if the user chose no.
Example code.