[
{
"command": "map",
"map_name": "home",
"width": 20,
"height": 15
},
{
"command": "join",
"character_name": "Andy",
"x": 10,
"y": 8
},
{
"command": "chat",
"character_name": "Andy",
"message": "Huh, what happened here?"
},
{
"command": "join",
"character_name": "Dore",
"x": 12,
"y": 8
},
{
"command": "chat",
"character_name": "Dore",
"message": "My name is Dore, please help me!"
},
{
"command": "magic",
"caster_name": "Andy",
"magic_name": "heal"
},
{
"command": "chat",
"character_name": "Dore",
"message": "Wow, I feel so much better now, thank you!"
},
{
"command": "chat",
"character_name": "Andy",
"message": "No problem, do you want to join me on an adventure?"
},
{
"command": "chat",
"character_name": "Dore",
"message": "Sure, I would love to!"
}
]
[
{
"command": "map",
"map_name": "home",
"width": 20,
"height": 15
},
{
"command": "join",
"character_name": "Andy",
"x": 10,
"y": 8
},
{
"command": "chat",
"character_name": "Andy",
"message": "Huh, what happened here?"
},
{
"command": "join",
"character_name": "Dore",
"x": 12,
"y": 8
},
{
"command": "chat",
"character_name": "Dore",
"message": "My name is Dore, please help me!"
},
{
"command": "magic",
"caster_name": "Andy",
"magic_name": "heal"
},
{
"command": "chat",
"character_name": "Dore",
"message": "Wow, I feel so much better now, thank you!"
},
{
"command": "chat",
"character_name": "Andy",
"message": "No problem, do you want to join me on an adventure?"
},
{
"command": "chat",
"character_name": "Dore",
"message": "Sure, I would love to!"
}
]