Wednesday, June 25, 2025

Custom Event Editor: Show Choices Step

Show Choices Step is to display a list of option to the player for him to pick. The selected result is stored in a custom variable and can be used in other steps such as branching.

The default waiting type of this step type is "User Option Select". You cannot change the waiting type for this step type.

 

Show Choices

A Show Choices step is easy to config. First you have to define the custom variable name that will hold the result of the choice. The format of the variable name is alphanumeric plus underscore.

After that, click the "Edit" button to set the option list.

 

The above model window will be displayed after "Edit" is clicked.

(1) Number of options.

Select the number of options to be displayed to the user.


(2) Option Value.

Define what value will be set to the custom variable when the player pick this option.
Note that this is always a string data type.

(3) Option Display Text.

The text that will be displayed. You can use any language here. 


(4) Update button.

You need to click the "Update" button to save the changes made.

 


Example 

Example scene from Demo - Serious maid and lazy master.

If the player click the first option, the custom variable "is_sleep" will have "true" as the value.

If the second option is clicked, "is_sleep" will be set to "false".
 

 

 

 

 

No comments:

Post a Comment

Custom Event Loader V0.1.1 & Custom Event Editor V0.1.1

Minor updates on the Custom Event Loader and Editor. Please check the github repo for the release files.