1
0
Fork 0
inform6_examination/source.inf

48 lines
1.4 KiB
INI
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Constant MANUAL_PRONOUNS;
Constant Story "Галерея";
Constant Headline "^Тест Информа.^";
Include "Parser";
Include "VerbLib";
Include "./examine_ru";
[ Initialise;
location = gallery;
"^^Ни один уважающий себя фотограф не может пройти мимо выставки
«Парсер 2019». По крайней мере, в этом убеждал вас организатор.";
];
Object gallery "Выставочный зал"
with description
"Вы стоите в маленьком зале.",
has light;
Object photo "маленьк/ое фото/" gallery
with name 'маленьк' 'фото',
describe [;
"Перед вами стоит маленькое фото.";
],
description [;
print "На маленькой фотографии изображён мужчина с клавиатурой.
Он сосредоточенно что-то печатает.";
],
has static neuter;
Object teapot "глинян/ый чайник/" gallery
with name 'глин' 'чай',
describe [;
"Слева от фото выставлен невысокий глиняный чайник.";
],
description [;
print "По легендам, древние писатели пили много чая.
Они верили, что это поможет им понять Информ.";
],
has static male;
Include "RussiaG";