censored/maximov.lua
2011-11-19 12:18:10 +07:00

35 lines
3.7 KiB
Lua
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.

maximov_1 = room{
nam = 'Почтовый ящик 107. -- г. Красноярск, ул. Третьего Призрака 13-2',
dsc = "",
obj = {
sentence(word_simple('Уважаемый'), word_simple('господин'), 'm01s01w03', 'exclamation'), newline,
sentence('m01s02w01', word_simple('с'), word_simple('Сибирским'), word_simple('музеем'), word_simple('действительно'), 'm01s02w07', 'dot'), newline,
sentence(word_simple('После'), word_simple('ошибки'), word_simple('в'), word_simple('приобретении'), word_simple('экспонатов'), word_simple('на'), word_simple('Московской'), word_simple('выставке'),
word_simple('наши'), word_simple('друзья'), word_simple('из'), word_simple('города'), 'm01s03w13', 'm01s03w14', word_simple('к'), 'm01s03w16', word_simple('музейным'), word_simple('работникам'), 'dot'),newline,
sentence(word_simple('Если'), word_simple('вам'), word_simple('так'), word_simple('будет'), word_simple('угодно'), word_simple('посмотреть'), word_simple('на'), word_simple('фрески'), word_simple('Владимирской'),
word_simple('центральной'), word_simple('коллекции'), 'comma', word_simple('я'), word_simple('не'), word_simple('буду'), word_simple('вас'), word_simple('останавливать'), 'dot'),
sentence(word_simple('Пожалуйста'), 'comma', word_simple('продолжайте'), word_simple('общение'), word_simple('с'), word_simple('частными'), word_simple('коллекциями'), 'dot'),newline,
sentence(word_simple('Почему'), word_simple('до'), word_simple('сих'), word_simple('пор'), word_simple('нет'), word_simple('известий'), word_simple('от'), word_simple('Мурманского'), word_simple('филиала'), 'question'),
sentence(word_simple('Наша'), word_simple('маленькая'), word_simple('экспедиционная'), word_simple('группа'), word_simple('давно'), word_simple('должна'), word_simple('была'), word_simple('вернуться'), word_simple('с'), word_simple('новостями'), word_simple('от'), word_simple('эскимосов'), 'dot'),
sentence(word_simple('Я'), word_simple('жду'), word_simple('сувениров'), word_simple('уже'), word_simple('два'), word_simple('месяца'), 'dot'), newline,
sentence(word_simple('Неужели'), word_simple('музейное'), word_simple('дело'), dash, word_simple('такое'), word_simple('сложное'), word_simple('занятие'), 'question'),
sentence(word_simple('Не'), word_simple('вынуждайте'), word_simple('меня'), word_simple('прибегать'), word_simple('к'), word_simple('строгим'), word_simple('мерам'), 'dot'),
sentence(word_simple('Будьте'), word_simple('уверены'), 'colon', word_simple('для'), word_simple('вас'), word_simple('и'), word_simple('всей'), word_simple('вашей'), word_simple('коллегии'), word_simple('это'), word_simple('ничем'), word_simple('хорошим'), word_simple('не'), word_simple('закончится'), 'dot'), newline,
vobj("", txtr('Максим В.')),newline,
signed, 'sign_maximov_1'
}
};
m01s01w03 = word_simple('Цветников')
m01s02w01 = word_simple('Ситуация')
m01s02w07 = word_simple('серьёзна')
m01s03w13 = word_simple('Кирова')
m01s03w14 = word_simple('обратились')
m01s03w16 = word_simple('другим')
sign_maximov_1 = obj{
nam = 'send',
dsc = txtc(txtu('{ОТПРАВИТЬ}')),
act = function()
return true;
end,
}