You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
702 B
702 B
Choice Event
The Choice Event
marks the start of a choice branch in a question.
How it works
Choice Events only work if they are placed inside a "question" (Question Event). Then you can place all kinds of events below that choice. These events (which will be indented) will be executed when the choice is selected in game.
Adding a condition
By checking the Has condition
check box and setting that condition, the player will only see that choice if the result is true.
The condition is made up of three parts: The Value Definition
that will be compared, the type of comparison
and the value
that it will be compared to.