Narration
Knots
Learn how knots and labels work in Pixi’VN, how to run them from ink scripts or JavaScript, and the differences between native ink and Pixi’VN integration.
What is a knot? As explained in the official documentation, the story is comprised of multiple linked sections which we call knots
in ink terminology. The start of a knot is indicated in ink using at least two equals signs the left hand side knot's name, and optionally on the right too (so for example === london ===
).
Are there differences between label
and knot
? No, they are the same thing. In Pixi’VN, when you create a knot
with ink, a label
will be created internally and saved in the registry.
Run a knot
To run a knot you can use the following methods: