If you want an alert with your own button names then you can try using AppleScript in GameMaker.
BEGIN APPLESCRIPT
set x to display dialog "What do you want for breakfast?" buttons {"cereal", "eggs", "pancakes"}
return button returned of x
END APPLESCRIPT = food$
PRINT OK. $food$$ it is.