diff --git a/web/functions/example-4/[section].ts b/web/functions/example-4/[section].ts index 5b9ac83..e5857a6 100644 --- a/web/functions/example-4/[section].ts +++ b/web/functions/example-4/[section].ts @@ -16,7 +16,7 @@ export async function onRequest(context: EventContext) { jabl = `{ print("You've reached a point that doesn't exist!") print("This story needs a section with id '${sectionId}'.") - choice("Start Again", {goto("entrypoint.jabl")}) + choice("Start Again", {goto("0-choose-character.jabl")}) choice("Change Story", { set("system:source", 0) goto("entrypoint.jabl")}) }`; }