Skip to content

Instantly share code, notes, and snippets.

@videlais
Created August 25, 2018 17:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save videlais/9364a0c8a925b436cc1327edc9c0295e to your computer and use it in GitHub Desktop.
Save videlais/9364a0c8a925b436cc1327edc9c0295e to your computer and use it in GitHub Desktop.
ChoiceScript: Inputs
We stood before the large gate and looked up at the guards. They looked down at us. There was a tense moment before they spoke.
[b]What's the password?[/b]
*input_number password 0 30
*if password = 16
We passed through gate.
*finish
*else
The guards grunted a response. "Wrong answer."
*finish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment