Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 787 Bytes

File metadata and controls

34 lines (21 loc) · 787 Bytes

[command] confirm

Pops up a confirmation dialog, where the player is required to answer a yes-no question. The result will be written to a local variable.

Usage

. confirm title "Delete variable?", message "Do you really want to delete this variable?", var the_answer

Attributes

  • title: The confirm dialog window's title.
  • message: The question or message to display.
  • var: The name of a local variable to write the result into. The result will be "false" or "true".
  • ifvar: See conditionals.
  • ifvalue: See conditionals.
  • ifnot: See conditionals.

Parents

Children

  • none

Related Commands