Create hunt Login

More articlesRemember player's response

Using the Remember action you can save a player's response for use in future steps.

When selecting the Remember action you are asked to give it a name. This is how you will refer to it later on.

Using a saved answer when asking a question

You can output a saved answer in any other step by enclosing the name you provided in curly brackets. For example, you might ask a player for their name and save it as player_name. In a future step, you can output their name in text by writing {player_name} such as:

Hello {player_name}, how many rungs on the ladder?

If their name was Harry, then this would be presented as:

Hello Harry, how many rungs on the ladder?

Using saved answers when checking for user input

You can also use a saved answer when checking text or images submitted by the player.

When creating a new response, enter the name you provided in curly brackets. The player's response will then be checked against the saved value.