16 lines
308 B
TOML
16 lines
308 B
TOML
interact = [
|
|
]
|
|
npc = [
|
|
[ 15, 33, "J", "uid", "object", "movement_behavior", "red_yellow" ]
|
|
]
|
|
map_script = """
|
|
"""
|
|
[npc_movements]
|
|
movement_behavior = ['w']
|
|
|
|
[objects]
|
|
object = """
|
|
dialog('Jjakke', qq(Testing, testing. Line one!));
|
|
dialog('Jjakke', qq(Line two!!));
|
|
dialog('Jjakke', qq(Line three));
|
|
"""
|