10-01-2004, 12:20 AM
You can use some kind of dialog: message box, input box, or list box. Example with list box:
Or, use some kind of wait command. Following command waits for Ctrl key:
[color=blue]if[/color](![color=blue]list[/color]("Continue" "" "Game" 0 -1)) [color=blue]ret[/color]Or, use some kind of wait command. Following command waits for Ctrl key:
