choice command
Summary
Lets the user make a choice
Description
This command can be used in scripting file that end in .uesh file extension. It lets the user choose the correct answers when answering this question and passes the chosen answer to the specified variable.
Command usage
choice ($variable) (c/h/o/i/c/e/s) (question)
Examples
choice $answer y/n/a Do you want to answer this question?: Lets the user answer the specified question, with three answers, and passes the correct answer into $answer.
Last updated