Messages that come up frequently during game tests

The engine is not working as expected? Documentation is wrong or out of date? Let us know here!
Forum rules
We are not providing support via this forum; it's community-driven. For official support see https://naninovel.com/support/#naninovel-support
Post Reply
booksuny
Posts: 47
Joined: 26 Sep 2022 12:37

Messages that come up frequently during game tests

Post by booksuny »

When you test the game, the message below appears and the game does not work.

Script 'Intro' has finished playing, and there wasn't a follow-up goto command. Consider using stop command in case you wish to gracefully stop script execution.

If you wait a little bit, it will work again, but it's hard to wait every time, so I'd like to know the solution.

idaot
support
Posts: 262
Joined: 01 Aug 2020 08:25

Re: Messages that come up frequently during game tests

Post by idaot »

It's pretty self-explanatory. End the script with @stop if it doesn't end with @goto.

Post Reply