From 6199373a0ae9df9bdf4853351336a309e596a918 Mon Sep 17 00:00:00 2001 From: Nathan McRae Date: Fri, 10 Oct 2025 04:50:39 +0000 Subject: [PATCH] Add fork notice to readme --- Readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Readme.md b/Readme.md index 0e39e30..91dd77e 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,9 @@ # StoryManager +Forked from https://github.com/dmasad/StoryletManager + +--- + StoryManager is a lightweight add-on for Twine + SugarCube implementing parameterized storylets. It's intended for people who are comfortable using JavaScript along with Twine, and want to use it to manage data and world-models for their interactive fiction. You can use it in the Twine interactive editor, but at the moment it's probably best used with the [Tweego](https://www.motoslave.net/tweego/) command-line tool.