Customisable-MsgBox doesn't return -1 with no selection
I was trying out the Customisable MessageBox v0.98 beta-3 and noticed behavior that doesn't seem to conform to the documentation.

My understanding is that if no selection is made, then $0 will be set to -1. The code below ends up with $0 being 3 if the ESC button is pressed, or the MessageBox window is closed with the upper right X.

Am I doing something wrong, or leaving something out?