Send help! Unexpected end of input message

I don’t know what I’m doing wrong. this is my first one I’m making, so I’m a little lost. If anyone can help me, I’d really appreciate it :slight_smile: I don’t know why it keeps telling me that.

You can’t put a label at the end of your script with nothing following it. You’ll need something after it like an @pause for a beat.

1 Like

Could you give me an example, I can’t figure it out. Sorry :confused:

So say your story ends with a label like label story_end. You have to have something come after that label to avoid the error you currently have (such as a pause at the end).

Example:
label story_end
@pause for 1

Topic inactive for one month. Closed for archiving.