15 lines
239 B
TOML
15 lines
239 B
TOML
|
interact = [
|
||
|
[23,79, "east_exit"],
|
||
|
[ 7, 1, "mountain_village"]
|
||
|
]
|
||
|
npc = [
|
||
|
]
|
||
|
map_script = """
|
||
|
"""
|
||
|
[npc_movements]
|
||
|
none = ['w']
|
||
|
|
||
|
[objects]
|
||
|
east_exit = "teleport('worldmap', 15, 34)"
|
||
|
mountain_village = "teleport('mountain_village', 11, 77)"
|