Settings
The Settings page on the Developers Portal allows you to configure your project's behavior.
Build Nameβ
Enter a name for your build. This name is used to identify your project in the portal.
The build name should only contain letters and spaces.
Reactionsβ
Reactions are sets of random responses that the bot sends when a user types their own text instead of choosing one of the provided options. They handle cases where users deviate from the expected interaction flow.
Default Reactionβ
The reaction set used by default for all nodes unless overridden.
Structureβ
Each reaction set has:
- A unique Name field to identify it
- One or more Option fields representing possible replies
- The reaction name must be unique.
- At least one reaction set must be added.
- Each reaction set must have at least one option.
You can create multiple reaction sets and switch between them in your script using the <<reaction set_name>> command.
Tech Messagesβ
This section controls the technical messages displayed during the bot's operation.
Save Menu Textβ
The text displayed in the checkpoint save menu (/jump).
Restart Menu Textβ
A confirmation message shown to the user when requesting a scenario restart (/restart).
Restart Button Textβ
The text on the confirmation button for restarting.
Cancel Buttonβ
The text on the cancel button for both restarting and the checkpoint save menu.
Default Settingsβ
Waitβ
The delay time (in seconds) before the bot sends the next message. This value is used if no specific delay is set in the script or node header.
Time for Statusβ
The time (in seconds) the bot displays a "typing" or similar status before sending a message.