I can't find the quicktest error

I ran quicktest on my current files, and it fails with the message:

“Error: wakeup line 87: It is illegal to fall out of a *choice statement; you must *goto or *finish before the end of the indented block.”

I went to my scene “wakeup” and located line 87. It’s in the second option of one of my choices.

					#This isn't worth your time.
						You return to the door you found earlier and open it.
						*finish Into the next room...

When I play the scene, it works.

Whatever is before that option is usually the culprit. Can you post the whole choice block?

As I was getting it so I could post it here, I noticed something odd in the previous option and fixed it–and now it works! Thanks!

1 Like