Lol. I understand why i needed to read it. It was involved. Well I got it working and here is my code.
Msg = "Will now probe tool to calculate Z to Probe distance."
Style = 4 + 64 + 0
Title = "Fixture Setup"
Response = MsgBox(Msg, Style, Title)
If Response = 6 Then
code "M101"
Else
Exit Sub
End If
I couldn't find the cypress enable language reference on the wiki. I ended up googling it and found it on another website. Can someone provide a link b/c even the wiki's page search function turned up zero results.