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

15 lines
284 B
Plaintext

scene: town_entry
priority: 40
---
select "" key=town_entry/prompt
option "Вернуться к дому" key=town_entry/opt_home -> :home
option "На площадь" key=town_entry/opt_square -> :square
:home
switch_scene home_outside
end
:square
switch_scene town_outskirts
end