1
0
Fork 0
inform6_examination/english.inf

45 lines
1,011 B
INI

Constant Story "Gallery";
Constant Headline "^Inform test.^";
Release 1;
Include "parser";
Include "verblib";
Include "./examine_en";
Include "grammar";
[ Initialise;
location = gallery;
"^^Every photographer worth his salet has to visit „Parser 2019“ gallery.
At least that's what the organizer told you.";
];
Object gallery "Gallery room"
with description
"You are standing in a small room.",
has light;
Object photo "small photo" gallery
with name 'small' 'photo' 'card',
describe [;
"There is a small photo on the wall before you.";
],
description [;
print "The photo depicts a man with a keyboard. He's typing something.";
],
has static neuter;
Object teapot "clay teapot" gallery
with name 'clay' 'tea',
describe [;
"To the left of it stands a clay teapot.";
],
description [;
print "Legends say the old writers drank a lot of tea.
They believed this would help them learn the ways of Inform.";
],
has static male;