Replies: 1 comment 10 replies
-
Do you ensure you call |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I have been attempting to resolve this issue since this morning without success. In my script, the player is required to click on three different buttons, each initiating a dialogue. So far, there have been no issues with this part. However, when I try to start a new dialogue after all three dialogues have been completed, it doesn't work. My signals seem to be functioning correctly, as I am able to print a test message. The crash occurs only when I add Dialogic.start("intro_sister") instead of print; it then throws an 'Out of bounds get index '-1' (on base: 'Array')' error.
Thank you in advance!
Here is my code:
https://snappify.com/view/545388ec-340d-413c-ba57-6fc903567d74
Beta Was this translation helpful? Give feedback.
All reactions