censored/main.lua

22 lines
820 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'
main = room{
nam = 'Почтовый ящик 107. Ул. Елизарова, 76 -- г. Новосибирск, Красный проспект, 23-12',
dsc = "",
obj = {
word_simple('Дорогая'), space, word_simple('мамочка!'), newline,
word_simple('Пишет'), space, word_simple('тебе'), space, word_simple('твой'), space, word_simple('любимый'), space, word_simple('сын'), space, word_simple('Степан.'), newline,
word_simple('Я'), space, word_simple('живу'), space, word_simple('хорошо.'), newline,
signed, 'sign_main'
}
};
sign_main = obj{
nam = 'send',
dsc = txtc(txtu('{ОТПРАВИТЬ}')),
act = true
}