Skip to content

Commit

Permalink
Add a comment to explain the =>< syntax in dialogue files
Browse files Browse the repository at this point in the history
  • Loading branch information
Turtyo committed May 3, 2024
1 parent 0d0aa88 commit acafb99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dialog/test.dialogue
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ You run into a sapling! What do you do?
# "It smiles." or "It's sleepy"
You pat the sapling gentle on its' head. [[It smiles|It's sleepy]].
# We can use the following => syntax to jump to another flow. We just need to ensure that the title exists within the .dialogue file.
# use =>< to come back to the flow we came from when the flow we jumped to is finished. So A =>< B does A => B => A
- Punch =>< punch
- Slap
do add_portrait("NPC/rescued_saplings_comfy_sleepy-1.test")
Expand Down

0 comments on commit acafb99

Please sign in to comment.