Pops up a message window that informs the player of some circumstance.
If you want to get input from the player, too, you need to use confirm or prompt.
. alert title "Game over", message "Congratulations! You cleared the game!"
- title: The confirm dialog's title.
- message: The question or message to display.
- ifvar: See conditionals.
- ifvalue: See conditionals.
- ifnot: See conditionals.
- none