InfiniteAmmoInc / Yarn

934 stars 93 forks source link

Command to go automatically from a node to another without options #56

Closed bottazzi1900 closed 6 years ago

bottazzi1900 commented 6 years ago

Hello. I would ask if there is a way to connect two nodes without insert an option that the player must click. For example, I have:

NODE1 [[Talk with him | NODE2]] [[HIt him | NODE3]]

NODE2 Hello

I want that from the NODE2, the player returns automatically to the NODE1. Do you know if there's a specific command?

addie-lombardo commented 6 years ago

[[Return|NODE1]] should work. Depending on what you're parsing with it may or may not display the option if there is only one option and instead just jump to the connected node.