# HG changeset patch # User Alys Brooks # Date 2021-08-14 08:27:34 # Node ID a6f18c4a90536ce45839ac83700ebee9ab7e8b6c # Parent 3308ea479431281bceeb5a3425b377cdd3657d5b Add runner Ink file. diff --git a/isometric-park-fna/Content/dialog_runner.ink b/isometric-park-fna/Content/dialog_runner.ink new file mode 100644 --- /dev/null +++ b/isometric-park-fna/Content/dialog_runner.ink @@ -0,0 +1,9 @@ +//This file just exists to test run stories: + + +INCLUDE dialog.ink + + +-> IntroGovernor + +-> END \ No newline at end of file