From acafb992614d372d65e69e0991d0681b716a622a Mon Sep 17 00:00:00 2001 From: Turtyo <49365680+Turtyo@users.noreply.github.com> Date: Fri, 3 May 2024 21:54:10 +0200 Subject: [PATCH] Add a comment to explain the =>< syntax in dialogue files --- Dialog/test.dialogue | 1 + 1 file changed, 1 insertion(+) diff --git a/Dialog/test.dialogue b/Dialog/test.dialogue index 4b875d0e..ba188d96 100644 --- a/Dialog/test.dialogue +++ b/Dialog/test.dialogue @@ -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")