Files
questlang/examples/locations.ql

18 lines
420 B
Plaintext
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.
модуль Локации;
узлы {
лес: {
тип: концовка;
название: "Лес";
описание: "Вы пришли в лес и наслаждаетесь природой";
}
гора: {
тип: концовка;
название: "Гора";
описание: "Вы поднялись на гору и любуетесь видом";
}
}
экспорт [лес, гора];