Difference between revisions of "MessageBox"
Jump to navigation
Jump to search
revert - edit made was incorrect
imported>Mnkyslut |
imported>DragoonWraith (revert - edit made was incorrect) |
||
Line 5: | Line 5: | ||
'''Example:''' | '''Example:''' | ||
MessageBox "This is a Message" | MessageBox "This is a Message" | ||
MessageBox "Shall I start to spin? | 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 == |