I'm not sure if this is a new issue or if I've messed something up in my code but when using Continue, I'm getting an error even though canContinue is true.
I've got an Ink file that only has choices for testing and no dialogue.
Example of the dialogue in the Ink file:
=== Intro ===
~ knowsName = true
->Main
=== Main ===
~ knowsName = true
Test 1
->DONE
Test 1
->DONE
Test 1
->DONE
Test 1
->DONE
Test 1
->DONE
Test 1
->DONE
Test 1
->DONE
Nothing
This is a test
->DONE
I enter Intro but when using Continue, even though canContinue is true, I get the error
Also, as far as I know, this issue does not pop up in another project, as that project is using version 1.1.3
Hi,
I'm not sure if this is a new issue or if I've messed something up in my code but when using Continue, I'm getting an error even though canContinue is true.
I've got an Ink file that only has choices for testing and no dialogue.
Example of the dialogue in the Ink file: === Intro === ~ knowsName = true ->Main
=== Main === ~ knowsName = true
I enter Intro but when using Continue, even though canContinue is true, I get the error
Also, as far as I know, this issue does not pop up in another project, as that project is using version 1.1.3
Any help is appreciated