jacques/dialogues.lua

13 lines
689 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.

apprehension = dlg{
nam = 'В коридоре',
xdsc = [[На лестницу выбегает взъерошенная {helga:дварфийка}. Она вопросительно смотрит на Джека.]],
obj = {
[1] = 'helga',
[2] = phr ('Я ищу Эндрю Октанта.'),
[3] = phr ('Я хочу поздравить вас с выигрышем мешка золота.'),
[4] = phr ('Я просто зашёл посмотреть, я поброжу и уйду.'),
[5] = phr ('Меня зовут Джек.'),
[6] = phr ('А где хозяева?','"Я - хозяйка." - кажется, что она немного обиделась.'),
}
}