Remove error message popup

How do I…

An error message is appearing in my game and im trying to remove it

What is the expected result

The dialogue should close normally but instead:

What is the actual result


.

(bumping this post) .

If you want to solve this, you really should give more informations on:

  1. At what moment of the game this happens;
  2. The events of that respective moment;
  3. Isolate the issue and find the specifc event causing the error;
  4. Sending a screenshot of the event that causes the error.

The error message indicates you have an unexpected end of line in bondage.js, which is for the dialogue system.

If you’re using dialogue events, you have invalid characters or missing information somewhere (could be anywhere in the actions, conditions, or in the dialogue file itself.)