From f8295fb93320f48fc1880340d9ccabc40f1f52ea Mon Sep 17 00:00:00 2001 From: Jason Cabot Date: Sat, 9 Mar 2024 13:50:49 +0000 Subject: [PATCH] Renamed entrypoint --- web/functions/example-4/[section].ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")}) }`; }