Added clientCmds for messageboxYesNo and messageBoxOKCancel
clientCmdMessageBoxOKCancel(%title, %message, %okServerCmd)%okServerCmd is a tagged string that will be sent as a commandtoserver of the user clicks "ok". If they click "Cancel" commandToServer('MessageBoxCancel'); will be sent.
clientCmdMessageBoxYesNo(%title, %message, %yesServerCmd)%yesServerCmd is a tagged string that will be sent as a commandtoserver of the user clicks "yes". If they click "no" commandToServer('MessageBoxNo'); will be sent.
no, we do have it. it came with v11