Files
mod_core/scenarios/town/town_outskirts_default.scenario
T
2026-09-10 10:59:36 +03:00

15 lines
282 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.
scene: town_outskirts
priority: 10
---
select "" key=town_outskirts/prompt
option "Вернуться к дому" key=town_outskirts/opt_home -> :home
option "В лес" key=town_outskirts/opt_forest -> :forest
:home
switch_scene home_outside
end
:forest
switch_scene forest
end