censored/main.lua

28 lines
721 B
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.

-- $Name: Вырезано цензурой$
instead_version "1.5.2"
game.codepage="UTF-8";
require 'para'
require 'dash'
dofile 'engine.lua'
dofile 'maximov.lua'
dofile 'newspaper.lua'
main = room{
nam = 'Почтовый ящик 107. Ул. Елизарова, 76 -- г. Новосибирск, Красный проспект, 23-12',
--_enabled = 0,
--_words = 0,
dsc = "",
obj = {
sentence("Дорогая мамочка!^^"),
sentence("Пишет тебе твой любимый сын Степан.^^"),
sentence('Я живу хорошо.^^'),
signed, 'sign_main'
}
};
sign_main = obj{
nam = 'send',
dsc = txtc(txtu('{ОТПРАВИТЬ}')),
act = function()
return goto('maximov_1');
end,
}