Difference between revisions of "MessageBox"
Jump to navigation
Jump to search
→Description
imported>DragoonWraith (→Examples: matching to my edits of Message) |
imported>Mnkyslut |
||
Line 5: | Line 5: | ||
'''Example:''' | '''Example:''' | ||
MessageBox "This is a Message" | MessageBox "This is a Message" | ||
MessageBox "Shall I start to spin? GameHour = %.2f | MessageBox "Shall I start to spin?", GameHour = %.2f, GameHour, "OK", "No Way" | ||
MessageBox "How much gold do you have?" "0" "100" "500" "1000" "5000" "10000" | MessageBox "How much gold do you have?" "0" "100" "500" "1000" "5000" "10000" | ||
Line 15: | Line 15: | ||
This function sends the value -1 to the GetButtonPressed function while the window is still open, until the player selects a button. | This function sends the value -1 to the GetButtonPressed function while the window is still open, until the player selects a button. | ||
== Displaying Variables == | == Displaying Variables == |