Skip to content

Commit b86a8df

Browse files
authored
Update README.md
1 parent 7a10d5a commit b86a8df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ First, open Kinexus in your browser. From the **Menu**, you have two options:
127127
* **Add Choices:** Click the **round blue '+' button** below the choices list. Write the text the player will see and select the target scene from the dropdown menu.
128128

129129
### 3. Create Dynamic Stories with Variables and Conditions
130-
* **Manage Variables:** Click the `{...}` button next to "Add Choice". In the modal, add new true/false variables to track game state (e.g., `has_key`).
130+
* **Manage Variables:** Click the turquoise `[X]` button next to "Add Choice". In the modal, add new true/false variables to track game state (e.g., `has_key`).
131131
* **Set a Variable:** Create a choice and in its destination dropdown, select a variable (e.g., `var_has_key`). You can then set it to `true` or `false`. Leave the button text blank for a silent, automatic action.
132-
* **Add a Condition:** Click the condition icon (``) on any choice. In the new view, you can set the choice to only appear if a variable is true/false or if a specific scene has been visited.
132+
* **Add a Condition:** Click the turquoise condition icon (``) on any choice. In the new view, you can set the choice only to appear if a variable is true/false or if a specific scene has been visited.
133133

134134
### 4. Add Media (Image & Audio)
135135
You have multiple ways to add media:

0 commit comments

Comments
 (0)