|
show_question(str) |
|
Drag & Drop equivalent :
str = a string (the question) that the user is supposed to answer yes or no to, it can be a string inside quotation marks, or it can be a variable without quotations.
This function will make a message box appear, but this message box will have 2 choices, yes and no, just like the corresponding drag & drop action. You must store this in a variable, otherwise your yes/no info will be discarded from the game.
Example #1:
Example #2:
cityscape - Revision #1 |