1
0
Fork 0
inform6_examination/english.inf

57 lines
1.2 KiB
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' 'teapot' 'pot',
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;
Object coffeepot "coffee pot" gallery
with name 'coffeepot' 'coffee' 'pot',
describe [;
"To the right there is a coffee pot.";
],
description [;
print "This doesn't look like part of the exhibition.";
],
has static male;