diff --git a/ButteredToast4.inform/Skein.skein b/ButteredToast4.inform/Skein.skein index 03cb4ec..740551c 100644 --- a/ButteredToast4.inform/Skein.skein +++ b/ButteredToast4.inform/Skein.skein @@ -32,7 +32,8 @@ The meet and greet room has stone walls and granite floors and ceilings. You can see Pie Room Door, Mr Linendot and TV here. > - + + @@ -1240,4 +1241,13 @@ Would you like to RESTART, RESTORE a saved game, QUIT or UNDO the last command? > + + x mr + He has lines for limbs and dots for joints. His perfectly circular head only has dots for eyes and a line for a mouth. + + + +> + + \ No newline at end of file diff --git a/ButteredToast4.inform/Source/story.ni b/ButteredToast4.inform/Source/story.ni index 2723f5b..e5902ba 100644 --- a/ButteredToast4.inform/Source/story.ni +++ b/ButteredToast4.inform/Source/story.ni @@ -462,7 +462,7 @@ The player is in Dungeon 1 Meet & Greet Room. Act I is a scene. Act I begins when play begins. Act I ends when Dead Body Found is true. -Act II is a scene. Act II begins when Act I ends. +Act II is a scene. Act II begins when Act I ends. Act II ends when Courtroom Decision is true. Courtroom Decision is a truth state that varies. Courtroom Decision is false. @@ -483,3 +483,6 @@ When Act II begins: say "[line break]The judge says 'All rise! We will now read the verdict. The jury finds with one exception that the defendant is -- innocent!'"; say "[line break]The courtroom erupts in cheering."; now Courtroom Decision is true. + +Act III is a scene. Act III begins when Act II ends. + diff --git a/release.sh b/release.sh new file mode 100644 index 0000000..682d784 --- /dev/null +++ b/release.sh @@ -0,0 +1 @@ +python3 ../blorbtool.py ButteredToast4.materials/Release/Buttered\ Toast\,\ the\ Great\ Dunge.gblorb giload ButteredToast4.materials/Release/interpreter/ interpreter