Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Script preloading ignores stitches #216

Open
PhoebeMitchell opened this issue Mar 23, 2022 · 0 comments
Open

[BUG] Script preloading ignores stitches #216

PhoebeMitchell opened this issue Mar 23, 2022 · 0 comments
Labels
bug Something isn't working nice to have
Milestone

Comments

@PhoebeMitchell
Copy link
Contributor

PhoebeMitchell commented Mar 23, 2022

Describe the bug

Ink allows you to create knots which you can divert to, and these knots can contain stitches.
https://github.com/inkle/ink/blob/master/Documentation/WritingWithInk.md#6-includes-and-stitches

=== Knot
= stitch1
= stitch2

Currently the script preloading and validation reads knots correctly, but completely ignores stitches and I don't know why.
Would be nice if this feature was usable.

Steps To Reproduce

Make a script that includes a knot with stitches from another file. The stitches should contain actions like "&ACTOR:Ross"
Try and play the script.
You should get an error claiming Ross is not in the dictionary.
This is because the stitches have not been read when preloading, but when reading the script normally the stitches ARE read, but the actors have no been preloaded.

Expected behavior

Actions in stitches should be preloaded and useable without errors.

@PhoebeMitchell PhoebeMitchell added the bug Something isn't working label Mar 23, 2022
@notexplosive notexplosive added this to the 1.0: Case 2 milestone Mar 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working nice to have
Projects
None yet
Development

No branches or pull requests

2 participants