Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 683 Bytes

File metadata and controls

31 lines (18 loc) · 683 Bytes

[command] alert

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.

Usage

. alert title "Game over", message "Congratulations! You cleared the game!"

Attributes

Parents

Children

  • none

Related Commands