How do I go back to the choices?

NARR
The code is:

choice
“5243”{

sound door_click

NARR (YOU)
The door is locked. What was the code?

goto choice
}“3245”{

sound door_click

NARR (YOU)
The door is locked. What was the code?
goto choice
}“5432”{

sound door_creak

NARR (YOU)
The door is open.

}

1 Like

Moved to Directing Helps and Tips since it involves coding/scripting. Make sure to check out our Forum Tutorial for more info about where to correctly create topics. :wink:

1 Like

Since you have goto choice, you need the label choice at the start of the choice

label choice

NARR
The code is:

choice
“5243”{

sound door_click

NARR (YOU)
The door is locked. What was the code?

1 Like

Thank you very much