Help with script, please!

Hey, I need some help.
How can I return to a past line in the script?
I’ve seen it somewhere, but I’ve already forgotten about it.

Do you mean something like this?:

  NARRATOR (SOPHIA)
Mini game time!!

label Instructions

    NARRATOR (SOPHIA)
Instructions: Tap the clues to earn more info about the case.
When done, press the check mark.



    NARRATOR (SOPHIA)
Do you understand?

choice “Yes I understand” {

    NARRATOR (SOPHIA)
Great!

} “Say that again?” {

    NARRATOR (SOPHIA)
No worries

goto Instructions

}

Is the same one it used to loop the message when they want to block a chapter.

you just need label and goto

To lock the chapter you do it like this

label lock
NARR
Sorry, this story is locked.¨
goto lock

thank U

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.