Update to add ye flask and Makefile for web build
This commit is contained in:
parent
cff837431a
commit
15e6f16760
3
.gitignore
vendored
3
.gitignore
vendored
@ -4,4 +4,5 @@
|
||||
.DS_Store
|
||||
build/
|
||||
dist/
|
||||
.vscode/
|
||||
.vscode/
|
||||
Release/
|
3
Makefile
3
Makefile
@ -23,3 +23,6 @@ clean:
|
||||
rm $(SRCDIR)/*.i6
|
||||
rm *.zblorb
|
||||
rm *.z8
|
||||
|
||||
web:
|
||||
python3 ../ifsitegen.py -i ../parchment-for-inform7.zip --author "Master Interactions" --title "Buttered Toast: the Interactive Fiction starring Billy Davis" ./ButteredToast.zblorb
|
@ -236,8 +236,13 @@ Instead of rubbing the amulet of destiny:
|
||||
[ The End ]
|
||||
The End is a scene. The End begins when Scene 6 ends.
|
||||
|
||||
Ye flask is a thing in Poorly Lit Room. The description of ye flask is "It is a flask of some unknown liquid."
|
||||
|
||||
Instead of taking ye flask, say "Try and try as you must, but you can't get ye flask."
|
||||
|
||||
When The End begins:
|
||||
move the player to Poorly Lit Room
|
||||
move the player to Poorly Lit Room;
|
||||
now Ye Flask is in Poorly Lit Room
|
||||
|
||||
After speech when the noun is Narrator and The End is happening:
|
||||
say "The Narrator looks up and appears surprised that you're there. Oh! Um! You're back!? How was it? Did you save Chung Ho? I see. Well, maybe better luck next time or you could see the upcoming sequel: Buttered Toast 2: the Legend of Possum Crotch.";
|
||||
|
Loading…
Reference in New Issue
Block a user