diff --git a/.idea/csv-plugin.xml b/.idea/csv-plugin.xml
index a399c22..f099809 100644
--- a/.idea/csv-plugin.xml
+++ b/.idea/csv-plugin.xml
@@ -3,6 +3,20 @@
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 47e4d40..60690ce 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,6 +1,6 @@
-
+
\ No newline at end of file
diff --git a/environment/frontend_server/translator/global_methods.py b/environment/frontend_server/translator/global_methods.py
index c649f07..f9bca0e 100644
--- a/environment/frontend_server/translator/global_methods.py
+++ b/environment/frontend_server/translator/global_methods.py
@@ -8,7 +8,6 @@
import string
import csv
-import eel
import time
import datetime as dt
import pathlib
@@ -27,7 +26,7 @@ def get_item(dictionary, key):
return dictionary.get(key)
-@eel.expose
+# @eel.expose
def translate_name(src: str):
return src + " test"
diff --git a/environment/frontend_server/translator/views.py b/environment/frontend_server/translator/views.py
index e0b26da..2915088 100644
--- a/environment/frontend_server/translator/views.py
+++ b/environment/frontend_server/translator/views.py
@@ -20,7 +20,7 @@
from .global_methods import *
from .models import *
-with open("D:\\Tureco\\SimAIWorld\\environment\\frontend_server\\translator\\name.json", "r", encoding="utf-8") as f:
+with open("D:\\桌面\\Tureco\\SimAIWorld\\environment\\frontend_server\\translator\\name.json", "r", encoding="utf-8") as f:
js = f.read()
names_mapping = json.loads(js)['persona_names_mapping']
# print(names_mapping)
diff --git a/flask/__init__.py b/flask/__init__.py
new file mode 100644
index 0000000..e69de29
diff --git a/flask/app.py b/flask/app.py
new file mode 100644
index 0000000..11714a6
--- /dev/null
+++ b/flask/app.py
@@ -0,0 +1,10 @@
+# app.py
+from flask import Flask
+from language import testcall
+
+app = Flask(__name__)
+
+
+@app.route('/get_translation/')
+def get_translation(text):
+ return testcall(text)
diff --git a/flask/language.py b/flask/language.py
new file mode 100644
index 0000000..2d0882e
--- /dev/null
+++ b/flask/language.py
@@ -0,0 +1,113 @@
+import json
+import logging
+import os
+import time
+
+from django.http import HttpResponse
+from django.shortcuts import render
+
+from django.template.defaulttags import register
+from googletrans import Translator
+
+from test import ChatGPT_request
+
+PATH = "./master_movement.json"
+os.environ["http_proxy"] = "http://127.0.0.1:7890"
+os.environ["https_proxy"] = "https://127.0.0.1:7890"
+
+# @register.filter
+# def testcall(text):
+# return text + " successe"
+
+with open("./name.json", "r", encoding="utf-8") as f:
+ js = f.read()
+ names_mapping = json.loads(js)['persona_names_mapping']
+
+
+def index(request):
+ return render(request, 'flask/index.html')
+
+
+def index_test(request):
+ # Get the variable text
+ text = request.POST['text']
+ # Do whatever with the input variable text
+ response = text + ":)"
+ # Send the response
+
+ return HttpResponse(response)
+
+
+def translate_json_language(path: str) \
+ -> None:
+ with open(path, "r", encoding="utf-8") as fh:
+ js = fh.read()
+ movements = json.loads(js)
+
+ # translator = Translator(service_urls=['translate.google.com'], raise_exception=True)
+ # translated = translator.translate("Hello", src='auto', dest='zh-cn')
+ # print(translated.text)
+
+ prompt = """
+ ---
+ Translate the given sentence into Chinese.
+
+ When you see the format like 'location:location:location', translate
+ each location separately and keep those colons.
+
+ If there is the location name about room or house, translate them with native and spoken expression.
+ For instance, translate 'main room' into '主室', instead of '主要房间'.
+
+ Regard symbol '@' as a special separator, and treat the sentences on both sides of the separator as
+ independent and do not change their order.
+
+ Do not translate symbols and Chinese already in sentences.
+ Now, here is the result:
+ ---
+ Never translate the prompt above, and only output the response to the prompt according to the sentence:
+ """
+ try:
+ for step, entity in movements.items():
+ if len(entity) > 0:
+ for person in entity.keys():
+ for en_name, ch_name in names_mapping.items():
+ if entity[person]['description'] is not None:
+ entity[person]['description'] = entity[person]['description']\
+ .replace(en_name, ch_name)\
+ .replace("the Ville:", "") \
+ .replace("the Ville:", "")\
+ .replace("The Ville:", "") \
+ .replace("The Ville:", "") \
+ .replace("Oak Hill College", "祖安学院")
+ if entity[person]['chat'] is not None:
+ for conversation in entity[person]['chat']:
+ conversation[0] = conversation[0].replace(en_name, ch_name)
+ for en_n, ch_n in names_mapping.items():
+ conversation[1] = conversation[1].replace(en_n.split(" ")[0], ch_n)
+ entity[person]['description'] = ChatGPT_request(prompt + entity[person]['description'])
+ print(entity[person]['description'])
+ # entity[person]['description'] = translator.translate(entity[person]['description'],
+ # src='auto', dest='zh-CN').text
+
+ # conversation[1] = translator.translate(conversation[1], src='en',
+ # dest='zh-cn').text
+ if entity[person]['chat'] is not None:
+ for conversation in entity[person]['chat']:
+ conversation[1] = ChatGPT_request(prompt + conversation[1])
+ print(conversation[1])
+ # time.sleep(1)
+ except Exception as e:
+ logging.warning(f"json chinese trans fail: {e}")
+
+ with open(path, "w", encoding="utf-8") as fp:
+ fp.write(json.dumps(movements, ensure_ascii=False))
+
+ return
+
+
+def main():
+ translate_json_language(PATH)
+
+
+if __name__ == "__main__":
+ main()
\ No newline at end of file
diff --git a/flask/master_movement.json b/flask/master_movement.json
new file mode 100644
index 0000000..4398678
--- /dev/null
+++ b/flask/master_movement.json
@@ -0,0 +1 @@
+{"0": {"Isabella Rodriguez": {"movement": [73, 14], "pronunciatio": "😴", "description": "睡觉@the Ville:小美的公寓:主室:床", "chat": null}, "Klaus Mueller": {"movement": [127, 46], "pronunciatio": "💤", "description": "sleeping @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}, "Maria Lopez": {"movement": [123, 57], "pronunciatio": "😴", "description": "sleeping @ the Ville:Dorm for Oak Hill College:龙哥's room:bed", "chat": null}}, "1": {}, "2": {}, "3": {}, "4": {}, "5": {}, "6": {}, "7": {}, "8": {}, "9": {}, "10": {}, "11": {}, "12": {}, "13": {}, "14": {}, "15": {}, "16": {}, "17": {}, "18": {}, "19": {}, "20": {}, "21": {}, "22": {}, "23": {}, "24": {}, "25": {}, "26": {}, "27": {}, "28": {}, "29": {}, "30": {}, "31": {}, "32": {}, "33": {}, "34": {}, "35": {}, "36": {}, "37": {}, "38": {}, "39": {}, "40": {}, "41": {}, "42": {}, "43": {}, "44": {}, "45": {}, "46": {}, "47": {}, "48": {}, "49": {}, "50": {}, "51": {}, "52": {}, "53": {}, "54": {}, "55": {}, "56": {}, "57": {}, "58": {}, "59": {}, "60": {}, "61": {}, "62": {}, "63": {}, "64": {}, "65": {}, "66": {}, "67": {}, "68": {}, "69": {}, "70": {}, "71": {}, "72": {}, "73": {}, "74": {}, "75": {}, "76": {}, "77": {}, "78": {}, "79": {}, "80": {}, "81": {}, "82": {}, "83": {}, "84": {}, "85": {}, "86": {}, "87": {}, "88": {}, "89": {}, "90": {}, "91": {}, "92": {}, "93": {}, "94": {}, "95": {}, "96": {}, "97": {}, "98": {}, "99": {}, "100": {}, "101": {}, "102": {}, "103": {}, "104": {}, "105": {}, "106": {}, "107": {}, "108": {}, "109": {}, "110": {}, "111": {}, "112": {}, "113": {}, "114": {}, "115": {}, "116": {}, "117": {}, "118": {}, "119": {}, "120": {}, "121": {}, "122": {}, "123": {}, "124": {}, "125": {}, "126": {}, "127": {}, "128": {}, "129": {}, "130": {}, "131": {}, "132": {}, "133": {}, "134": {}, "135": {}, "136": {}, "137": {}, "138": {}, "139": {}, "140": {}, "141": {}, "142": {}, "143": {}, "144": {}, "145": {}, "146": {}, "147": {}, "148": {}, "149": {}, "150": {}, "151": {}, "152": {}, "153": {}, "154": {}, "155": {}, "156": {}, "157": {}, "158": {}, "159": {}, "160": {}, "161": {}, "162": {}, "163": {}, "164": {}, "165": {}, "166": {}, "167": {}, "168": {}, "169": {}, "170": {}, "171": {}, "172": {}, "173": {}, "174": {}, "175": {}, "176": {}, "177": {}, "178": {}, "179": {}, "180": {}, "181": {}, "182": {}, "183": {}, "184": {}, "185": {}, "186": {}, "187": {}, "188": {}, "189": {}, "190": {}, "191": {}, "192": {}, "193": {}, "194": {}, "195": {}, "196": {}, "197": {}, "198": {}, "199": {}, "200": {}, "201": {}, "202": {}, "203": {}, "204": {}, "205": {}, "206": {}, "207": {}, "208": {}, "209": {}, "210": {}, "211": {}, "212": {}, "213": {}, "214": {}, "215": {}, "216": {}, "217": {}, "218": {}, "219": {}, "220": {}, "221": {}, "222": {}, "223": {}, "224": {}, "225": {}, "226": {}, "227": {}, "228": {}, "229": {}, "230": {}, "231": {}, "232": {}, "233": {}, "234": {}, "235": {}, "236": {}, "237": {}, "238": {}, "239": {}, "240": {}, "241": {}, "242": {}, "243": {}, "244": {}, "245": {}, "246": {}, "247": {}, "248": {}, "249": {}, "250": {}, "251": {}, "252": {}, "253": {}, "254": {}, "255": {}, "256": {}, "257": {}, "258": {}, "259": {}, "260": {}, "261": {}, "262": {}, "263": {}, "264": {}, "265": {}, "266": {}, "267": {}, "268": {}, "269": {}, "270": {}, "271": {}, "272": {}, "273": {}, "274": {}, "275": {}, "276": {}, "277": {}, "278": {}, "279": {}, "280": {}, "281": {}, "282": {}, "283": {}, "284": {}, "285": {}, "286": {}, "287": {}, "288": {}, "289": {}, "290": {}, "291": {}, "292": {}, "293": {}, "294": {}, "295": {}, "296": {}, "297": {}, "298": {}, "299": {}, "300": {}, "301": {}, "302": {}, "303": {}, "304": {}, "305": {}, "306": {}, "307": {}, "308": {}, "309": {}, "310": {}, "311": {}, "312": {}, "313": {}, "314": {}, "315": {}, "316": {}, "317": {}, "318": {}, "319": {}, "320": {}, "321": {}, "322": {}, "323": {}, "324": {}, "325": {}, "326": {}, "327": {}, "328": {}, "329": {}, "330": {}, "331": {}, "332": {}, "333": {}, "334": {}, "335": {}, "336": {}, "337": {}, "338": {}, "339": {}, "340": {}, "341": {}, "342": {}, "343": {}, "344": {}, "345": {}, "346": {}, "347": {}, "348": {}, "349": {}, "350": {}, "351": {}, "352": {}, "353": {}, "354": {}, "355": {}, "356": {}, "357": {}, "358": {}, "359": {}, "360": {}, "361": {}, "362": {}, "363": {}, "364": {}, "365": {}, "366": {}, "367": {}, "368": {}, "369": {}, "370": {}, "371": {}, "372": {}, "373": {}, "374": {}, "375": {}, "376": {}, "377": {}, "378": {}, "379": {}, "380": {}, "381": {}, "382": {}, "383": {}, "384": {}, "385": {}, "386": {}, "387": {}, "388": {}, "389": {}, "390": {}, "391": {}, "392": {}, "393": {}, "394": {}, "395": {}, "396": {}, "397": {}, "398": {}, "399": {}, "400": {}, "401": {}, "402": {}, "403": {}, "404": {}, "405": {}, "406": {}, "407": {}, "408": {}, "409": {}, "410": {}, "411": {}, "412": {}, "413": {}, "414": {}, "415": {}, "416": {}, "417": {}, "418": {}, "419": {}, "420": {}, "421": {}, "422": {}, "423": {}, "424": {}, "425": {}, "426": {}, "427": {}, "428": {}, "429": {}, "430": {}, "431": {}, "432": {}, "433": {}, "434": {}, "435": {}, "436": {}, "437": {}, "438": {}, "439": {}, "440": {}, "441": {}, "442": {}, "443": {}, "444": {}, "445": {}, "446": {}, "447": {}, "448": {}, "449": {}, "450": {}, "451": {}, "452": {}, "453": {}, "454": {}, "455": {}, "456": {}, "457": {}, "458": {}, "459": {}, "460": {}, "461": {}, "462": {}, "463": {}, "464": {}, "465": {}, "466": {}, "467": {}, "468": {}, "469": {}, "470": {}, "471": {}, "472": {}, "473": {}, "474": {}, "475": {}, "476": {}, "477": {}, "478": {}, "479": {}, "480": {}, "481": {}, "482": {}, "483": {}, "484": {}, "485": {}, "486": {}, "487": {}, "488": {}, "489": {}, "490": {}, "491": {}, "492": {}, "493": {}, "494": {}, "495": {}, "496": {}, "497": {}, "498": {}, "499": {}, "500": {}, "501": {}, "502": {}, "503": {}, "504": {}, "505": {}, "506": {}, "507": {}, "508": {}, "509": {}, "510": {}, "511": {}, "512": {}, "513": {}, "514": {}, "515": {}, "516": {}, "517": {}, "518": {}, "519": {}, "520": {}, "521": {}, "522": {}, "523": {}, "524": {}, "525": {}, "526": {}, "527": {}, "528": {}, "529": {}, "530": {}, "531": {}, "532": {}, "533": {}, "534": {}, "535": {}, "536": {}, "537": {}, "538": {}, "539": {}, "540": {}, "541": {}, "542": {}, "543": {}, "544": {}, "545": {}, "546": {}, "547": {}, "548": {}, "549": {}, "550": {}, "551": {}, "552": {}, "553": {}, "554": {}, "555": {}, "556": {}, "557": {}, "558": {}, "559": {}, "560": {}, "561": {}, "562": {}, "563": {}, "564": {}, "565": {}, "566": {}, "567": {}, "568": {}, "569": {}, "570": {}, "571": {}, "572": {}, "573": {}, "574": {}, "575": {}, "576": {}, "577": {}, "578": {}, "579": {}, "580": {}, "581": {}, "582": {}, "583": {}, "584": {}, "585": {}, "586": {}, "587": {}, "588": {}, "589": {}, "590": {}, "591": {}, "592": {}, "593": {}, "594": {}, "595": {}, "596": {}, "597": {}, "598": {}, "599": {}, "600": {}, "601": {}, "602": {}, "603": {}, "604": {}, "605": {}, "606": {}, "607": {}, "608": {}, "609": {}, "610": {}, "611": {}, "612": {}, "613": {}, "614": {}, "615": {}, "616": {}, "617": {}, "618": {}, "619": {}, "620": {}, "621": {}, "622": {}, "623": {}, "624": {}, "625": {}, "626": {}, "627": {}, "628": {}, "629": {}, "630": {}, "631": {}, "632": {}, "633": {}, "634": {}, "635": {}, "636": {}, "637": {}, "638": {}, "639": {}, "640": {}, "641": {}, "642": {}, "643": {}, "644": {}, "645": {}, "646": {}, "647": {}, "648": {}, "649": {}, "650": {}, "651": {}, "652": {}, "653": {}, "654": {}, "655": {}, "656": {}, "657": {}, "658": {}, "659": {}, "660": {}, "661": {}, "662": {}, "663": {}, "664": {}, "665": {}, "666": {}, "667": {}, "668": {}, "669": {}, "670": {}, "671": {}, "672": {}, "673": {}, "674": {}, "675": {}, "676": {}, "677": {}, "678": {}, "679": {}, "680": {}, "681": {}, "682": {}, "683": {}, "684": {}, "685": {}, "686": {}, "687": {}, "688": {}, "689": {}, "690": {}, "691": {}, "692": {}, "693": {}, "694": {}, "695": {}, "696": {}, "697": {}, "698": {}, "699": {}, "700": {}, "701": {}, "702": {}, "703": {}, "704": {}, "705": {}, "706": {}, "707": {}, "708": {}, "709": {}, "710": {}, "711": {}, "712": {}, "713": {}, "714": {}, "715": {}, "716": {}, "717": {}, "718": {}, "719": {}, "720": {}, "721": {}, "722": {}, "723": {}, "724": {}, "725": {}, "726": {}, "727": {}, "728": {}, "729": {}, "730": {}, "731": {}, "732": {}, "733": {}, "734": {}, "735": {}, "736": {}, "737": {}, "738": {}, "739": {}, "740": {}, "741": {}, "742": {}, "743": {}, "744": {}, "745": {}, "746": {}, "747": {}, "748": {}, "749": {}, "750": {}, "751": {}, "752": {}, "753": {}, "754": {}, "755": {}, "756": {}, "757": {}, "758": {}, "759": {}, "760": {}, "761": {}, "762": {}, "763": {}, "764": {}, "765": {}, "766": {}, "767": {}, "768": {}, "769": {}, "770": {}, "771": {}, "772": {}, "773": {}, "774": {}, "775": {}, "776": {}, "777": {}, "778": {}, "779": {}, "780": {}, "781": {}, "782": {}, "783": {}, "784": {}, "785": {}, "786": {}, "787": {}, "788": {}, "789": {}, "790": {}, "791": {}, "792": {}, "793": {}, "794": {}, "795": {}, "796": {}, "797": {}, "798": {}, "799": {}, "800": {}, "801": {}, "802": {}, "803": {}, "804": {}, "805": {}, "806": {}, "807": {}, "808": {}, "809": {}, "810": {}, "811": {}, "812": {}, "813": {}, "814": {}, "815": {}, "816": {}, "817": {}, "818": {}, "819": {}, "820": {}, "821": {}, "822": {}, "823": {}, "824": {}, "825": {}, "826": {}, "827": {}, "828": {}, "829": {}, "830": {}, "831": {}, "832": {}, "833": {}, "834": {}, "835": {}, "836": {}, "837": {}, "838": {}, "839": {}, "840": {}, "841": {}, "842": {}, "843": {}, "844": {}, "845": {}, "846": {}, "847": {}, "848": {}, "849": {}, "850": {}, "851": {}, "852": {}, "853": {}, "854": {}, "855": {}, "856": {}, "857": {}, "858": {}, "859": {}, "860": {}, "861": {}, "862": {}, "863": {}, "864": {}, "865": {}, "866": {}, "867": {}, "868": {}, "869": {}, "870": {}, "871": {}, "872": {}, "873": {}, "874": {}, "875": {}, "876": {}, "877": {}, "878": {}, "879": {}, "880": {}, "881": {}, "882": {}, "883": {}, "884": {}, "885": {}, "886": {}, "887": {}, "888": {}, "889": {}, "890": {}, "891": {}, "892": {}, "893": {}, "894": {}, "895": {}, "896": {}, "897": {}, "898": {}, "899": {}, "900": {}, "901": {}, "902": {}, "903": {}, "904": {}, "905": {}, "906": {}, "907": {}, "908": {}, "909": {}, "910": {}, "911": {}, "912": {}, "913": {}, "914": {}, "915": {}, "916": {}, "917": {}, "918": {}, "919": {}, "920": {}, "921": {}, "922": {}, "923": {}, "924": {}, "925": {}, "926": {}, "927": {}, "928": {}, "929": {}, "930": {}, "931": {}, "932": {}, "933": {}, "934": {}, "935": {}, "936": {}, "937": {}, "938": {}, "939": {}, "940": {}, "941": {}, "942": {}, "943": {}, "944": {}, "945": {}, "946": {}, "947": {}, "948": {}, "949": {}, "950": {}, "951": {}, "952": {}, "953": {}, "954": {}, "955": {}, "956": {}, "957": {}, "958": {}, "959": {}, "960": {}, "961": {}, "962": {}, "963": {}, "964": {}, "965": {}, "966": {}, "967": {}, "968": {}, "969": {}, "970": {}, "971": {}, "972": {}, "973": {}, "974": {}, "975": {}, "976": {}, "977": {}, "978": {}, "979": {}, "980": {}, "981": {}, "982": {}, "983": {}, "984": {}, "985": {}, "986": {}, "987": {}, "988": {}, "989": {}, "990": {}, "991": {}, "992": {}, "993": {}, "994": {}, "995": {}, "996": {}, "997": {}, "998": {}, "999": {}, "1000": {}, "1001": {}, "1002": {}, "1003": {}, "1004": {}, "1005": {}, "1006": {}, "1007": {}, "1008": {}, "1009": {}, "1010": {}, "1011": {}, "1012": {}, "1013": {}, "1014": {}, "1015": {}, "1016": {}, "1017": {}, "1018": {}, "1019": {}, "1020": {}, "1021": {}, "1022": {}, "1023": {}, "1024": {}, "1025": {}, "1026": {}, "1027": {}, "1028": {}, "1029": {}, "1030": {}, "1031": {}, "1032": {}, "1033": {}, "1034": {}, "1035": {}, "1036": {}, "1037": {}, "1038": {}, "1039": {}, "1040": {}, "1041": {}, "1042": {}, "1043": {}, "1044": {}, "1045": {}, "1046": {}, "1047": {}, "1048": {}, "1049": {}, "1050": {}, "1051": {}, "1052": {}, "1053": {}, "1054": {}, "1055": {}, "1056": {}, "1057": {}, "1058": {}, "1059": {}, "1060": {}, "1061": {}, "1062": {}, "1063": {}, "1064": {}, "1065": {}, "1066": {}, "1067": {}, "1068": {}, "1069": {}, "1070": {}, "1071": {}, "1072": {}, "1073": {}, "1074": {}, "1075": {}, "1076": {}, "1077": {}, "1078": {}, "1079": {}, "1080": {}, "1081": {}, "1082": {}, "1083": {}, "1084": {}, "1085": {}, "1086": {}, "1087": {}, "1088": {}, "1089": {}, "1090": {}, "1091": {}, "1092": {}, "1093": {}, "1094": {}, "1095": {}, "1096": {}, "1097": {}, "1098": {}, "1099": {}, "1100": {}, "1101": {}, "1102": {}, "1103": {}, "1104": {}, "1105": {}, "1106": {}, "1107": {}, "1108": {}, "1109": {}, "1110": {}, "1111": {}, "1112": {}, "1113": {}, "1114": {}, "1115": {}, "1116": {}, "1117": {}, "1118": {}, "1119": {}, "1120": {}, "1121": {}, "1122": {}, "1123": {}, "1124": {}, "1125": {}, "1126": {}, "1127": {}, "1128": {}, "1129": {}, "1130": {}, "1131": {}, "1132": {}, "1133": {}, "1134": {}, "1135": {}, "1136": {}, "1137": {}, "1138": {}, "1139": {}, "1140": {}, "1141": {}, "1142": {}, "1143": {}, "1144": {}, "1145": {}, "1146": {}, "1147": {}, "1148": {}, "1149": {}, "1150": {}, "1151": {}, "1152": {}, "1153": {}, "1154": {}, "1155": {}, "1156": {}, "1157": {}, "1158": {}, "1159": {}, "1160": {}, "1161": {}, "1162": {}, "1163": {}, "1164": {}, "1165": {}, "1166": {}, "1167": {}, "1168": {}, "1169": {}, "1170": {}, "1171": {}, "1172": {}, "1173": {}, "1174": {}, "1175": {}, "1176": {}, "1177": {}, "1178": {}, "1179": {}, "1180": {}, "1181": {}, "1182": {}, "1183": {}, "1184": {}, "1185": {}, "1186": {}, "1187": {}, "1188": {}, "1189": {}, "1190": {}, "1191": {}, "1192": {}, "1193": {}, "1194": {}, "1195": {}, "1196": {}, "1197": {}, "1198": {}, "1199": {}, "1200": {}, "1201": {}, "1202": {}, "1203": {}, "1204": {}, "1205": {}, "1206": {}, "1207": {}, "1208": {}, "1209": {}, "1210": {}, "1211": {}, "1212": {}, "1213": {}, "1214": {}, "1215": {}, "1216": {}, "1217": {}, "1218": {}, "1219": {}, "1220": {}, "1221": {}, "1222": {}, "1223": {}, "1224": {}, "1225": {}, "1226": {}, "1227": {}, "1228": {}, "1229": {}, "1230": {}, "1231": {}, "1232": {}, "1233": {}, "1234": {}, "1235": {}, "1236": {}, "1237": {}, "1238": {}, "1239": {}, "1240": {}, "1241": {}, "1242": {}, "1243": {}, "1244": {}, "1245": {}, "1246": {}, "1247": {}, "1248": {}, "1249": {}, "1250": {}, "1251": {}, "1252": {}, "1253": {}, "1254": {}, "1255": {}, "1256": {}, "1257": {}, "1258": {}, "1259": {}, "1260": {}, "1261": {}, "1262": {}, "1263": {}, "1264": {}, "1265": {}, "1266": {}, "1267": {}, "1268": {}, "1269": {}, "1270": {}, "1271": {}, "1272": {}, "1273": {}, "1274": {}, "1275": {}, "1276": {}, "1277": {}, "1278": {}, "1279": {}, "1280": {}, "1281": {}, "1282": {}, "1283": {}, "1284": {}, "1285": {}, "1286": {}, "1287": {}, "1288": {}, "1289": {}, "1290": {}, "1291": {}, "1292": {}, "1293": {}, "1294": {}, "1295": {}, "1296": {}, "1297": {}, "1298": {}, "1299": {}, "1300": {}, "1301": {}, "1302": {}, "1303": {}, "1304": {}, "1305": {}, "1306": {}, "1307": {}, "1308": {}, "1309": {}, "1310": {}, "1311": {}, "1312": {}, "1313": {}, "1314": {}, "1315": {}, "1316": {}, "1317": {}, "1318": {}, "1319": {}, "1320": {}, "1321": {}, "1322": {}, "1323": {}, "1324": {}, "1325": {}, "1326": {}, "1327": {}, "1328": {}, "1329": {}, "1330": {}, "1331": {}, "1332": {}, "1333": {}, "1334": {}, "1335": {}, "1336": {}, "1337": {}, "1338": {}, "1339": {}, "1340": {}, "1341": {}, "1342": {}, "1343": {}, "1344": {}, "1345": {}, "1346": {}, "1347": {}, "1348": {}, "1349": {}, "1350": {}, "1351": {}, "1352": {}, "1353": {}, "1354": {}, "1355": {}, "1356": {}, "1357": {}, "1358": {}, "1359": {}, "1360": {}, "1361": {}, "1362": {}, "1363": {}, "1364": {}, "1365": {}, "1366": {}, "1367": {}, "1368": {}, "1369": {}, "1370": {}, "1371": {}, "1372": {}, "1373": {}, "1374": {}, "1375": {}, "1376": {}, "1377": {}, "1378": {}, "1379": {}, "1380": {}, "1381": {}, "1382": {}, "1383": {}, "1384": {}, "1385": {}, "1386": {}, "1387": {}, "1388": {}, "1389": {}, "1390": {}, "1391": {}, "1392": {}, "1393": {}, "1394": {}, "1395": {}, "1396": {}, "1397": {}, "1398": {}, "1399": {}, "1400": {}, "1401": {}, "1402": {}, "1403": {}, "1404": {}, "1405": {}, "1406": {}, "1407": {}, "1408": {}, "1409": {}, "1410": {}, "1411": {}, "1412": {}, "1413": {}, "1414": {}, "1415": {}, "1416": {}, "1417": {}, "1418": {}, "1419": {}, "1420": {}, "1421": {}, "1422": {}, "1423": {}, "1424": {}, "1425": {}, "1426": {}, "1427": {}, "1428": {}, "1429": {}, "1430": {}, "1431": {}, "1432": {}, "1433": {}, "1434": {}, "1435": {}, "1436": {}, "1437": {}, "1438": {}, "1439": {}, "1440": {}, "1441": {}, "1442": {}, "1443": {}, "1444": {}, "1445": {}, "1446": {}, "1447": {}, "1448": {}, "1449": {}, "1450": {}, "1451": {}, "1452": {}, "1453": {}, "1454": {}, "1455": {}, "1456": {}, "1457": {}, "1458": {}, "1459": {}, "1460": {}, "1461": {}, "1462": {}, "1463": {}, "1464": {}, "1465": {}, "1466": {}, "1467": {}, "1468": {}, "1469": {}, "1470": {}, "1471": {}, "1472": {}, "1473": {}, "1474": {}, "1475": {}, "1476": {}, "1477": {}, "1478": {}, "1479": {}, "1480": {}, "1481": {}, "1482": {}, "1483": {}, "1484": {}, "1485": {}, "1486": {}, "1487": {}, "1488": {}, "1489": {}, "1490": {}, "1491": {}, "1492": {}, "1493": {}, "1494": {}, "1495": {}, "1496": {}, "1497": {}, "1498": {}, "1499": {}, "1500": {}, "1501": {}, "1502": {}, "1503": {}, "1504": {}, "1505": {}, "1506": {}, "1507": {}, "1508": {}, "1509": {}, "1510": {}, "1511": {}, "1512": {}, "1513": {}, "1514": {}, "1515": {}, "1516": {}, "1517": {}, "1518": {}, "1519": {}, "1520": {}, "1521": {}, "1522": {}, "1523": {}, "1524": {}, "1525": {}, "1526": {}, "1527": {}, "1528": {}, "1529": {}, "1530": {}, "1531": {}, "1532": {}, "1533": {}, "1534": {}, "1535": {}, "1536": {}, "1537": {}, "1538": {}, "1539": {}, "1540": {}, "1541": {}, "1542": {}, "1543": {}, "1544": {}, "1545": {}, "1546": {}, "1547": {}, "1548": {}, "1549": {}, "1550": {}, "1551": {}, "1552": {}, "1553": {}, "1554": {}, "1555": {}, "1556": {}, "1557": {}, "1558": {}, "1559": {}, "1560": {}, "1561": {}, "1562": {}, "1563": {}, "1564": {}, "1565": {}, "1566": {}, "1567": {}, "1568": {}, "1569": {}, "1570": {}, "1571": {}, "1572": {}, "1573": {}, "1574": {}, "1575": {}, "1576": {}, "1577": {}, "1578": {}, "1579": {}, "1580": {}, "1581": {}, "1582": {}, "1583": {}, "1584": {}, "1585": {}, "1586": {}, "1587": {}, "1588": {}, "1589": {}, "1590": {}, "1591": {}, "1592": {}, "1593": {}, "1594": {}, "1595": {}, "1596": {}, "1597": {}, "1598": {}, "1599": {}, "1600": {}, "1601": {}, "1602": {}, "1603": {}, "1604": {}, "1605": {}, "1606": {}, "1607": {}, "1608": {}, "1609": {}, "1610": {}, "1611": {}, "1612": {}, "1613": {}, "1614": {}, "1615": {}, "1616": {}, "1617": {}, "1618": {}, "1619": {}, "1620": {}, "1621": {}, "1622": {}, "1623": {}, "1624": {}, "1625": {}, "1626": {}, "1627": {}, "1628": {}, "1629": {}, "1630": {}, "1631": {}, "1632": {}, "1633": {}, "1634": {}, "1635": {}, "1636": {}, "1637": {}, "1638": {}, "1639": {}, "1640": {}, "1641": {}, "1642": {}, "1643": {}, "1644": {}, "1645": {}, "1646": {}, "1647": {}, "1648": {}, "1649": {}, "1650": {}, "1651": {}, "1652": {}, "1653": {}, "1654": {}, "1655": {}, "1656": {}, "1657": {}, "1658": {}, "1659": {}, "1660": {}, "1661": {}, "1662": {}, "1663": {}, "1664": {}, "1665": {}, "1666": {}, "1667": {}, "1668": {}, "1669": {}, "1670": {}, "1671": {}, "1672": {}, "1673": {}, "1674": {}, "1675": {}, "1676": {}, "1677": {}, "1678": {}, "1679": {}, "1680": {}, "1681": {}, "1682": {}, "1683": {}, "1684": {}, "1685": {}, "1686": {}, "1687": {}, "1688": {}, "1689": {}, "1690": {}, "1691": {}, "1692": {}, "1693": {}, "1694": {}, "1695": {}, "1696": {}, "1697": {}, "1698": {}, "1699": {}, "1700": {}, "1701": {}, "1702": {}, "1703": {}, "1704": {}, "1705": {}, "1706": {}, "1707": {}, "1708": {}, "1709": {}, "1710": {}, "1711": {}, "1712": {}, "1713": {}, "1714": {}, "1715": {}, "1716": {}, "1717": {}, "1718": {}, "1719": {}, "1720": {}, "1721": {}, "1722": {}, "1723": {}, "1724": {}, "1725": {}, "1726": {}, "1727": {}, "1728": {}, "1729": {}, "1730": {}, "1731": {}, "1732": {}, "1733": {}, "1734": {}, "1735": {}, "1736": {}, "1737": {}, "1738": {}, "1739": {}, "1740": {}, "1741": {}, "1742": {}, "1743": {}, "1744": {}, "1745": {}, "1746": {}, "1747": {}, "1748": {}, "1749": {}, "1750": {}, "1751": {}, "1752": {}, "1753": {}, "1754": {}, "1755": {}, "1756": {}, "1757": {}, "1758": {}, "1759": {}, "1760": {}, "1761": {}, "1762": {}, "1763": {}, "1764": {}, "1765": {}, "1766": {}, "1767": {}, "1768": {}, "1769": {}, "1770": {}, "1771": {}, "1772": {}, "1773": {}, "1774": {}, "1775": {}, "1776": {}, "1777": {}, "1778": {}, "1779": {}, "1780": {}, "1781": {}, "1782": {}, "1783": {}, "1784": {}, "1785": {}, "1786": {}, "1787": {}, "1788": {}, "1789": {}, "1790": {}, "1791": {}, "1792": {}, "1793": {}, "1794": {}, "1795": {}, "1796": {}, "1797": {}, "1798": {}, "1799": {}, "1800": {}, "1801": {}, "1802": {}, "1803": {}, "1804": {}, "1805": {}, "1806": {}, "1807": {}, "1808": {}, "1809": {}, "1810": {}, "1811": {}, "1812": {}, "1813": {}, "1814": {}, "1815": {}, "1816": {}, "1817": {}, "1818": {}, "1819": {}, "1820": {}, "1821": {}, "1822": {}, "1823": {}, "1824": {}, "1825": {}, "1826": {}, "1827": {}, "1828": {}, "1829": {}, "1830": {}, "1831": {}, "1832": {}, "1833": {}, "1834": {}, "1835": {}, "1836": {}, "1837": {}, "1838": {}, "1839": {}, "1840": {}, "1841": {}, "1842": {}, "1843": {}, "1844": {}, "1845": {}, "1846": {}, "1847": {}, "1848": {}, "1849": {}, "1850": {}, "1851": {}, "1852": {}, "1853": {}, "1854": {}, "1855": {}, "1856": {}, "1857": {}, "1858": {}, "1859": {}, "1860": {}, "1861": {}, "1862": {}, "1863": {}, "1864": {}, "1865": {}, "1866": {}, "1867": {}, "1868": {}, "1869": {}, "1870": {}, "1871": {}, "1872": {}, "1873": {}, "1874": {}, "1875": {}, "1876": {}, "1877": {}, "1878": {}, "1879": {}, "1880": {}, "1881": {}, "1882": {}, "1883": {}, "1884": {}, "1885": {}, "1886": {}, "1887": {}, "1888": {}, "1889": {}, "1890": {}, "1891": {}, "1892": {}, "1893": {}, "1894": {}, "1895": {}, "1896": {}, "1897": {}, "1898": {}, "1899": {}, "1900": {}, "1901": {}, "1902": {}, "1903": {}, "1904": {}, "1905": {}, "1906": {}, "1907": {}, "1908": {}, "1909": {}, "1910": {}, "1911": {}, "1912": {}, "1913": {}, "1914": {}, "1915": {}, "1916": {}, "1917": {}, "1918": {}, "1919": {}, "1920": {}, "1921": {}, "1922": {}, "1923": {}, "1924": {}, "1925": {}, "1926": {}, "1927": {}, "1928": {}, "1929": {}, "1930": {}, "1931": {}, "1932": {}, "1933": {}, "1934": {}, "1935": {}, "1936": {}, "1937": {}, "1938": {}, "1939": {}, "1940": {}, "1941": {}, "1942": {}, "1943": {}, "1944": {}, "1945": {}, "1946": {}, "1947": {}, "1948": {}, "1949": {}, "1950": {}, "1951": {}, "1952": {}, "1953": {}, "1954": {}, "1955": {}, "1956": {}, "1957": {}, "1958": {}, "1959": {}, "1960": {}, "1961": {}, "1962": {}, "1963": {}, "1964": {}, "1965": {}, "1966": {}, "1967": {}, "1968": {}, "1969": {}, "1970": {}, "1971": {}, "1972": {}, "1973": {}, "1974": {}, "1975": {}, "1976": {}, "1977": {}, "1978": {}, "1979": {}, "1980": {}, "1981": {}, "1982": {}, "1983": {}, "1984": {}, "1985": {}, "1986": {}, "1987": {}, "1988": {}, "1989": {}, "1990": {}, "1991": {}, "1992": {}, "1993": {}, "1994": {}, "1995": {}, "1996": {}, "1997": {}, "1998": {}, "1999": {}, "2000": {}, "2001": {}, "2002": {}, "2003": {}, "2004": {}, "2005": {}, "2006": {}, "2007": {}, "2008": {}, "2009": {}, "2010": {}, "2011": {}, "2012": {}, "2013": {}, "2014": {}, "2015": {}, "2016": {}, "2017": {}, "2018": {}, "2019": {}, "2020": {}, "2021": {}, "2022": {}, "2023": {}, "2024": {}, "2025": {}, "2026": {}, "2027": {}, "2028": {}, "2029": {}, "2030": {}, "2031": {}, "2032": {}, "2033": {}, "2034": {}, "2035": {}, "2036": {}, "2037": {}, "2038": {}, "2039": {}, "2040": {}, "2041": {}, "2042": {}, "2043": {}, "2044": {}, "2045": {}, "2046": {}, "2047": {}, "2048": {}, "2049": {}, "2050": {}, "2051": {}, "2052": {}, "2053": {}, "2054": {}, "2055": {}, "2056": {}, "2057": {}, "2058": {}, "2059": {}, "2060": {}, "2061": {}, "2062": {}, "2063": {}, "2064": {}, "2065": {}, "2066": {}, "2067": {}, "2068": {}, "2069": {}, "2070": {}, "2071": {}, "2072": {}, "2073": {}, "2074": {}, "2075": {}, "2076": {}, "2077": {}, "2078": {}, "2079": {}, "2080": {}, "2081": {}, "2082": {}, "2083": {}, "2084": {}, "2085": {}, "2086": {}, "2087": {}, "2088": {}, "2089": {}, "2090": {}, "2091": {}, "2092": {}, "2093": {}, "2094": {}, "2095": {}, "2096": {}, "2097": {}, "2098": {}, "2099": {}, "2100": {}, "2101": {}, "2102": {}, "2103": {}, "2104": {}, "2105": {}, "2106": {}, "2107": {}, "2108": {}, "2109": {}, "2110": {}, "2111": {}, "2112": {}, "2113": {}, "2114": {}, "2115": {}, "2116": {}, "2117": {}, "2118": {}, "2119": {}, "2120": {}, "2121": {}, "2122": {}, "2123": {}, "2124": {}, "2125": {}, "2126": {}, "2127": {}, "2128": {}, "2129": {}, "2130": {}, "2131": {}, "2132": {}, "2133": {}, "2134": {}, "2135": {}, "2136": {}, "2137": {}, "2138": {}, "2139": {}, "2140": {}, "2141": {}, "2142": {}, "2143": {}, "2144": {}, "2145": {}, "2146": {}, "2147": {}, "2148": {}, "2149": {}, "2150": {}, "2151": {}, "2152": {}, "2153": {}, "2154": {}, "2155": {}, "2156": {}, "2157": {}, "2158": {}, "2159": {}, "2160": {"Isabella Rodriguez": {"movement": [72, 14], "pronunciatio": "🛏️😴", "description": "waking up and completing her morning routine (getting out of bed) @ the Ville:小美's apartment:main room:bed", "chat": null}}, "2161": {}, "2162": {}, "2163": {}, "2164": {}, "2165": {}, "2166": {}, "2167": {}, "2168": {}, "2169": {}, "2170": {}, "2171": {}, "2172": {}, "2173": {}, "2174": {}, "2175": {}, "2176": {}, "2177": {}, "2178": {}, "2179": {}, "2180": {}, "2181": {}, "2182": {}, "2183": {}, "2184": {}, "2185": {}, "2186": {}, "2187": {}, "2188": {}, "2189": {}, "2190": {"Isabella Rodriguez": {"movement": [73, 14], "pronunciatio": "🪥😁", "description": "waking up and completing her morning routine (brushing her teeth) @ the Ville:小美's apartment:bathroom:shower", "chat": null}}, "2191": {"Isabella Rodriguez": {"movement": [74, 14], "pronunciatio": "🪥😁", "description": "waking up and completing her morning routine (brushing her teeth) @ the Ville:小美's apartment:bathroom:shower", "chat": null}}, "2192": {"Isabella Rodriguez": {"movement": [75, 14], "pronunciatio": "🪥😁", "description": "waking up and completing her morning routine (brushing her teeth) @ the Ville:小美's apartment:bathroom:shower", "chat": null}}, "2193": {"Isabella Rodriguez": {"movement": [76, 14], "pronunciatio": "🪥😁", "description": "waking up and completing her morning routine (brushing her teeth) @ the Ville:小美's apartment:bathroom:shower", "chat": null}}, "2194": {"Isabella Rodriguez": {"movement": [77, 14], "pronunciatio": "🪥😁", "description": "waking up and completing her morning routine (brushing her teeth) @ the Ville:小美's apartment:bathroom:shower", "chat": null}}, "2195": {"Isabella Rodriguez": {"movement": [78, 14], "pronunciatio": "🪥😁", "description": "waking up and completing her morning routine (brushing her teeth) @ the Ville:小美's apartment:bathroom:shower", "chat": null}}, "2196": {"Isabella Rodriguez": {"movement": [79, 14], "pronunciatio": "🪥😁", "description": "waking up and completing her morning routine (brushing her teeth) @ the Ville:小美's apartment:bathroom:shower", "chat": null}}, "2197": {"Isabella Rodriguez": {"movement": [79, 15], "pronunciatio": "🪥😁", "description": "waking up and completing her morning routine (brushing her teeth) @ the Ville:小美's apartment:bathroom:shower", "chat": null}}, "2198": {"Isabella Rodriguez": {"movement": [79, 16], "pronunciatio": "🪥😁", "description": "waking up and completing her morning routine (brushing her teeth) @ the Ville:小美's apartment:bathroom:shower", "chat": null}}, "2199": {"Isabella Rodriguez": {"movement": [80, 16], "pronunciatio": "🪥😁", "description": "waking up and completing her morning routine (brushing her teeth) @ the Ville:小美's apartment:bathroom:shower", "chat": null}}, "2200": {"Isabella Rodriguez": {"movement": [81, 16], "pronunciatio": "🪥😁", "description": "waking up and completing her morning routine (brushing her teeth) @ the Ville:小美's apartment:bathroom:shower", "chat": null}}, "2201": {"Isabella Rodriguez": {"movement": [81, 15], "pronunciatio": "🪥😁", "description": "waking up and completing her morning routine (brushing her teeth) @ the Ville:小美's apartment:bathroom:shower", "chat": null}}, "2202": {"Isabella Rodriguez": {"movement": [81, 14], "pronunciatio": "🪥😁", "description": "waking up and completing her morning routine (brushing her teeth) @ the Ville:小美's apartment:bathroom:shower", "chat": null}}, "2203": {}, "2204": {}, "2205": {}, "2206": {}, "2207": {}, "2208": {}, "2209": {}, "2210": {}, "2211": {}, "2212": {}, "2213": {}, "2214": {}, "2215": {}, "2216": {}, "2217": {}, "2218": {}, "2219": {}, "2220": {"Isabella Rodriguez": {"movement": [82, 14], "pronunciatio": "🚿", "description": "waking up and completing her morning routine (taking a shower) @ the Ville:小美's apartment:bathroom:shower", "chat": null}}, "2221": {}, "2222": {}, "2223": {}, "2224": {}, "2225": {}, "2226": {}, "2227": {}, "2228": {}, "2229": {}, "2230": {}, "2231": {}, "2232": {}, "2233": {}, "2234": {}, "2235": {}, "2236": {}, "2237": {}, "2238": {}, "2239": {}, "2240": {}, "2241": {}, "2242": {}, "2243": {}, "2244": {}, "2245": {}, "2246": {}, "2247": {}, "2248": {}, "2249": {}, "2250": {}, "2251": {}, "2252": {}, "2253": {}, "2254": {}, "2255": {}, "2256": {}, "2257": {}, "2258": {}, "2259": {}, "2260": {}, "2261": {}, "2262": {}, "2263": {}, "2264": {}, "2265": {}, "2266": {}, "2267": {}, "2268": {}, "2269": {}, "2270": {}, "2271": {}, "2272": {}, "2273": {}, "2274": {}, "2275": {}, "2276": {}, "2277": {}, "2278": {}, "2279": {}, "2280": {"Isabella Rodriguez": {"movement": [81, 14], "pronunciatio": "👕👖", "description": "waking up and completing her morning routine (getting dressed) @ the Ville:小美's apartment:main room:closet", "chat": null}}, "2281": {"Isabella Rodriguez": {"movement": [81, 15], "pronunciatio": "👕👖", "description": "waking up and completing her morning routine (getting dressed) @ the Ville:小美's apartment:main room:closet", "chat": null}}, "2282": {"Isabella Rodriguez": {"movement": [81, 16], "pronunciatio": "👕👖", "description": "waking up and completing her morning routine (getting dressed) @ the Ville:小美's apartment:main room:closet", "chat": null}}, "2283": {"Isabella Rodriguez": {"movement": [80, 16], "pronunciatio": "👕👖", "description": "waking up and completing her morning routine (getting dressed) @ the Ville:小美's apartment:main room:closet", "chat": null}}, "2284": {"Isabella Rodriguez": {"movement": [79, 16], "pronunciatio": "👕👖", "description": "waking up and completing her morning routine (getting dressed) @ the Ville:小美's apartment:main room:closet", "chat": null}}, "2285": {"Isabella Rodriguez": {"movement": [78, 16], "pronunciatio": "👕👖", "description": "waking up and completing her morning routine (getting dressed) @ the Ville:小美's apartment:main room:closet", "chat": null}}, "2286": {"Isabella Rodriguez": {"movement": [77, 16], "pronunciatio": "👕👖", "description": "waking up and completing her morning routine (getting dressed) @ the Ville:小美's apartment:main room:closet", "chat": null}}, "2287": {"Isabella Rodriguez": {"movement": [77, 15], "pronunciatio": "👕👖", "description": "waking up and completing her morning routine (getting dressed) @ the Ville:小美's apartment:main room:closet", "chat": null}}, "2288": {"Isabella Rodriguez": {"movement": [77, 14], "pronunciatio": "👕👖", "description": "waking up and completing her morning routine (getting dressed) @ the Ville:小美's apartment:main room:closet", "chat": null}}, "2289": {}, "2290": {}, "2291": {}, "2292": {}, "2293": {}, "2294": {}, "2295": {}, "2296": {}, "2297": {}, "2298": {}, "2299": {}, "2300": {}, "2301": {}, "2302": {}, "2303": {}, "2304": {}, "2305": {}, "2306": {}, "2307": {}, "2308": {}, "2309": {}, "2310": {}, "2311": {}, "2312": {}, "2313": {}, "2314": {}, "2315": {}, "2316": {}, "2317": {}, "2318": {}, "2319": {}, "2320": {}, "2321": {}, "2322": {}, "2323": {}, "2324": {}, "2325": {}, "2326": {}, "2327": {}, "2328": {}, "2329": {}, "2330": {}, "2331": {}, "2332": {}, "2333": {}, "2334": {}, "2335": {}, "2336": {}, "2337": {}, "2338": {}, "2339": {}, "2340": {"Isabella Rodriguez": {"movement": [76, 14], "pronunciatio": "🥐🍳", "description": "waking up and completing her morning routine (eating breakfast) @ the Ville:小美's apartment:main room:refrigerator", "chat": null}}, "2341": {"Isabella Rodriguez": {"movement": [75, 14], "pronunciatio": "🥐🍳", "description": "waking up and completing her morning routine (eating breakfast) @ the Ville:小美's apartment:main room:refrigerator", "chat": null}}, "2342": {}, "2343": {}, "2344": {}, "2345": {}, "2346": {}, "2347": {}, "2348": {}, "2349": {}, "2350": {}, "2351": {}, "2352": {}, "2353": {}, "2354": {}, "2355": {}, "2356": {}, "2357": {}, "2358": {}, "2359": {}, "2360": {}, "2361": {}, "2362": {}, "2363": {}, "2364": {}, "2365": {}, "2366": {}, "2367": {}, "2368": {}, "2369": {}, "2370": {}, "2371": {}, "2372": {}, "2373": {}, "2374": {}, "2375": {}, "2376": {}, "2377": {}, "2378": {}, "2379": {}, "2380": {}, "2381": {}, "2382": {}, "2383": {}, "2384": {}, "2385": {}, "2386": {}, "2387": {}, "2388": {}, "2389": {}, "2390": {}, "2391": {}, "2392": {}, "2393": {}, "2394": {}, "2395": {}, "2396": {}, "2397": {}, "2398": {}, "2399": {}, "2400": {"Isabella Rodriguez": {"movement": [74, 14], "pronunciatio": "📧", "description": "waking up and completing her morning routine (checking emails) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "2401": {"Isabella Rodriguez": {"movement": [73, 14], "pronunciatio": "📧", "description": "waking up and completing her morning routine (checking emails) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "2402": {"Isabella Rodriguez": {"movement": [73, 15], "pronunciatio": "📧", "description": "waking up and completing her morning routine (checking emails) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "2403": {"Isabella Rodriguez": {"movement": [73, 16], "pronunciatio": "📧", "description": "waking up and completing her morning routine (checking emails) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "2404": {}, "2405": {}, "2406": {}, "2407": {}, "2408": {}, "2409": {}, "2410": {}, "2411": {}, "2412": {}, "2413": {}, "2414": {}, "2415": {}, "2416": {}, "2417": {}, "2418": {}, "2419": {}, "2420": {}, "2421": {}, "2422": {}, "2423": {}, "2424": {}, "2425": {}, "2426": {}, "2427": {}, "2428": {}, "2429": {}, "2430": {"Isabella Rodriguez": {"movement": [73, 15], "pronunciatio": "👜", "description": "waking up and completing her morning routine (packing her bag) @ the Ville:小美's apartment:main room:closet", "chat": null}}, "2431": {"Isabella Rodriguez": {"movement": [73, 14], "pronunciatio": "👜", "description": "waking up and completing her morning routine (packing her bag) @ the Ville:小美's apartment:main room:closet", "chat": null}}, "2432": {"Isabella Rodriguez": {"movement": [74, 14], "pronunciatio": "👜", "description": "waking up and completing her morning routine (packing her bag) @ the Ville:小美's apartment:main room:closet", "chat": null}}, "2433": {"Isabella Rodriguez": {"movement": [75, 14], "pronunciatio": "👜", "description": "waking up and completing her morning routine (packing her bag) @ the Ville:小美's apartment:main room:closet", "chat": null}}, "2434": {"Isabella Rodriguez": {"movement": [76, 14], "pronunciatio": "👜", "description": "waking up and completing her morning routine (packing her bag) @ the Ville:小美's apartment:main room:closet", "chat": null}}, "2435": {}, "2436": {}, "2437": {}, "2438": {}, "2439": {}, "2440": {}, "2441": {}, "2442": {}, "2443": {}, "2444": {}, "2445": {}, "2446": {}, "2447": {}, "2448": {}, "2449": {}, "2450": {}, "2451": {}, "2452": {}, "2453": {}, "2454": {}, "2455": {}, "2456": {}, "2457": {}, "2458": {}, "2459": {}, "2460": {"Isabella Rodriguez": {"movement": [75, 14], "pronunciatio": "🥪", "description": "waking up and completing her morning routine (making her lunch) @ the Ville:小美's apartment:main room:refrigerator", "chat": null}}, "2461": {}, "2462": {}, "2463": {}, "2464": {}, "2465": {}, "2466": {}, "2467": {}, "2468": {}, "2469": {}, "2470": {}, "2471": {}, "2472": {}, "2473": {}, "2474": {}, "2475": {}, "2476": {}, "2477": {}, "2478": {}, "2479": {}, "2480": {}, "2481": {}, "2482": {}, "2483": {}, "2484": {}, "2485": {}, "2486": {}, "2487": {}, "2488": {}, "2489": {}, "2490": {"Isabella Rodriguez": {"movement": [76, 14], "pronunciatio": "🚶♂", "description": "waking up and completing her morning routine (leaving for Hobbs Cafe) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "2491": {"Isabella Rodriguez": {"movement": [77, 14], "pronunciatio": "🚶♂", "description": "waking up and completing her morning routine (leaving for Hobbs Cafe) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "2492": {"Isabella Rodriguez": {"movement": [78, 14], "pronunciatio": "🚶♂", "description": "waking up and completing her morning routine (leaving for Hobbs Cafe) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "2493": {"Isabella Rodriguez": {"movement": [78, 15], "pronunciatio": "🚶♂", "description": "waking up and completing her morning routine (leaving for Hobbs Cafe) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "2494": {"Isabella Rodriguez": {"movement": [78, 16], "pronunciatio": "🚶♂", "description": "waking up and completing her morning routine (leaving for Hobbs Cafe) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "2495": {"Isabella Rodriguez": {"movement": [78, 17], "pronunciatio": "🚶♂", "description": "waking up and completing her morning routine (leaving for Hobbs Cafe) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "2496": {"Isabella Rodriguez": {"movement": [78, 18], "pronunciatio": "🚶♂", "description": "waking up and completing her morning routine (leaving for Hobbs Cafe) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "2497": {"Isabella Rodriguez": {"movement": [78, 19], "pronunciatio": "🚶♂", "description": "waking up and completing her morning routine (leaving for Hobbs Cafe) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "2498": {"Isabella Rodriguez": {"movement": [77, 19], "pronunciatio": "🚶♂", "description": "waking up and completing her morning routine (leaving for Hobbs Cafe) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "2499": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "🚶♂", "description": "waking up and completing her morning routine (leaving for Hobbs Cafe) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "2500": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "🚶♂", "description": "waking up and completing her morning routine (leaving for Hobbs Cafe) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "2501": {"Isabella Rodriguez": {"movement": [75, 20], "pronunciatio": "🚶♂", "description": "waking up and completing her morning routine (leaving for Hobbs Cafe) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "2502": {"Isabella Rodriguez": {"movement": [75, 21], "pronunciatio": "🚶♂", "description": "waking up and completing her morning routine (leaving for Hobbs Cafe) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "2503": {"Isabella Rodriguez": {"movement": [76, 21], "pronunciatio": "🚶♂", "description": "waking up and completing her morning routine (leaving for Hobbs Cafe) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "2504": {"Isabella Rodriguez": {"movement": [76, 22], "pronunciatio": "🚶♂", "description": "waking up and completing her morning routine (leaving for Hobbs Cafe) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "2505": {"Isabella Rodriguez": {"movement": [76, 23], "pronunciatio": "🚶♂", "description": "waking up and completing her morning routine (leaving for Hobbs Cafe) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "2506": {}, "2507": {}, "2508": {}, "2509": {}, "2510": {}, "2511": {}, "2512": {}, "2513": {}, "2514": {}, "2515": {}, "2516": {}, "2517": {}, "2518": {}, "2519": {}, "2520": {"Isabella Rodriguez": {"movement": [75, 23], "pronunciatio": "🔓🚪", "description": "opening Hobbs Cafe (unlocking the cafe door) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [126, 46], "pronunciatio": "🛏️", "description": "waking up and completing his morning routine (getting out of bed) @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}}, "2521": {"Isabella Rodriguez": {"movement": [74, 23], "pronunciatio": "🔓🚪", "description": "opening Hobbs Cafe (unlocking the cafe door) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "2522": {"Isabella Rodriguez": {"movement": [74, 24], "pronunciatio": "🔓🚪", "description": "opening Hobbs Cafe (unlocking the cafe door) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "2523": {"Isabella Rodriguez": {"movement": [73, 24], "pronunciatio": "🔓🚪", "description": "opening Hobbs Cafe (unlocking the cafe door) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "2524": {"Isabella Rodriguez": {"movement": [72, 24], "pronunciatio": "🔓🚪", "description": "opening Hobbs Cafe (unlocking the cafe door) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "2525": {"Isabella Rodriguez": {"movement": [72, 25], "pronunciatio": "🔓🚪", "description": "opening Hobbs Cafe (unlocking the cafe door) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "2526": {}, "2527": {}, "2528": {}, "2529": {}, "2530": {}, "2531": {}, "2532": {}, "2533": {}, "2534": {}, "2535": {}, "2536": {}, "2537": {}, "2538": {}, "2539": {}, "2540": {}, "2541": {}, "2542": {}, "2543": {}, "2544": {}, "2545": {}, "2546": {}, "2547": {}, "2548": {}, "2549": {}, "2550": {"Isabella Rodriguez": {"movement": [72, 24], "pronunciatio": "💡", "description": "opening Hobbs Cafe (turning on the lights) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}, "Klaus Mueller": {"movement": [127, 46], "pronunciatio": "🦷", "description": "waking up and completing his morning routine (brushing his teeth) @ the Ville:Dorm for Oak Hill College:man's bathroom:bathroom sink", "chat": null}}, "2551": {"Isabella Rodriguez": {"movement": [72, 23], "pronunciatio": "💡", "description": "opening Hobbs Cafe (turning on the lights) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}, "Klaus Mueller": {"movement": [128, 46], "pronunciatio": "🦷", "description": "waking up and completing his morning routine (brushing his teeth) @ the Ville:Dorm for Oak Hill College:man's bathroom:bathroom sink", "chat": null}}, "2552": {"Isabella Rodriguez": {"movement": [72, 22], "pronunciatio": "💡", "description": "opening Hobbs Cafe (turning on the lights) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}, "Klaus Mueller": {"movement": [129, 46], "pronunciatio": "🦷", "description": "waking up and completing his morning routine (brushing his teeth) @ the Ville:Dorm for Oak Hill College:man's bathroom:bathroom sink", "chat": null}}, "2553": {"Isabella Rodriguez": {"movement": [72, 21], "pronunciatio": "💡", "description": "opening Hobbs Cafe (turning on the lights) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}, "Klaus Mueller": {"movement": [130, 46], "pronunciatio": "🦷", "description": "waking up and completing his morning routine (brushing his teeth) @ the Ville:Dorm for Oak Hill College:man's bathroom:bathroom sink", "chat": null}}, "2554": {"Isabella Rodriguez": {"movement": [72, 20], "pronunciatio": "💡", "description": "opening Hobbs Cafe (turning on the lights) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}, "Klaus Mueller": {"movement": [131, 46], "pronunciatio": "🦷", "description": "waking up and completing his morning routine (brushing his teeth) @ the Ville:Dorm for Oak Hill College:man's bathroom:bathroom sink", "chat": null}}, "2555": {"Isabella Rodriguez": {"movement": [72, 19], "pronunciatio": "💡", "description": "opening Hobbs Cafe (turning on the lights) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}, "Klaus Mueller": {"movement": [131, 47], "pronunciatio": "🦷", "description": "waking up and completing his morning routine (brushing his teeth) @ the Ville:Dorm for Oak Hill College:man's bathroom:bathroom sink", "chat": null}}, "2556": {"Isabella Rodriguez": {"movement": [73, 19], "pronunciatio": "💡", "description": "opening Hobbs Cafe (turning on the lights) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}, "Klaus Mueller": {"movement": [131, 48], "pronunciatio": "🦷", "description": "waking up and completing his morning routine (brushing his teeth) @ the Ville:Dorm for Oak Hill College:man's bathroom:bathroom sink", "chat": null}}, "2557": {"Isabella Rodriguez": {"movement": [74, 19], "pronunciatio": "💡", "description": "opening Hobbs Cafe (turning on the lights) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}, "Klaus Mueller": {"movement": [131, 49], "pronunciatio": "🦷", "description": "waking up and completing his morning routine (brushing his teeth) @ the Ville:Dorm for Oak Hill College:man's bathroom:bathroom sink", "chat": null}}, "2558": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "💡", "description": "opening Hobbs Cafe (turning on the lights) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}, "Klaus Mueller": {"movement": [131, 50], "pronunciatio": "🦷", "description": "waking up and completing his morning routine (brushing his teeth) @ the Ville:Dorm for Oak Hill College:man's bathroom:bathroom sink", "chat": null}}, "2559": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "💡", "description": "opening Hobbs Cafe (turning on the lights) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}, "Klaus Mueller": {"movement": [130, 50], "pronunciatio": "🦷", "description": "waking up and completing his morning routine (brushing his teeth) @ the Ville:Dorm for Oak Hill College:man's bathroom:bathroom sink", "chat": null}}, "2560": {"Isabella Rodriguez": {"movement": [77, 19], "pronunciatio": "💡", "description": "opening Hobbs Cafe (turning on the lights) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}, "Klaus Mueller": {"movement": [129, 50], "pronunciatio": "🦷", "description": "waking up and completing his morning routine (brushing his teeth) @ the Ville:Dorm for Oak Hill College:man's bathroom:bathroom sink", "chat": null}}, "2561": {"Klaus Mueller": {"movement": [128, 50], "pronunciatio": "🦷", "description": "waking up and completing his morning routine (brushing his teeth) @ the Ville:Dorm for Oak Hill College:man's bathroom:bathroom sink", "chat": null}}, "2562": {"Klaus Mueller": {"movement": [127, 50], "pronunciatio": "🦷", "description": "waking up and completing his morning routine (brushing his teeth) @ the Ville:Dorm for Oak Hill College:man's bathroom:bathroom sink", "chat": null}}, "2563": {"Klaus Mueller": {"movement": [126, 50], "pronunciatio": "🦷", "description": "waking up and completing his morning routine (brushing his teeth) @ the Ville:Dorm for Oak Hill College:man's bathroom:bathroom sink", "chat": null}}, "2564": {"Klaus Mueller": {"movement": [125, 50], "pronunciatio": "🦷", "description": "waking up and completing his morning routine (brushing his teeth) @ the Ville:Dorm for Oak Hill College:man's bathroom:bathroom sink", "chat": null}}, "2565": {"Klaus Mueller": {"movement": [124, 50], "pronunciatio": "🦷", "description": "waking up and completing his morning routine (brushing his teeth) @ the Ville:Dorm for Oak Hill College:man's bathroom:bathroom sink", "chat": null}}, "2566": {"Klaus Mueller": {"movement": [123, 50], "pronunciatio": "🦷", "description": "waking up and completing his morning routine (brushing his teeth) @ the Ville:Dorm for Oak Hill College:man's bathroom:bathroom sink", "chat": null}}, "2567": {"Klaus Mueller": {"movement": [122, 50], "pronunciatio": "🦷", "description": "waking up and completing his morning routine (brushing his teeth) @ the Ville:Dorm for Oak Hill College:man's bathroom:bathroom sink", "chat": null}}, "2568": {"Klaus Mueller": {"movement": [121, 50], "pronunciatio": "🦷", "description": "waking up and completing his morning routine (brushing his teeth) @ the Ville:Dorm for Oak Hill College:man's bathroom:bathroom sink", "chat": null}}, "2569": {"Klaus Mueller": {"movement": [120, 50], "pronunciatio": "🦷", "description": "waking up and completing his morning routine (brushing his teeth) @ the Ville:Dorm for Oak Hill College:man's bathroom:bathroom sink", "chat": null}}, "2570": {"Klaus Mueller": {"movement": [119, 50], "pronunciatio": "🦷", "description": "waking up and completing his morning routine (brushing his teeth) @ the Ville:Dorm for Oak Hill College:man's bathroom:bathroom sink", "chat": null}}, "2571": {"Klaus Mueller": {"movement": [118, 50], "pronunciatio": "🦷", "description": "waking up and completing his morning routine (brushing his teeth) @ the Ville:Dorm for Oak Hill College:man's bathroom:bathroom sink", "chat": null}}, "2572": {"Klaus Mueller": {"movement": [117, 50], "pronunciatio": "🦷", "description": "waking up and completing his morning routine (brushing his teeth) @ the Ville:Dorm for Oak Hill College:man's bathroom:bathroom sink", "chat": null}}, "2573": {"Klaus Mueller": {"movement": [117, 51], "pronunciatio": "🦷", "description": "waking up and completing his morning routine (brushing his teeth) @ the Ville:Dorm for Oak Hill College:man's bathroom:bathroom sink", "chat": null}}, "2574": {"Klaus Mueller": {"movement": [116, 51], "pronunciatio": "🦷", "description": "waking up and completing his morning routine (brushing his teeth) @ the Ville:Dorm for Oak Hill College:man's bathroom:bathroom sink", "chat": null}}, "2575": {"Klaus Mueller": {"movement": [115, 51], "pronunciatio": "🦷", "description": "waking up and completing his morning routine (brushing his teeth) @ the Ville:Dorm for Oak Hill College:man's bathroom:bathroom sink", "chat": null}}, "2576": {"Klaus Mueller": {"movement": [114, 51], "pronunciatio": "🦷", "description": "waking up and completing his morning routine (brushing his teeth) @ the Ville:Dorm for Oak Hill College:man's bathroom:bathroom sink", "chat": null}}, "2577": {"Klaus Mueller": {"movement": [114, 52], "pronunciatio": "🦷", "description": "waking up and completing his morning routine (brushing his teeth) @ the Ville:Dorm for Oak Hill College:man's bathroom:bathroom sink", "chat": null}}, "2578": {"Klaus Mueller": {"movement": [114, 53], "pronunciatio": "🦷", "description": "waking up and completing his morning routine (brushing his teeth) @ the Ville:Dorm for Oak Hill College:man's bathroom:bathroom sink", "chat": null}}, "2579": {"Klaus Mueller": {"movement": [113, 53], "pronunciatio": "🦷", "description": "waking up and completing his morning routine (brushing his teeth) @ the Ville:Dorm for Oak Hill College:man's bathroom:bathroom sink", "chat": null}}, "2580": {"Isabella Rodriguez": {"movement": [78, 19], "pronunciatio": "🍽️", "description": "opening Hobbs Cafe (setting up the cafe counter) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Klaus Mueller": {"movement": [113, 54], "pronunciatio": "🚿", "description": "waking up and completing his morning routine (taking a shower) @ the Ville:Dorm for Oak Hill College:man's bathroom:shower", "chat": null}}, "2581": {"Klaus Mueller": {"movement": [112, 54], "pronunciatio": "🚿", "description": "waking up and completing his morning routine (taking a shower) @ the Ville:Dorm for Oak Hill College:man's bathroom:shower", "chat": null}}, "2582": {"Klaus Mueller": {"movement": [111, 54], "pronunciatio": "🚿", "description": "waking up and completing his morning routine (taking a shower) @ the Ville:Dorm for Oak Hill College:man's bathroom:shower", "chat": null}}, "2583": {"Klaus Mueller": {"movement": [110, 54], "pronunciatio": "🚿", "description": "waking up and completing his morning routine (taking a shower) @ the Ville:Dorm for Oak Hill College:man's bathroom:shower", "chat": null}}, "2584": {"Klaus Mueller": {"movement": [109, 54], "pronunciatio": "🚿", "description": "waking up and completing his morning routine (taking a shower) @ the Ville:Dorm for Oak Hill College:man's bathroom:shower", "chat": null}}, "2585": {"Klaus Mueller": {"movement": [108, 54], "pronunciatio": "🚿", "description": "waking up and completing his morning routine (taking a shower) @ the Ville:Dorm for Oak Hill College:man's bathroom:shower", "chat": null}}, "2586": {"Klaus Mueller": {"movement": [107, 54], "pronunciatio": "🚿", "description": "waking up and completing his morning routine (taking a shower) @ the Ville:Dorm for Oak Hill College:man's bathroom:shower", "chat": null}}, "2587": {"Klaus Mueller": {"movement": [107, 53], "pronunciatio": "🚿", "description": "waking up and completing his morning routine (taking a shower) @ the Ville:Dorm for Oak Hill College:man's bathroom:shower", "chat": null}}, "2588": {"Klaus Mueller": {"movement": [107, 52], "pronunciatio": "🚿", "description": "waking up and completing his morning routine (taking a shower) @ the Ville:Dorm for Oak Hill College:man's bathroom:shower", "chat": null}}, "2589": {"Klaus Mueller": {"movement": [107, 51], "pronunciatio": "🚿", "description": "waking up and completing his morning routine (taking a shower) @ the Ville:Dorm for Oak Hill College:man's bathroom:shower", "chat": null}}, "2590": {"Klaus Mueller": {"movement": [107, 50], "pronunciatio": "🚿", "description": "waking up and completing his morning routine (taking a shower) @ the Ville:Dorm for Oak Hill College:man's bathroom:shower", "chat": null}}, "2591": {}, "2592": {}, "2593": {}, "2594": {}, "2595": {}, "2596": {}, "2597": {}, "2598": {}, "2599": {}, "2600": {}, "2601": {}, "2602": {}, "2603": {}, "2604": {}, "2605": {}, "2606": {}, "2607": {}, "2608": {}, "2609": {}, "2610": {}, "2611": {}, "2612": {}, "2613": {}, "2614": {}, "2615": {}, "2616": {}, "2617": {}, "2618": {}, "2619": {}, "2620": {}, "2621": {}, "2622": {}, "2623": {}, "2624": {}, "2625": {}, "2626": {}, "2627": {}, "2628": {}, "2629": {}, "2630": {}, "2631": {}, "2632": {}, "2633": {}, "2634": {}, "2635": {}, "2636": {}, "2637": {}, "2638": {}, "2639": {}, "2640": {"Isabella Rodriguez": {"movement": [77, 19], "pronunciatio": "☕", "description": "opening Hobbs Cafe (preparing the coffee machine) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}, "Klaus Mueller": {"movement": [107, 51], "pronunciatio": "👗", "description": "waking up and completing his morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2641": {"Klaus Mueller": {"movement": [107, 52], "pronunciatio": "👗", "description": "waking up and completing his morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2642": {"Klaus Mueller": {"movement": [107, 53], "pronunciatio": "👗", "description": "waking up and completing his morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2643": {"Klaus Mueller": {"movement": [107, 54], "pronunciatio": "👗", "description": "waking up and completing his morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2644": {"Klaus Mueller": {"movement": [108, 54], "pronunciatio": "👗", "description": "waking up and completing his morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2645": {"Klaus Mueller": {"movement": [109, 54], "pronunciatio": "👗", "description": "waking up and completing his morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2646": {"Klaus Mueller": {"movement": [110, 54], "pronunciatio": "👗", "description": "waking up and completing his morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2647": {"Klaus Mueller": {"movement": [111, 54], "pronunciatio": "👗", "description": "waking up and completing his morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2648": {"Klaus Mueller": {"movement": [112, 54], "pronunciatio": "👗", "description": "waking up and completing his morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2649": {"Klaus Mueller": {"movement": [113, 54], "pronunciatio": "👗", "description": "waking up and completing his morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2650": {"Klaus Mueller": {"movement": [113, 53], "pronunciatio": "👗", "description": "waking up and completing his morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2651": {"Klaus Mueller": {"movement": [114, 53], "pronunciatio": "👗", "description": "waking up and completing his morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2652": {"Klaus Mueller": {"movement": [114, 52], "pronunciatio": "👗", "description": "waking up and completing his morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2653": {"Klaus Mueller": {"movement": [114, 51], "pronunciatio": "👗", "description": "waking up and completing his morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2654": {"Klaus Mueller": {"movement": [115, 51], "pronunciatio": "👗", "description": "waking up and completing his morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2655": {"Klaus Mueller": {"movement": [116, 51], "pronunciatio": "👗", "description": "waking up and completing his morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2656": {"Klaus Mueller": {"movement": [117, 51], "pronunciatio": "👗", "description": "waking up and completing his morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2657": {"Klaus Mueller": {"movement": [117, 50], "pronunciatio": "👗", "description": "waking up and completing his morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2658": {"Klaus Mueller": {"movement": [118, 50], "pronunciatio": "👗", "description": "waking up and completing his morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2659": {"Klaus Mueller": {"movement": [119, 50], "pronunciatio": "👗", "description": "waking up and completing his morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2660": {"Klaus Mueller": {"movement": [120, 50], "pronunciatio": "👗", "description": "waking up and completing his morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2661": {"Klaus Mueller": {"movement": [121, 50], "pronunciatio": "👗", "description": "waking up and completing his morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2662": {"Klaus Mueller": {"movement": [122, 50], "pronunciatio": "👗", "description": "waking up and completing his morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2663": {"Klaus Mueller": {"movement": [123, 50], "pronunciatio": "👗", "description": "waking up and completing his morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2664": {"Klaus Mueller": {"movement": [124, 50], "pronunciatio": "👗", "description": "waking up and completing his morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2665": {"Klaus Mueller": {"movement": [125, 50], "pronunciatio": "👗", "description": "waking up and completing his morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2666": {"Klaus Mueller": {"movement": [126, 50], "pronunciatio": "👗", "description": "waking up and completing his morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2667": {"Klaus Mueller": {"movement": [127, 50], "pronunciatio": "👗", "description": "waking up and completing his morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2668": {"Klaus Mueller": {"movement": [128, 50], "pronunciatio": "👗", "description": "waking up and completing his morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2669": {"Klaus Mueller": {"movement": [129, 50], "pronunciatio": "👗", "description": "waking up and completing his morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2670": {"Klaus Mueller": {"movement": [130, 50], "pronunciatio": "👗", "description": "waking up and completing his morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2671": {"Klaus Mueller": {"movement": [131, 50], "pronunciatio": "👗", "description": "waking up and completing his morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2672": {"Klaus Mueller": {"movement": [131, 49], "pronunciatio": "👗", "description": "waking up and completing his morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2673": {"Klaus Mueller": {"movement": [131, 48], "pronunciatio": "👗", "description": "waking up and completing his morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2674": {"Klaus Mueller": {"movement": [131, 47], "pronunciatio": "👗", "description": "waking up and completing his morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2675": {"Klaus Mueller": {"movement": [131, 46], "pronunciatio": "👗", "description": "waking up and completing his morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2676": {"Klaus Mueller": {"movement": [131, 45], "pronunciatio": "👗", "description": "waking up and completing his morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2677": {}, "2678": {}, "2679": {}, "2680": {}, "2681": {}, "2682": {}, "2683": {}, "2684": {}, "2685": {}, "2686": {}, "2687": {}, "2688": {}, "2689": {}, "2690": {}, "2691": {}, "2692": {}, "2693": {}, "2694": {}, "2695": {}, "2696": {}, "2697": {}, "2698": {}, "2699": {}, "2700": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "🪑🍽️", "description": "opening Hobbs Cafe (setting up the tables and chairs) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [131, 46], "pronunciatio": "🍳☕", "description": "waking up and completing his morning routine (eating breakfast) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "2701": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "🪑🍽️", "description": "opening Hobbs Cafe (setting up the tables and chairs) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [131, 47], "pronunciatio": "🍳☕", "description": "waking up and completing his morning routine (eating breakfast) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "2702": {"Isabella Rodriguez": {"movement": [75, 20], "pronunciatio": "🪑🍽️", "description": "opening Hobbs Cafe (setting up the tables and chairs) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [131, 48], "pronunciatio": "🍳☕", "description": "waking up and completing his morning routine (eating breakfast) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "2703": {"Isabella Rodriguez": {"movement": [75, 21], "pronunciatio": "🪑🍽️", "description": "opening Hobbs Cafe (setting up the tables and chairs) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [131, 49], "pronunciatio": "🍳☕", "description": "waking up and completing his morning routine (eating breakfast) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "2704": {"Isabella Rodriguez": {"movement": [76, 21], "pronunciatio": "🪑🍽️", "description": "opening Hobbs Cafe (setting up the tables and chairs) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [131, 50], "pronunciatio": "🍳☕", "description": "waking up and completing his morning routine (eating breakfast) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "2705": {"Isabella Rodriguez": {"movement": [76, 22], "pronunciatio": "🪑🍽️", "description": "opening Hobbs Cafe (setting up the tables and chairs) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [130, 50], "pronunciatio": "🍳☕", "description": "waking up and completing his morning routine (eating breakfast) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "2706": {"Isabella Rodriguez": {"movement": [76, 23], "pronunciatio": "🪑🍽️", "description": "opening Hobbs Cafe (setting up the tables and chairs) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [129, 50], "pronunciatio": "🍳☕", "description": "waking up and completing his morning routine (eating breakfast) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "2707": {"Isabella Rodriguez": {"movement": [76, 24], "pronunciatio": "🪑🍽️", "description": "opening Hobbs Cafe (setting up the tables and chairs) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [128, 50], "pronunciatio": "🍳☕", "description": "waking up and completing his morning routine (eating breakfast) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "2708": {"Isabella Rodriguez": {"movement": [76, 25], "pronunciatio": "🪑🍽️", "description": "opening Hobbs Cafe (setting up the tables and chairs) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [127, 50], "pronunciatio": "🍳☕", "description": "waking up and completing his morning routine (eating breakfast) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "2709": {"Klaus Mueller": {"movement": [126, 50], "pronunciatio": "🍳☕", "description": "waking up and completing his morning routine (eating breakfast) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "2710": {"Klaus Mueller": {"movement": [125, 50], "pronunciatio": "🍳☕", "description": "waking up and completing his morning routine (eating breakfast) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "2711": {"Klaus Mueller": {"movement": [124, 50], "pronunciatio": "🍳☕", "description": "waking up and completing his morning routine (eating breakfast) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "2712": {"Klaus Mueller": {"movement": [123, 50], "pronunciatio": "🍳☕", "description": "waking up and completing his morning routine (eating breakfast) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "2713": {"Klaus Mueller": {"movement": [122, 50], "pronunciatio": "🍳☕", "description": "waking up and completing his morning routine (eating breakfast) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "2714": {"Klaus Mueller": {"movement": [122, 49], "pronunciatio": "🍳☕", "description": "waking up and completing his morning routine (eating breakfast) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "2715": {"Klaus Mueller": {"movement": [122, 48], "pronunciatio": "🍳☕", "description": "waking up and completing his morning routine (eating breakfast) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "2716": {"Klaus Mueller": {"movement": [122, 47], "pronunciatio": "🍳☕", "description": "waking up and completing his morning routine (eating breakfast) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "2717": {"Klaus Mueller": {"movement": [122, 46], "pronunciatio": "🍳☕", "description": "waking up and completing his morning routine (eating breakfast) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "2718": {"Klaus Mueller": {"movement": [121, 46], "pronunciatio": "🍳☕", "description": "waking up and completing his morning routine (eating breakfast) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "2719": {"Klaus Mueller": {"movement": [121, 45], "pronunciatio": "🍳☕", "description": "waking up and completing his morning routine (eating breakfast) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "2720": {}, "2721": {}, "2722": {}, "2723": {}, "2724": {}, "2725": {}, "2726": {}, "2727": {}, "2728": {}, "2729": {}, "2730": {}, "2731": {}, "2732": {}, "2733": {}, "2734": {}, "2735": {}, "2736": {}, "2737": {}, "2738": {}, "2739": {}, "2740": {}, "2741": {}, "2742": {}, "2743": {}, "2744": {}, "2745": {}, "2746": {}, "2747": {}, "2748": {}, "2749": {}, "2750": {}, "2751": {}, "2752": {}, "2753": {}, "2754": {}, "2755": {}, "2756": {}, "2757": {}, "2758": {}, "2759": {}, "2760": {"Isabella Rodriguez": {"movement": [77, 25], "pronunciatio": "📋", "description": "opening Hobbs Cafe (setting up the menu board) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [122, 45], "pronunciatio": "🧳", "description": "waking up and completing his morning routine (packing his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2761": {"Isabella Rodriguez": {"movement": [78, 25], "pronunciatio": "📋", "description": "opening Hobbs Cafe (setting up the menu board) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [123, 45], "pronunciatio": "🧳", "description": "waking up and completing his morning routine (packing his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2762": {"Isabella Rodriguez": {"movement": [79, 25], "pronunciatio": "📋", "description": "opening Hobbs Cafe (setting up the menu board) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [123, 46], "pronunciatio": "🧳", "description": "waking up and completing his morning routine (packing his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2763": {"Isabella Rodriguez": {"movement": [79, 24], "pronunciatio": "📋", "description": "opening Hobbs Cafe (setting up the menu board) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [123, 47], "pronunciatio": "🧳", "description": "waking up and completing his morning routine (packing his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2764": {"Isabella Rodriguez": {"movement": [79, 23], "pronunciatio": "📋", "description": "opening Hobbs Cafe (setting up the menu board) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [123, 48], "pronunciatio": "🧳", "description": "waking up and completing his morning routine (packing his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2765": {"Klaus Mueller": {"movement": [123, 49], "pronunciatio": "🧳", "description": "waking up and completing his morning routine (packing his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2766": {"Klaus Mueller": {"movement": [124, 49], "pronunciatio": "🧳", "description": "waking up and completing his morning routine (packing his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2767": {"Klaus Mueller": {"movement": [124, 50], "pronunciatio": "🧳", "description": "waking up and completing his morning routine (packing his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2768": {"Klaus Mueller": {"movement": [125, 50], "pronunciatio": "🧳", "description": "waking up and completing his morning routine (packing his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2769": {"Klaus Mueller": {"movement": [126, 50], "pronunciatio": "🧳", "description": "waking up and completing his morning routine (packing his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2770": {"Klaus Mueller": {"movement": [127, 50], "pronunciatio": "🧳", "description": "waking up and completing his morning routine (packing his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2771": {"Klaus Mueller": {"movement": [128, 50], "pronunciatio": "🧳", "description": "waking up and completing his morning routine (packing his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2772": {"Klaus Mueller": {"movement": [129, 50], "pronunciatio": "🧳", "description": "waking up and completing his morning routine (packing his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2773": {"Klaus Mueller": {"movement": [130, 50], "pronunciatio": "🧳", "description": "waking up and completing his morning routine (packing his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2774": {"Klaus Mueller": {"movement": [131, 50], "pronunciatio": "🧳", "description": "waking up and completing his morning routine (packing his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2775": {"Klaus Mueller": {"movement": [131, 49], "pronunciatio": "🧳", "description": "waking up and completing his morning routine (packing his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2776": {"Klaus Mueller": {"movement": [131, 48], "pronunciatio": "🧳", "description": "waking up and completing his morning routine (packing his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2777": {"Klaus Mueller": {"movement": [131, 47], "pronunciatio": "🧳", "description": "waking up and completing his morning routine (packing his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2778": {"Klaus Mueller": {"movement": [131, 46], "pronunciatio": "🧳", "description": "waking up and completing his morning routine (packing his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2779": {"Klaus Mueller": {"movement": [131, 45], "pronunciatio": "🧳", "description": "waking up and completing his morning routine (packing his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}}, "2780": {}, "2781": {}, "2782": {}, "2783": {}, "2784": {}, "2785": {}, "2786": {}, "2787": {}, "2788": {}, "2789": {}, "2790": {"Isabella Rodriguez": {"movement": [80, 23], "pronunciatio": "🎶🎵", "description": "opening Hobbs Cafe (setting up the music) @ the Ville:Hobbs Cafe:cafe:piano", "chat": null}, "Klaus Mueller": {"movement": [131, 46], "pronunciatio": "✉️", "description": "waking up and completing his morning routine (checking his emails) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2791": {"Isabella Rodriguez": {"movement": [81, 23], "pronunciatio": "🎶🎵", "description": "opening Hobbs Cafe (setting up the music) @ the Ville:Hobbs Cafe:cafe:piano", "chat": null}, "Klaus Mueller": {"movement": [131, 47], "pronunciatio": "✉️", "description": "waking up and completing his morning routine (checking his emails) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2792": {"Isabella Rodriguez": {"movement": [81, 24], "pronunciatio": "🎶🎵", "description": "opening Hobbs Cafe (setting up the music) @ the Ville:Hobbs Cafe:cafe:piano", "chat": null}, "Klaus Mueller": {"movement": [131, 48], "pronunciatio": "✉️", "description": "waking up and completing his morning routine (checking his emails) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2793": {"Isabella Rodriguez": {"movement": [81, 25], "pronunciatio": "🎶🎵", "description": "opening Hobbs Cafe (setting up the music) @ the Ville:Hobbs Cafe:cafe:piano", "chat": null}, "Klaus Mueller": {"movement": [131, 49], "pronunciatio": "✉️", "description": "waking up and completing his morning routine (checking his emails) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2794": {"Isabella Rodriguez": {"movement": [81, 26], "pronunciatio": "🎶🎵", "description": "opening Hobbs Cafe (setting up the music) @ the Ville:Hobbs Cafe:cafe:piano", "chat": null}, "Klaus Mueller": {"movement": [131, 50], "pronunciatio": "✉️", "description": "waking up and completing his morning routine (checking his emails) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2795": {"Isabella Rodriguez": {"movement": [82, 26], "pronunciatio": "🎶🎵", "description": "opening Hobbs Cafe (setting up the music) @ the Ville:Hobbs Cafe:cafe:piano", "chat": null}, "Klaus Mueller": {"movement": [130, 50], "pronunciatio": "✉️", "description": "waking up and completing his morning routine (checking his emails) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2796": {"Klaus Mueller": {"movement": [129, 50], "pronunciatio": "✉️", "description": "waking up and completing his morning routine (checking his emails) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2797": {"Klaus Mueller": {"movement": [128, 50], "pronunciatio": "✉️", "description": "waking up and completing his morning routine (checking his emails) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2798": {"Klaus Mueller": {"movement": [127, 50], "pronunciatio": "✉️", "description": "waking up and completing his morning routine (checking his emails) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2799": {"Klaus Mueller": {"movement": [126, 50], "pronunciatio": "✉️", "description": "waking up and completing his morning routine (checking his emails) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2800": {"Klaus Mueller": {"movement": [125, 50], "pronunciatio": "✉️", "description": "waking up and completing his morning routine (checking his emails) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2801": {"Klaus Mueller": {"movement": [124, 50], "pronunciatio": "✉️", "description": "waking up and completing his morning routine (checking his emails) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2802": {"Klaus Mueller": {"movement": [123, 50], "pronunciatio": "✉️", "description": "waking up and completing his morning routine (checking his emails) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2803": {"Klaus Mueller": {"movement": [122, 50], "pronunciatio": "✉️", "description": "waking up and completing his morning routine (checking his emails) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2804": {"Klaus Mueller": {"movement": [121, 50], "pronunciatio": "✉️", "description": "waking up and completing his morning routine (checking his emails) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2805": {"Klaus Mueller": {"movement": [120, 50], "pronunciatio": "✉️", "description": "waking up and completing his morning routine (checking his emails) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2806": {"Klaus Mueller": {"movement": [119, 50], "pronunciatio": "✉️", "description": "waking up and completing his morning routine (checking his emails) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2807": {"Klaus Mueller": {"movement": [118, 50], "pronunciatio": "✉️", "description": "waking up and completing his morning routine (checking his emails) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2808": {"Klaus Mueller": {"movement": [117, 50], "pronunciatio": "✉️", "description": "waking up and completing his morning routine (checking his emails) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2809": {"Klaus Mueller": {"movement": [117, 49], "pronunciatio": "✉️", "description": "waking up and completing his morning routine (checking his emails) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2810": {"Klaus Mueller": {"movement": [117, 48], "pronunciatio": "✉️", "description": "waking up and completing his morning routine (checking his emails) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2811": {"Klaus Mueller": {"movement": [117, 47], "pronunciatio": "✉️", "description": "waking up and completing his morning routine (checking his emails) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2812": {"Klaus Mueller": {"movement": [116, 47], "pronunciatio": "✉️", "description": "waking up and completing his morning routine (checking his emails) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2813": {"Klaus Mueller": {"movement": [115, 47], "pronunciatio": "✉️", "description": "waking up and completing his morning routine (checking his emails) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2814": {"Klaus Mueller": {"movement": [114, 47], "pronunciatio": "✉️", "description": "waking up and completing his morning routine (checking his emails) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2815": {"Klaus Mueller": {"movement": [113, 47], "pronunciatio": "✉️", "description": "waking up and completing his morning routine (checking his emails) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2816": {"Klaus Mueller": {"movement": [112, 47], "pronunciatio": "✉️", "description": "waking up and completing his morning routine (checking his emails) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2817": {"Klaus Mueller": {"movement": [111, 47], "pronunciatio": "✉️", "description": "waking up and completing his morning routine (checking his emails) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2818": {"Klaus Mueller": {"movement": [110, 47], "pronunciatio": "✉️", "description": "waking up and completing his morning routine (checking his emails) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2819": {"Klaus Mueller": {"movement": [109, 47], "pronunciatio": "✉️", "description": "waking up and completing his morning routine (checking his emails) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2820": {"Isabella Rodriguez": {"movement": [81, 26], "pronunciatio": "🎉", "description": "opening Hobbs Cafe (setting up the decorations) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [110, 47], "pronunciatio": "📚🎒", "description": "waking up and completing his morning routine (gathering his books and supplies) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "2821": {"Isabella Rodriguez": {"movement": [80, 26], "pronunciatio": "🎉", "description": "opening Hobbs Cafe (setting up the decorations) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [111, 47], "pronunciatio": "📚🎒", "description": "waking up and completing his morning routine (gathering his books and supplies) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "2822": {"Isabella Rodriguez": {"movement": [80, 25], "pronunciatio": "🎉", "description": "opening Hobbs Cafe (setting up the decorations) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [112, 47], "pronunciatio": "📚🎒", "description": "waking up and completing his morning routine (gathering his books and supplies) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "2823": {"Isabella Rodriguez": {"movement": [80, 24], "pronunciatio": "🎉", "description": "opening Hobbs Cafe (setting up the decorations) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [113, 47], "pronunciatio": "📚🎒", "description": "waking up and completing his morning routine (gathering his books and supplies) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "2824": {"Isabella Rodriguez": {"movement": [80, 23], "pronunciatio": "🎉", "description": "opening Hobbs Cafe (setting up the decorations) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [114, 47], "pronunciatio": "📚🎒", "description": "waking up and completing his morning routine (gathering his books and supplies) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "2825": {"Isabella Rodriguez": {"movement": [80, 22], "pronunciatio": "🎉", "description": "opening Hobbs Cafe (setting up the decorations) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [115, 47], "pronunciatio": "📚🎒", "description": "waking up and completing his morning routine (gathering his books and supplies) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "2826": {"Isabella Rodriguez": {"movement": [80, 21], "pronunciatio": "🎉", "description": "opening Hobbs Cafe (setting up the decorations) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [116, 47], "pronunciatio": "📚🎒", "description": "waking up and completing his morning routine (gathering his books and supplies) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "2827": {"Klaus Mueller": {"movement": [117, 47], "pronunciatio": "📚🎒", "description": "waking up and completing his morning routine (gathering his books and supplies) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "2828": {"Klaus Mueller": {"movement": [118, 47], "pronunciatio": "📚🎒", "description": "waking up and completing his morning routine (gathering his books and supplies) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "2829": {"Klaus Mueller": {"movement": [119, 47], "pronunciatio": "📚🎒", "description": "waking up and completing his morning routine (gathering his books and supplies) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "2830": {"Klaus Mueller": {"movement": [119, 48], "pronunciatio": "📚🎒", "description": "waking up and completing his morning routine (gathering his books and supplies) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "2831": {"Klaus Mueller": {"movement": [119, 49], "pronunciatio": "📚🎒", "description": "waking up and completing his morning routine (gathering his books and supplies) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "2832": {"Klaus Mueller": {"movement": [120, 49], "pronunciatio": "📚🎒", "description": "waking up and completing his morning routine (gathering his books and supplies) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "2833": {"Klaus Mueller": {"movement": [121, 49], "pronunciatio": "📚🎒", "description": "waking up and completing his morning routine (gathering his books and supplies) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "2834": {"Klaus Mueller": {"movement": [122, 49], "pronunciatio": "📚🎒", "description": "waking up and completing his morning routine (gathering his books and supplies) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "2835": {"Klaus Mueller": {"movement": [123, 49], "pronunciatio": "📚🎒", "description": "waking up and completing his morning routine (gathering his books and supplies) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "2836": {"Klaus Mueller": {"movement": [124, 49], "pronunciatio": "📚🎒", "description": "waking up and completing his morning routine (gathering his books and supplies) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "2837": {"Klaus Mueller": {"movement": [124, 50], "pronunciatio": "📚🎒", "description": "waking up and completing his morning routine (gathering his books and supplies) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "2838": {"Klaus Mueller": {"movement": [125, 50], "pronunciatio": "📚🎒", "description": "waking up and completing his morning routine (gathering his books and supplies) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "2839": {"Klaus Mueller": {"movement": [126, 50], "pronunciatio": "📚🎒", "description": "waking up and completing his morning routine (gathering his books and supplies) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "2840": {"Klaus Mueller": {"movement": [127, 50], "pronunciatio": "📚🎒", "description": "waking up and completing his morning routine (gathering his books and supplies) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "2841": {"Klaus Mueller": {"movement": [128, 50], "pronunciatio": "📚🎒", "description": "waking up and completing his morning routine (gathering his books and supplies) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "2842": {"Klaus Mueller": {"movement": [129, 50], "pronunciatio": "📚🎒", "description": "waking up and completing his morning routine (gathering his books and supplies) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "2843": {"Klaus Mueller": {"movement": [130, 50], "pronunciatio": "📚🎒", "description": "waking up and completing his morning routine (gathering his books and supplies) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "2844": {"Klaus Mueller": {"movement": [131, 50], "pronunciatio": "📚🎒", "description": "waking up and completing his morning routine (gathering his books and supplies) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "2845": {"Klaus Mueller": {"movement": [131, 49], "pronunciatio": "📚🎒", "description": "waking up and completing his morning routine (gathering his books and supplies) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "2846": {"Klaus Mueller": {"movement": [131, 48], "pronunciatio": "📚🎒", "description": "waking up and completing his morning routine (gathering his books and supplies) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "2847": {"Klaus Mueller": {"movement": [131, 47], "pronunciatio": "📚🎒", "description": "waking up and completing his morning routine (gathering his books and supplies) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "2848": {"Klaus Mueller": {"movement": [131, 46], "pronunciatio": "📚🎒", "description": "waking up and completing his morning routine (gathering his books and supplies) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "2849": {}, "2850": {"Isabella Rodriguez": {"movement": [79, 21], "pronunciatio": "🤝", "description": "opening Hobbs Cafe (welcoming customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [131, 47], "pronunciatio": "📚", "description": "waking up and completing his morning routine (leaving for the library) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2851": {"Isabella Rodriguez": {"movement": [79, 22], "pronunciatio": "🤝", "description": "opening Hobbs Cafe (welcoming customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [131, 48], "pronunciatio": "📚", "description": "waking up and completing his morning routine (leaving for the library) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2852": {"Isabella Rodriguez": {"movement": [79, 23], "pronunciatio": "🤝", "description": "opening Hobbs Cafe (welcoming customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [131, 49], "pronunciatio": "📚", "description": "waking up and completing his morning routine (leaving for the library) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2853": {"Klaus Mueller": {"movement": [131, 50], "pronunciatio": "📚", "description": "waking up and completing his morning routine (leaving for the library) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2854": {"Klaus Mueller": {"movement": [130, 50], "pronunciatio": "📚", "description": "waking up and completing his morning routine (leaving for the library) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2855": {"Klaus Mueller": {"movement": [129, 50], "pronunciatio": "📚", "description": "waking up and completing his morning routine (leaving for the library) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2856": {"Klaus Mueller": {"movement": [128, 50], "pronunciatio": "📚", "description": "waking up and completing his morning routine (leaving for the library) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2857": {"Klaus Mueller": {"movement": [127, 50], "pronunciatio": "📚", "description": "waking up and completing his morning routine (leaving for the library) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2858": {"Klaus Mueller": {"movement": [126, 50], "pronunciatio": "📚", "description": "waking up and completing his morning routine (leaving for the library) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2859": {"Klaus Mueller": {"movement": [125, 50], "pronunciatio": "📚", "description": "waking up and completing his morning routine (leaving for the library) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2860": {"Klaus Mueller": {"movement": [124, 50], "pronunciatio": "📚", "description": "waking up and completing his morning routine (leaving for the library) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2861": {"Klaus Mueller": {"movement": [123, 50], "pronunciatio": "📚", "description": "waking up and completing his morning routine (leaving for the library) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2862": {"Klaus Mueller": {"movement": [122, 50], "pronunciatio": "📚", "description": "waking up and completing his morning routine (leaving for the library) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2863": {"Klaus Mueller": {"movement": [121, 50], "pronunciatio": "📚", "description": "waking up and completing his morning routine (leaving for the library) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2864": {"Klaus Mueller": {"movement": [120, 50], "pronunciatio": "📚", "description": "waking up and completing his morning routine (leaving for the library) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2865": {"Klaus Mueller": {"movement": [119, 50], "pronunciatio": "📚", "description": "waking up and completing his morning routine (leaving for the library) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2866": {"Klaus Mueller": {"movement": [118, 50], "pronunciatio": "📚", "description": "waking up and completing his morning routine (leaving for the library) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2867": {"Klaus Mueller": {"movement": [117, 50], "pronunciatio": "📚", "description": "waking up and completing his morning routine (leaving for the library) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2868": {"Klaus Mueller": {"movement": [117, 49], "pronunciatio": "📚", "description": "waking up and completing his morning routine (leaving for the library) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2869": {"Klaus Mueller": {"movement": [117, 48], "pronunciatio": "📚", "description": "waking up and completing his morning routine (leaving for the library) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2870": {"Klaus Mueller": {"movement": [117, 47], "pronunciatio": "📚", "description": "waking up and completing his morning routine (leaving for the library) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2871": {"Klaus Mueller": {"movement": [116, 47], "pronunciatio": "📚", "description": "waking up and completing his morning routine (leaving for the library) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2872": {"Klaus Mueller": {"movement": [115, 47], "pronunciatio": "📚", "description": "waking up and completing his morning routine (leaving for the library) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2873": {"Klaus Mueller": {"movement": [114, 47], "pronunciatio": "📚", "description": "waking up and completing his morning routine (leaving for the library) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2874": {"Klaus Mueller": {"movement": [113, 47], "pronunciatio": "📚", "description": "waking up and completing his morning routine (leaving for the library) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2875": {"Klaus Mueller": {"movement": [112, 47], "pronunciatio": "📚", "description": "waking up and completing his morning routine (leaving for the library) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2876": {"Klaus Mueller": {"movement": [111, 47], "pronunciatio": "📚", "description": "waking up and completing his morning routine (leaving for the library) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2877": {"Klaus Mueller": {"movement": [110, 47], "pronunciatio": "📚", "description": "waking up and completing his morning routine (leaving for the library) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2878": {"Klaus Mueller": {"movement": [109, 47], "pronunciatio": "📚", "description": "waking up and completing his morning routine (leaving for the library) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2879": {"Klaus Mueller": {"movement": [108, 47], "pronunciatio": "📚", "description": "waking up and completing his morning routine (leaving for the library) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "2880": {"Isabella Rodriguez": {"movement": [79, 24], "pronunciatio": "👋", "description": "serving customers at the cafe counter (greeting customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [108, 46], "pronunciatio": "🚶♀", "description": "going to the library at Oak Hill College to work on his research paper (walking to the library) @ the Ville:Oak Hill College:library:library sofa", "chat": null}}, "2881": {"Isabella Rodriguez": {"movement": [79, 25], "pronunciatio": "👋", "description": "serving customers at the cafe counter (greeting customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [108, 45], "pronunciatio": "🚶♀", "description": "going to the library at Oak Hill College to work on his research paper (walking to the library) @ the Ville:Oak Hill College:library:library sofa", "chat": null}}, "2882": {"Klaus Mueller": {"movement": [108, 44], "pronunciatio": "🚶♀", "description": "going to the library at Oak Hill College to work on his research paper (walking to the library) @ the Ville:Oak Hill College:library:library sofa", "chat": null}}, "2883": {"Klaus Mueller": {"movement": [108, 43], "pronunciatio": "🚶♀", "description": "going to the library at Oak Hill College to work on his research paper (walking to the library) @ the Ville:Oak Hill College:library:library sofa", "chat": null}}, "2884": {"Klaus Mueller": {"movement": [108, 42], "pronunciatio": "🚶♀", "description": "going to the library at Oak Hill College to work on his research paper (walking to the library) @ the Ville:Oak Hill College:library:library sofa", "chat": null}}, "2885": {"Klaus Mueller": {"movement": [108, 41], "pronunciatio": "🚶♀", "description": "going to the library at Oak Hill College to work on his research paper (walking to the library) @ the Ville:Oak Hill College:library:library sofa", "chat": null}}, "2886": {"Klaus Mueller": {"movement": [108, 40], "pronunciatio": "🚶♀", "description": "going to the library at Oak Hill College to work on his research paper (walking to the library) @ the Ville:Oak Hill College:library:library sofa", "chat": null}}, "2887": {"Klaus Mueller": {"movement": [108, 39], "pronunciatio": "🚶♀", "description": "going to the library at Oak Hill College to work on his research paper (walking to the library) @ the Ville:Oak Hill College:library:library sofa", "chat": null}}, "2888": {"Klaus Mueller": {"movement": [108, 38], "pronunciatio": "🚶♀", "description": "going to the library at Oak Hill College to work on his research paper (walking to the library) @ the Ville:Oak Hill College:library:library sofa", "chat": null}}, "2889": {"Klaus Mueller": {"movement": [108, 37], "pronunciatio": "🚶♀", "description": "going to the library at Oak Hill College to work on his research paper (walking to the library) @ the Ville:Oak Hill College:library:library sofa", "chat": null}}, "2890": {"Klaus Mueller": {"movement": [108, 36], "pronunciatio": "🚶♀", "description": "going to the library at Oak Hill College to work on his research paper (walking to the library) @ the Ville:Oak Hill College:library:library sofa", "chat": null}}, "2891": {"Klaus Mueller": {"movement": [108, 35], "pronunciatio": "🚶♀", "description": "going to the library at Oak Hill College to work on his research paper (walking to the library) @ the Ville:Oak Hill College:library:library sofa", "chat": null}}, "2892": {"Klaus Mueller": {"movement": [108, 34], "pronunciatio": "🚶♀", "description": "going to the library at Oak Hill College to work on his research paper (walking to the library) @ the Ville:Oak Hill College:library:library sofa", "chat": null}}, "2893": {"Klaus Mueller": {"movement": [108, 33], "pronunciatio": "🚶♀", "description": "going to the library at Oak Hill College to work on his research paper (walking to the library) @ the Ville:Oak Hill College:library:library sofa", "chat": null}}, "2894": {"Klaus Mueller": {"movement": [108, 32], "pronunciatio": "🚶♀", "description": "going to the library at Oak Hill College to work on his research paper (walking to the library) @ the Ville:Oak Hill College:library:library sofa", "chat": null}}, "2895": {"Klaus Mueller": {"movement": [109, 32], "pronunciatio": "🚶♀", "description": "going to the library at Oak Hill College to work on his research paper (walking to the library) @ the Ville:Oak Hill College:library:library sofa", "chat": null}}, "2896": {"Klaus Mueller": {"movement": [109, 31], "pronunciatio": "🚶♀", "description": "going to the library at Oak Hill College to work on his research paper (walking to the library) @ the Ville:Oak Hill College:library:library sofa", "chat": null}}, "2897": {"Klaus Mueller": {"movement": [109, 30], "pronunciatio": "🚶♀", "description": "going to the library at Oak Hill College to work on his research paper (walking to the library) @ the Ville:Oak Hill College:library:library sofa", "chat": null}}, "2898": {"Klaus Mueller": {"movement": [110, 30], "pronunciatio": "🚶♀", "description": "going to the library at Oak Hill College to work on his research paper (walking to the library) @ the Ville:Oak Hill College:library:library sofa", "chat": null}}, "2899": {"Klaus Mueller": {"movement": [111, 30], "pronunciatio": "🚶♀", "description": "going to the library at Oak Hill College to work on his research paper (walking to the library) @ the Ville:Oak Hill College:library:library sofa", "chat": null}}, "2900": {"Klaus Mueller": {"movement": [112, 30], "pronunciatio": "🚶♀", "description": "going to the library at Oak Hill College to work on his research paper (walking to the library) @ the Ville:Oak Hill College:library:library sofa", "chat": null}}, "2901": {"Klaus Mueller": {"movement": [113, 30], "pronunciatio": "🚶♀", "description": "going to the library at Oak Hill College to work on his research paper (walking to the library) @ the Ville:Oak Hill College:library:library sofa", "chat": null}}, "2902": {"Klaus Mueller": {"movement": [114, 30], "pronunciatio": "🚶♀", "description": "going to the library at Oak Hill College to work on his research paper (walking to the library) @ the Ville:Oak Hill College:library:library sofa", "chat": null}}, "2903": {"Klaus Mueller": {"movement": [115, 30], "pronunciatio": "🚶♀", "description": "going to the library at Oak Hill College to work on his research paper (walking to the library) @ the Ville:Oak Hill College:library:library sofa", "chat": null}}, "2904": {"Klaus Mueller": {"movement": [116, 30], "pronunciatio": "🚶♀", "description": "going to the library at Oak Hill College to work on his research paper (walking to the library) @ the Ville:Oak Hill College:library:library sofa", "chat": null}}, "2905": {"Klaus Mueller": {"movement": [117, 30], "pronunciatio": "🚶♀", "description": "going to the library at Oak Hill College to work on his research paper (walking to the library) @ the Ville:Oak Hill College:library:library sofa", "chat": null}}, "2906": {"Klaus Mueller": {"movement": [118, 30], "pronunciatio": "🚶♀", "description": "going to the library at Oak Hill College to work on his research paper (walking to the library) @ the Ville:Oak Hill College:library:library sofa", "chat": null}}, "2907": {"Klaus Mueller": {"movement": [119, 30], "pronunciatio": "🚶♀", "description": "going to the library at Oak Hill College to work on his research paper (walking to the library) @ the Ville:Oak Hill College:library:library sofa", "chat": null}}, "2908": {"Klaus Mueller": {"movement": [119, 29], "pronunciatio": "🚶♀", "description": "going to the library at Oak Hill College to work on his research paper (walking to the library) @ the Ville:Oak Hill College:library:library sofa", "chat": null}}, "2909": {"Klaus Mueller": {"movement": [119, 28], "pronunciatio": "🚶♀", "description": "going to the library at Oak Hill College to work on his research paper (walking to the library) @ the Ville:Oak Hill College:library:library sofa", "chat": null}}, "2910": {"Isabella Rodriguez": {"movement": [78, 25], "pronunciatio": "📝✍️", "description": "serving customers at the cafe counter (taking orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Klaus Mueller": {"movement": [119, 27], "pronunciatio": "🚶♀", "description": "going to the library at Oak Hill College to work on his research paper (walking to the library) @ the Ville:Oak Hill College:library:library sofa", "chat": null}}, "2911": {"Isabella Rodriguez": {"movement": [77, 25], "pronunciatio": "📝✍️", "description": "serving customers at the cafe counter (taking orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Klaus Mueller": {"movement": [119, 26], "pronunciatio": "🚶♀", "description": "going to the library at Oak Hill College to work on his research paper (walking to the library) @ the Ville:Oak Hill College:library:library sofa", "chat": null}}, "2912": {"Isabella Rodriguez": {"movement": [76, 25], "pronunciatio": "📝✍️", "description": "serving customers at the cafe counter (taking orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Klaus Mueller": {"movement": [119, 25], "pronunciatio": "🚶♀", "description": "going to the library at Oak Hill College to work on his research paper (walking to the library) @ the Ville:Oak Hill College:library:library sofa", "chat": null}}, "2913": {"Isabella Rodriguez": {"movement": [75, 25], "pronunciatio": "📝✍️", "description": "serving customers at the cafe counter (taking orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Klaus Mueller": {"movement": [119, 24], "pronunciatio": "🚶♀", "description": "going to the library at Oak Hill College to work on his research paper (walking to the library) @ the Ville:Oak Hill College:library:library sofa", "chat": null}}, "2914": {"Isabella Rodriguez": {"movement": [75, 24], "pronunciatio": "📝✍️", "description": "serving customers at the cafe counter (taking orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Klaus Mueller": {"movement": [119, 23], "pronunciatio": "🚶♀", "description": "going to the library at Oak Hill College to work on his research paper (walking to the library) @ the Ville:Oak Hill College:library:library sofa", "chat": null}}, "2915": {"Isabella Rodriguez": {"movement": [75, 23], "pronunciatio": "📝✍️", "description": "serving customers at the cafe counter (taking orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Klaus Mueller": {"movement": [119, 22], "pronunciatio": "🚶♀", "description": "going to the library at Oak Hill College to work on his research paper (walking to the library) @ the Ville:Oak Hill College:library:library sofa", "chat": null}}, "2916": {"Isabella Rodriguez": {"movement": [75, 22], "pronunciatio": "📝✍️", "description": "serving customers at the cafe counter (taking orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Klaus Mueller": {"movement": [119, 21], "pronunciatio": "🚶♀", "description": "going to the library at Oak Hill College to work on his research paper (walking to the library) @ the Ville:Oak Hill College:library:library sofa", "chat": null}}, "2917": {"Isabella Rodriguez": {"movement": [75, 21], "pronunciatio": "📝✍️", "description": "serving customers at the cafe counter (taking orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Klaus Mueller": {"movement": [119, 20], "pronunciatio": "🚶♀", "description": "going to the library at Oak Hill College to work on his research paper (walking to the library) @ the Ville:Oak Hill College:library:library sofa", "chat": null}}, "2918": {"Isabella Rodriguez": {"movement": [75, 20], "pronunciatio": "📝✍️", "description": "serving customers at the cafe counter (taking orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "2919": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "📝✍️", "description": "serving customers at the cafe counter (taking orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "2920": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "📝✍️", "description": "serving customers at the cafe counter (taking orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "2921": {"Isabella Rodriguez": {"movement": [77, 19], "pronunciatio": "📝✍️", "description": "serving customers at the cafe counter (taking orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "2922": {"Isabella Rodriguez": {"movement": [78, 19], "pronunciatio": "📝✍️", "description": "serving customers at the cafe counter (taking orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "2923": {}, "2924": {}, "2925": {}, "2926": {}, "2927": {}, "2928": {}, "2929": {}, "2930": {}, "2931": {}, "2932": {}, "2933": {}, "2934": {}, "2935": {}, "2936": {}, "2937": {}, "2938": {}, "2939": {}, "2940": {}, "2941": {}, "2942": {}, "2943": {}, "2944": {}, "2945": {}, "2946": {}, "2947": {}, "2948": {}, "2949": {}, "2950": {}, "2951": {}, "2952": {}, "2953": {}, "2954": {}, "2955": {}, "2956": {}, "2957": {}, "2958": {}, "2959": {}, "2960": {}, "2961": {}, "2962": {}, "2963": {}, "2964": {}, "2965": {}, "2966": {}, "2967": {}, "2968": {}, "2969": {}, "2970": {"Isabella Rodriguez": {"movement": [77, 19], "pronunciatio": "🍹", "description": "serving customers at the cafe counter (preparing drinks) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}, "Klaus Mueller": {"movement": [120, 20], "pronunciatio": "📚🧺", "description": "going to the library at Oak Hill College to work on his research paper (gathering his research materials) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}}, "2971": {"Klaus Mueller": {"movement": [121, 20], "pronunciatio": "📚🧺", "description": "going to the library at Oak Hill College to work on his research paper (gathering his research materials) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}}, "2972": {"Klaus Mueller": {"movement": [122, 20], "pronunciatio": "📚🧺", "description": "going to the library at Oak Hill College to work on his research paper (gathering his research materials) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}}, "2973": {}, "2974": {}, "2975": {}, "2976": {}, "2977": {}, "2978": {}, "2979": {}, "2980": {}, "2981": {}, "2982": {}, "2983": {}, "2984": {}, "2985": {}, "2986": {}, "2987": {}, "2988": {}, "2989": {}, "2990": {}, "2991": {}, "2992": {}, "2993": {}, "2994": {}, "2995": {}, "2996": {}, "2997": {}, "2998": {}, "2999": {}, "3000": {}, "3001": {}, "3002": {}, "3003": {}, "3004": {}, "3005": {}, "3006": {}, "3007": {}, "3008": {}, "3009": {}, "3010": {}, "3011": {}, "3012": {}, "3013": {}, "3014": {}, "3015": {}, "3016": {}, "3017": {}, "3018": {}, "3019": {}, "3020": {}, "3021": {}, "3022": {}, "3023": {}, "3024": {}, "3025": {}, "3026": {}, "3027": {}, "3028": {}, "3029": {}, "3030": {}, "3031": {}, "3032": {}, "3033": {}, "3034": {}, "3035": {}, "3036": {}, "3037": {}, "3038": {}, "3039": {}, "3040": {}, "3041": {}, "3042": {}, "3043": {}, "3044": {}, "3045": {}, "3046": {}, "3047": {}, "3048": {}, "3049": {}, "3050": {}, "3051": {}, "3052": {}, "3053": {}, "3054": {}, "3055": {}, "3056": {}, "3057": {}, "3058": {}, "3059": {}, "3060": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "🍽️", "description": "serving customers at the cafe counter (serving food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [122, 21], "pronunciatio": "🛠️📚", "description": "going to the library at Oak Hill College to work on his research paper (setting up his workspace) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3061": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "🍽️", "description": "serving customers at the cafe counter (serving food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [122, 22], "pronunciatio": "🛠️📚", "description": "going to the library at Oak Hill College to work on his research paper (setting up his workspace) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3062": {"Isabella Rodriguez": {"movement": [74, 19], "pronunciatio": "🍽️", "description": "serving customers at the cafe counter (serving food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "3063": {"Isabella Rodriguez": {"movement": [74, 20], "pronunciatio": "🍽️", "description": "serving customers at the cafe counter (serving food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "3064": {"Isabella Rodriguez": {"movement": [74, 21], "pronunciatio": "🍽️", "description": "serving customers at the cafe counter (serving food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "3065": {"Isabella Rodriguez": {"movement": [74, 22], "pronunciatio": "🍽️", "description": "serving customers at the cafe counter (serving food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "3066": {"Isabella Rodriguez": {"movement": [74, 23], "pronunciatio": "🍽️", "description": "serving customers at the cafe counter (serving food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "3067": {}, "3068": {}, "3069": {}, "3070": {}, "3071": {}, "3072": {}, "3073": {}, "3074": {}, "3075": {}, "3076": {}, "3077": {}, "3078": {}, "3079": {}, "3080": {}, "3081": {}, "3082": {}, "3083": {}, "3084": {}, "3085": {}, "3086": {}, "3087": {}, "3088": {}, "3089": {}, "3090": {}, "3091": {}, "3092": {}, "3093": {}, "3094": {}, "3095": {}, "3096": {}, "3097": {}, "3098": {}, "3099": {}, "3100": {}, "3101": {}, "3102": {}, "3103": {}, "3104": {}, "3105": {}, "3106": {}, "3107": {}, "3108": {}, "3109": {}, "3110": {}, "3111": {}, "3112": {}, "3113": {}, "3114": {}, "3115": {}, "3116": {}, "3117": {}, "3118": {}, "3119": {}, "3120": {}, "3121": {}, "3122": {}, "3123": {}, "3124": {}, "3125": {}, "3126": {}, "3127": {}, "3128": {}, "3129": {}, "3130": {}, "3131": {}, "3132": {}, "3133": {}, "3134": {}, "3135": {}, "3136": {}, "3137": {}, "3138": {}, "3139": {}, "3140": {}, "3141": {}, "3142": {}, "3143": {}, "3144": {}, "3145": {}, "3146": {}, "3147": {}, "3148": {}, "3149": {}, "3150": {"Isabella Rodriguez": {"movement": [74, 22], "pronunciatio": "🧹🪑", "description": "serving customers at the cafe counter (cleaning tables) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}, "Klaus Mueller": {"movement": [122, 23], "pronunciatio": "📚🔍", "description": "going to the library at Oak Hill College to work on his research paper (reviewing his research paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3151": {"Isabella Rodriguez": {"movement": [74, 21], "pronunciatio": "🧹🪑", "description": "serving customers at the cafe counter (cleaning tables) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}, "Klaus Mueller": {"movement": [122, 24], "pronunciatio": "📚🔍", "description": "going to the library at Oak Hill College to work on his research paper (reviewing his research paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3152": {"Isabella Rodriguez": {"movement": [74, 20], "pronunciatio": "🧹🪑", "description": "serving customers at the cafe counter (cleaning tables) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}}, "3153": {"Isabella Rodriguez": {"movement": [74, 19], "pronunciatio": "🧹🪑", "description": "serving customers at the cafe counter (cleaning tables) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}}, "3154": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "🧹🪑", "description": "serving customers at the cafe counter (cleaning tables) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}}, "3155": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "🧹🪑", "description": "serving customers at the cafe counter (cleaning tables) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}}, "3156": {"Isabella Rodriguez": {"movement": [77, 19], "pronunciatio": "🧹🪑", "description": "serving customers at the cafe counter (cleaning tables) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}}, "3157": {}, "3158": {}, "3159": {}, "3160": {}, "3161": {}, "3162": {}, "3163": {}, "3164": {}, "3165": {}, "3166": {}, "3167": {}, "3168": {}, "3169": {}, "3170": {}, "3171": {}, "3172": {}, "3173": {}, "3174": {}, "3175": {}, "3176": {}, "3177": {}, "3178": {}, "3179": {}, "3180": {}, "3181": {}, "3182": {}, "3183": {}, "3184": {}, "3185": {}, "3186": {}, "3187": {}, "3188": {}, "3189": {}, "3190": {}, "3191": {}, "3192": {}, "3193": {}, "3194": {}, "3195": {}, "3196": {}, "3197": {}, "3198": {}, "3199": {}, "3200": {}, "3201": {}, "3202": {}, "3203": {}, "3204": {}, "3205": {}, "3206": {}, "3207": {}, "3208": {}, "3209": {}, "3210": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "🧂🙌", "description": "serving customers at the cafe counter (refilling condiments) @ the Ville:Hobbs Cafe:cafe:refrigerator", "chat": null}}, "3211": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "🧂🙌", "description": "serving customers at the cafe counter (refilling condiments) @ the Ville:Hobbs Cafe:cafe:refrigerator", "chat": null}}, "3212": {"Isabella Rodriguez": {"movement": [74, 19], "pronunciatio": "🧂🙌", "description": "serving customers at the cafe counter (refilling condiments) @ the Ville:Hobbs Cafe:cafe:refrigerator", "chat": null}}, "3213": {"Isabella Rodriguez": {"movement": [73, 19], "pronunciatio": "🧂🙌", "description": "serving customers at the cafe counter (refilling condiments) @ the Ville:Hobbs Cafe:cafe:refrigerator", "chat": null}}, "3214": {}, "3215": {}, "3216": {}, "3217": {}, "3218": {}, "3219": {}, "3220": {}, "3221": {}, "3222": {}, "3223": {}, "3224": {}, "3225": {}, "3226": {}, "3227": {}, "3228": {}, "3229": {}, "3230": {}, "3231": {}, "3232": {}, "3233": {}, "3234": {}, "3235": {}, "3236": {}, "3237": {}, "3238": {}, "3239": {}, "3240": {"Isabella Rodriguez": {"movement": [74, 19], "pronunciatio": "💰", "description": "serving customers at the cafe counter (taking payments) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Klaus Mueller": {"movement": [122, 23], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [123, 57], "pronunciatio": "🛌", "description": "waking up and completing her morning routine (getting out of bed) @ the Ville:Dorm for Oak Hill College:龙哥's room:bed", "chat": null}}, "3241": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "💰", "description": "serving customers at the cafe counter (taking payments) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Klaus Mueller": {"movement": [122, 22], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3242": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "💰", "description": "serving customers at the cafe counter (taking payments) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3243": {"Isabella Rodriguez": {"movement": [77, 19], "pronunciatio": "💰", "description": "serving customers at the cafe counter (taking payments) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3244": {"Isabella Rodriguez": {"movement": [78, 19], "pronunciatio": "💰", "description": "serving customers at the cafe counter (taking payments) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3245": {}, "3246": {}, "3247": {}, "3248": {}, "3249": {}, "3250": {}, "3251": {}, "3252": {}, "3253": {}, "3254": {}, "3255": {}, "3256": {}, "3257": {}, "3258": {}, "3259": {}, "3260": {}, "3261": {}, "3262": {}, "3263": {}, "3264": {}, "3265": {}, "3266": {}, "3267": {}, "3268": {}, "3269": {}, "3270": {"Maria Lopez": {"movement": [123, 56], "pronunciatio": "🦷🪥", "description": "waking up and completing her morning routine (brushing her teeth) @ the Ville:Dorm for Oak Hill College:woman's bathroom:bathroom sink", "chat": null}}, "3271": {"Maria Lopez": {"movement": [123, 55], "pronunciatio": "🦷🪥", "description": "waking up and completing her morning routine (brushing her teeth) @ the Ville:Dorm for Oak Hill College:woman's bathroom:bathroom sink", "chat": null}}, "3272": {"Maria Lopez": {"movement": [123, 54], "pronunciatio": "🦷🪥", "description": "waking up and completing her morning routine (brushing her teeth) @ the Ville:Dorm for Oak Hill College:woman's bathroom:bathroom sink", "chat": null}}, "3273": {"Maria Lopez": {"movement": [124, 54], "pronunciatio": "🦷🪥", "description": "waking up and completing her morning routine (brushing her teeth) @ the Ville:Dorm for Oak Hill College:woman's bathroom:bathroom sink", "chat": null}}, "3274": {"Maria Lopez": {"movement": [124, 53], "pronunciatio": "🦷🪥", "description": "waking up and completing her morning routine (brushing her teeth) @ the Ville:Dorm for Oak Hill College:woman's bathroom:bathroom sink", "chat": null}}, "3275": {"Maria Lopez": {"movement": [124, 52], "pronunciatio": "🦷🪥", "description": "waking up and completing her morning routine (brushing her teeth) @ the Ville:Dorm for Oak Hill College:woman's bathroom:bathroom sink", "chat": null}}, "3276": {"Maria Lopez": {"movement": [124, 51], "pronunciatio": "🦷🪥", "description": "waking up and completing her morning routine (brushing her teeth) @ the Ville:Dorm for Oak Hill College:woman's bathroom:bathroom sink", "chat": null}}, "3277": {"Maria Lopez": {"movement": [125, 51], "pronunciatio": "🦷🪥", "description": "waking up and completing her morning routine (brushing her teeth) @ the Ville:Dorm for Oak Hill College:woman's bathroom:bathroom sink", "chat": null}}, "3278": {"Maria Lopez": {"movement": [126, 51], "pronunciatio": "🦷🪥", "description": "waking up and completing her morning routine (brushing her teeth) @ the Ville:Dorm for Oak Hill College:woman's bathroom:bathroom sink", "chat": null}}, "3279": {"Maria Lopez": {"movement": [127, 51], "pronunciatio": "🦷🪥", "description": "waking up and completing her morning routine (brushing her teeth) @ the Ville:Dorm for Oak Hill College:woman's bathroom:bathroom sink", "chat": null}}, "3280": {"Maria Lopez": {"movement": [128, 51], "pronunciatio": "🦷🪥", "description": "waking up and completing her morning routine (brushing her teeth) @ the Ville:Dorm for Oak Hill College:woman's bathroom:bathroom sink", "chat": null}}, "3281": {"Maria Lopez": {"movement": [129, 51], "pronunciatio": "🦷🪥", "description": "waking up and completing her morning routine (brushing her teeth) @ the Ville:Dorm for Oak Hill College:woman's bathroom:bathroom sink", "chat": null}}, "3282": {"Maria Lopez": {"movement": [130, 51], "pronunciatio": "🦷🪥", "description": "waking up and completing her morning routine (brushing her teeth) @ the Ville:Dorm for Oak Hill College:woman's bathroom:bathroom sink", "chat": null}}, "3283": {"Maria Lopez": {"movement": [131, 51], "pronunciatio": "🦷🪥", "description": "waking up and completing her morning routine (brushing her teeth) @ the Ville:Dorm for Oak Hill College:woman's bathroom:bathroom sink", "chat": null}}, "3284": {"Maria Lopez": {"movement": [131, 52], "pronunciatio": "🦷🪥", "description": "waking up and completing her morning routine (brushing her teeth) @ the Ville:Dorm for Oak Hill College:woman's bathroom:bathroom sink", "chat": null}}, "3285": {"Maria Lopez": {"movement": [131, 53], "pronunciatio": "🦷🪥", "description": "waking up and completing her morning routine (brushing her teeth) @ the Ville:Dorm for Oak Hill College:woman's bathroom:bathroom sink", "chat": null}}, "3286": {}, "3287": {}, "3288": {}, "3289": {}, "3290": {}, "3291": {}, "3292": {}, "3293": {}, "3294": {}, "3295": {}, "3296": {}, "3297": {}, "3298": {}, "3299": {}, "3300": {"Isabella Rodriguez": {"movement": [77, 19], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}, "Maria Lopez": {"movement": [131, 54], "pronunciatio": "🚿", "description": "waking up and completing her morning routine (taking a shower) @ the Ville:Dorm for Oak Hill College:woman's bathroom:shower", "chat": null}}, "3301": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}, "Maria Lopez": {"movement": [131, 55], "pronunciatio": "🚿", "description": "waking up and completing her morning routine (taking a shower) @ the Ville:Dorm for Oak Hill College:woman's bathroom:shower", "chat": null}}, "3302": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}, "Maria Lopez": {"movement": [132, 55], "pronunciatio": "🚿", "description": "waking up and completing her morning routine (taking a shower) @ the Ville:Dorm for Oak Hill College:woman's bathroom:shower", "chat": null}}, "3303": {"Isabella Rodriguez": {"movement": [75, 20], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}, "Maria Lopez": {"movement": [132, 56], "pronunciatio": "🚿", "description": "waking up and completing her morning routine (taking a shower) @ the Ville:Dorm for Oak Hill College:woman's bathroom:shower", "chat": null}}, "3304": {"Isabella Rodriguez": {"movement": [75, 21], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}, "Maria Lopez": {"movement": [132, 57], "pronunciatio": "🚿", "description": "waking up and completing her morning routine (taking a shower) @ the Ville:Dorm for Oak Hill College:woman's bathroom:shower", "chat": null}}, "3305": {"Isabella Rodriguez": {"movement": [76, 21], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}, "Maria Lopez": {"movement": [131, 57], "pronunciatio": "🚿", "description": "waking up and completing her morning routine (taking a shower) @ the Ville:Dorm for Oak Hill College:woman's bathroom:shower", "chat": null}}, "3306": {"Isabella Rodriguez": {"movement": [76, 22], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "3307": {"Isabella Rodriguez": {"movement": [76, 23], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "3308": {"Isabella Rodriguez": {"movement": [76, 24], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "3309": {"Isabella Rodriguez": {"movement": [76, 25], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "3310": {"Isabella Rodriguez": {"movement": [77, 25], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "3311": {"Isabella Rodriguez": {"movement": [77, 26], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "3312": {"Isabella Rodriguez": {"movement": [77, 27], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "3313": {"Isabella Rodriguez": {"movement": [77, 28], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "3314": {"Isabella Rodriguez": {"movement": [77, 29], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "3315": {"Isabella Rodriguez": {"movement": [77, 30], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "3316": {"Isabella Rodriguez": {"movement": [78, 30], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "3317": {"Isabella Rodriguez": {"movement": [79, 30], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "3318": {"Isabella Rodriguez": {"movement": [80, 30], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "3319": {"Isabella Rodriguez": {"movement": [80, 31], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "3320": {"Isabella Rodriguez": {"movement": [80, 32], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "3321": {"Isabella Rodriguez": {"movement": [80, 33], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "3322": {"Isabella Rodriguez": {"movement": [80, 34], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "3323": {"Isabella Rodriguez": {"movement": [80, 35], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "3324": {"Isabella Rodriguez": {"movement": [80, 36], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "3325": {"Isabella Rodriguez": {"movement": [80, 37], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "3326": {"Isabella Rodriguez": {"movement": [80, 38], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "3327": {"Isabella Rodriguez": {"movement": [80, 39], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "3328": {"Isabella Rodriguez": {"movement": [80, 40], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "3329": {"Isabella Rodriguez": {"movement": [80, 41], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "3330": {"Isabella Rodriguez": {"movement": [80, 42], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}, "Klaus Mueller": {"movement": [122, 23], "pronunciatio": "📝", "description": "working on his research paper at the library (taking notes) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3331": {"Isabella Rodriguez": {"movement": [80, 43], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}, "Klaus Mueller": {"movement": [122, 24], "pronunciatio": "📝", "description": "working on his research paper at the library (taking notes) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3332": {"Isabella Rodriguez": {"movement": [80, 44], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "3333": {"Isabella Rodriguez": {"movement": [79, 44], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "3334": {"Isabella Rodriguez": {"movement": [78, 44], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "3335": {"Isabella Rodriguez": {"movement": [77, 44], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "3336": {"Isabella Rodriguez": {"movement": [76, 44], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "3337": {"Isabella Rodriguez": {"movement": [76, 45], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "3338": {"Isabella Rodriguez": {"movement": [76, 46], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "3339": {"Isabella Rodriguez": {"movement": [76, 47], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "3340": {"Isabella Rodriguez": {"movement": [76, 48], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "3341": {"Isabella Rodriguez": {"movement": [76, 49], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "3342": {"Isabella Rodriguez": {"movement": [76, 50], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "3343": {"Isabella Rodriguez": {"movement": [75, 50], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "3344": {"Isabella Rodriguez": {"movement": [75, 51], "pronunciatio": "✅📦", "description": "serving customers at the cafe counter (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "3345": {}, "3346": {}, "3347": {}, "3348": {}, "3349": {}, "3350": {}, "3351": {}, "3352": {}, "3353": {}, "3354": {}, "3355": {}, "3356": {}, "3357": {}, "3358": {}, "3359": {}, "3360": {"Isabella Rodriguez": {"movement": [75, 50], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Maria Lopez": {"movement": [132, 57], "pronunciatio": "👕👖", "description": "waking up and completing her morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "3361": {"Isabella Rodriguez": {"movement": [76, 50], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Maria Lopez": {"movement": [132, 56], "pronunciatio": "👕👖", "description": "waking up and completing her morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "3362": {"Isabella Rodriguez": {"movement": [76, 49], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Maria Lopez": {"movement": [132, 55], "pronunciatio": "👕👖", "description": "waking up and completing her morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "3363": {"Isabella Rodriguez": {"movement": [76, 48], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Maria Lopez": {"movement": [131, 55], "pronunciatio": "👕👖", "description": "waking up and completing her morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "3364": {"Isabella Rodriguez": {"movement": [76, 47], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Maria Lopez": {"movement": [131, 54], "pronunciatio": "👕👖", "description": "waking up and completing her morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "3365": {"Isabella Rodriguez": {"movement": [76, 46], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Maria Lopez": {"movement": [131, 53], "pronunciatio": "👕👖", "description": "waking up and completing her morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "3366": {"Isabella Rodriguez": {"movement": [76, 45], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Maria Lopez": {"movement": [131, 52], "pronunciatio": "👕👖", "description": "waking up and completing her morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "3367": {"Isabella Rodriguez": {"movement": [76, 44], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Maria Lopez": {"movement": [131, 51], "pronunciatio": "👕👖", "description": "waking up and completing her morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "3368": {"Isabella Rodriguez": {"movement": [77, 44], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Maria Lopez": {"movement": [130, 51], "pronunciatio": "👕👖", "description": "waking up and completing her morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "3369": {"Isabella Rodriguez": {"movement": [78, 44], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Maria Lopez": {"movement": [129, 51], "pronunciatio": "👕👖", "description": "waking up and completing her morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "3370": {"Isabella Rodriguez": {"movement": [79, 44], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Maria Lopez": {"movement": [128, 51], "pronunciatio": "👕👖", "description": "waking up and completing her morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "3371": {"Isabella Rodriguez": {"movement": [80, 44], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Maria Lopez": {"movement": [127, 51], "pronunciatio": "👕👖", "description": "waking up and completing her morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "3372": {"Isabella Rodriguez": {"movement": [80, 43], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Maria Lopez": {"movement": [126, 51], "pronunciatio": "👕👖", "description": "waking up and completing her morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "3373": {"Isabella Rodriguez": {"movement": [80, 42], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Maria Lopez": {"movement": [125, 51], "pronunciatio": "👕👖", "description": "waking up and completing her morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "3374": {"Isabella Rodriguez": {"movement": [80, 41], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Maria Lopez": {"movement": [124, 51], "pronunciatio": "👕👖", "description": "waking up and completing her morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "3375": {"Isabella Rodriguez": {"movement": [80, 40], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Maria Lopez": {"movement": [124, 52], "pronunciatio": "👕👖", "description": "waking up and completing her morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "3376": {"Isabella Rodriguez": {"movement": [80, 39], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Maria Lopez": {"movement": [124, 53], "pronunciatio": "👕👖", "description": "waking up and completing her morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "3377": {"Isabella Rodriguez": {"movement": [80, 38], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Maria Lopez": {"movement": [124, 54], "pronunciatio": "👕👖", "description": "waking up and completing her morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "3378": {"Isabella Rodriguez": {"movement": [80, 37], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Maria Lopez": {"movement": [123, 54], "pronunciatio": "👕👖", "description": "waking up and completing her morning routine (getting dressed) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "3379": {"Isabella Rodriguez": {"movement": [79, 37], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3380": {"Isabella Rodriguez": {"movement": [78, 37], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3381": {"Isabella Rodriguez": {"movement": [77, 37], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3382": {"Isabella Rodriguez": {"movement": [76, 37], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3383": {"Isabella Rodriguez": {"movement": [76, 36], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3384": {"Isabella Rodriguez": {"movement": [76, 35], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3385": {"Isabella Rodriguez": {"movement": [76, 34], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3386": {"Isabella Rodriguez": {"movement": [76, 33], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3387": {"Isabella Rodriguez": {"movement": [76, 32], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3388": {"Isabella Rodriguez": {"movement": [76, 31], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3389": {"Isabella Rodriguez": {"movement": [76, 30], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3390": {"Isabella Rodriguez": {"movement": [76, 29], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3391": {"Isabella Rodriguez": {"movement": [76, 28], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3392": {"Isabella Rodriguez": {"movement": [76, 27], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3393": {"Isabella Rodriguez": {"movement": [76, 26], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3394": {"Isabella Rodriguez": {"movement": [75, 26], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3395": {"Isabella Rodriguez": {"movement": [75, 25], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3396": {"Isabella Rodriguez": {"movement": [75, 24], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3397": {"Isabella Rodriguez": {"movement": [75, 23], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3398": {"Isabella Rodriguez": {"movement": [75, 22], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3399": {"Isabella Rodriguez": {"movement": [75, 21], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3400": {"Isabella Rodriguez": {"movement": [75, 20], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3401": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3402": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3403": {"Isabella Rodriguez": {"movement": [77, 19], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3404": {"Isabella Rodriguez": {"movement": [78, 19], "pronunciatio": "🤝❓", "description": "serving customers at the cafe counter (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3405": {}, "3406": {}, "3407": {}, "3408": {}, "3409": {}, "3410": {}, "3411": {}, "3412": {}, "3413": {}, "3414": {}, "3415": {}, "3416": {}, "3417": {}, "3418": {}, "3419": {}, "3420": {"Isabella Rodriguez": {"movement": [78, 18], "pronunciatio": "☕️🌴", "description": "serving customers at the cafe counter (taking a break) @ the Ville:小美's apartment:main room:bed", "chat": null}, "Maria Lopez": {"movement": [124, 54], "pronunciatio": "🍳", "description": "waking up and completing her morning routine (eating breakfast) @ the Ville:Dorm for Oak Hill College:kitchen:cooking area", "chat": null}}, "3421": {"Isabella Rodriguez": {"movement": [78, 17], "pronunciatio": "☕️🌴", "description": "serving customers at the cafe counter (taking a break) @ the Ville:小美's apartment:main room:bed", "chat": null}, "Maria Lopez": {"movement": [124, 53], "pronunciatio": "🍳", "description": "waking up and completing her morning routine (eating breakfast) @ the Ville:Dorm for Oak Hill College:kitchen:cooking area", "chat": null}}, "3422": {"Isabella Rodriguez": {"movement": [78, 16], "pronunciatio": "☕️🌴", "description": "serving customers at the cafe counter (taking a break) @ the Ville:小美's apartment:main room:bed", "chat": null}, "Maria Lopez": {"movement": [124, 52], "pronunciatio": "🍳", "description": "waking up and completing her morning routine (eating breakfast) @ the Ville:Dorm for Oak Hill College:kitchen:cooking area", "chat": null}}, "3423": {"Isabella Rodriguez": {"movement": [77, 16], "pronunciatio": "☕️🌴", "description": "serving customers at the cafe counter (taking a break) @ the Ville:小美's apartment:main room:bed", "chat": null}, "Maria Lopez": {"movement": [124, 51], "pronunciatio": "🍳", "description": "waking up and completing her morning routine (eating breakfast) @ the Ville:Dorm for Oak Hill College:kitchen:cooking area", "chat": null}}, "3424": {"Isabella Rodriguez": {"movement": [76, 16], "pronunciatio": "☕️🌴", "description": "serving customers at the cafe counter (taking a break) @ the Ville:小美's apartment:main room:bed", "chat": null}, "Maria Lopez": {"movement": [123, 51], "pronunciatio": "🍳", "description": "waking up and completing her morning routine (eating breakfast) @ the Ville:Dorm for Oak Hill College:kitchen:cooking area", "chat": null}}, "3425": {"Isabella Rodriguez": {"movement": [75, 16], "pronunciatio": "☕️🌴", "description": "serving customers at the cafe counter (taking a break) @ the Ville:小美's apartment:main room:bed", "chat": null}, "Maria Lopez": {"movement": [123, 50], "pronunciatio": "🍳", "description": "waking up and completing her morning routine (eating breakfast) @ the Ville:Dorm for Oak Hill College:kitchen:cooking area", "chat": null}}, "3426": {"Isabella Rodriguez": {"movement": [74, 16], "pronunciatio": "☕️🌴", "description": "serving customers at the cafe counter (taking a break) @ the Ville:小美's apartment:main room:bed", "chat": null}, "Maria Lopez": {"movement": [123, 49], "pronunciatio": "🍳", "description": "waking up and completing her morning routine (eating breakfast) @ the Ville:Dorm for Oak Hill College:kitchen:cooking area", "chat": null}}, "3427": {"Isabella Rodriguez": {"movement": [73, 16], "pronunciatio": "☕️🌴", "description": "serving customers at the cafe counter (taking a break) @ the Ville:小美's apartment:main room:bed", "chat": null}, "Maria Lopez": {"movement": [123, 48], "pronunciatio": "🍳", "description": "waking up and completing her morning routine (eating breakfast) @ the Ville:Dorm for Oak Hill College:kitchen:cooking area", "chat": null}}, "3428": {"Isabella Rodriguez": {"movement": [73, 15], "pronunciatio": "☕️🌴", "description": "serving customers at the cafe counter (taking a break) @ the Ville:小美's apartment:main room:bed", "chat": null}}, "3429": {"Isabella Rodriguez": {"movement": [73, 14], "pronunciatio": "☕️🌴", "description": "serving customers at the cafe counter (taking a break) @ the Ville:小美's apartment:main room:bed", "chat": null}}, "3430": {}, "3431": {}, "3432": {}, "3433": {}, "3434": {}, "3435": {}, "3436": {}, "3437": {}, "3438": {}, "3439": {}, "3440": {}, "3441": {}, "3442": {}, "3443": {}, "3444": {}, "3445": {}, "3446": {}, "3447": {}, "3448": {}, "3449": {}, "3450": {}, "3451": {}, "3452": {}, "3453": {}, "3454": {}, "3455": {}, "3456": {}, "3457": {}, "3458": {}, "3459": {}, "3460": {}, "3461": {}, "3462": {}, "3463": {}, "3464": {}, "3465": {}, "3466": {}, "3467": {}, "3468": {}, "3469": {}, "3470": {}, "3471": {}, "3472": {}, "3473": {}, "3474": {}, "3475": {}, "3476": {}, "3477": {}, "3478": {}, "3479": {}, "3480": {"Isabella Rodriguez": {"movement": [74, 14], "pronunciatio": "🔎👤", "description": "serving customers at the cafe counter (checking on customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [123, 49], "pronunciatio": "📧", "description": "waking up and completing her morning routine (checking her emails) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "3481": {"Isabella Rodriguez": {"movement": [75, 14], "pronunciatio": "🔎👤", "description": "serving customers at the cafe counter (checking on customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [124, 49], "pronunciatio": "📧", "description": "waking up and completing her morning routine (checking her emails) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "3482": {"Isabella Rodriguez": {"movement": [76, 14], "pronunciatio": "🔎👤", "description": "serving customers at the cafe counter (checking on customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [124, 50], "pronunciatio": "📧", "description": "waking up and completing her morning routine (checking her emails) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "3483": {"Isabella Rodriguez": {"movement": [77, 14], "pronunciatio": "🔎👤", "description": "serving customers at the cafe counter (checking on customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [125, 50], "pronunciatio": "📧", "description": "waking up and completing her morning routine (checking her emails) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "3484": {"Isabella Rodriguez": {"movement": [78, 14], "pronunciatio": "🔎👤", "description": "serving customers at the cafe counter (checking on customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [125, 51], "pronunciatio": "📧", "description": "waking up and completing her morning routine (checking her emails) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "3485": {"Isabella Rodriguez": {"movement": [78, 15], "pronunciatio": "🔎👤", "description": "serving customers at the cafe counter (checking on customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [125, 52], "pronunciatio": "📧", "description": "waking up and completing her morning routine (checking her emails) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "3486": {"Isabella Rodriguez": {"movement": [78, 16], "pronunciatio": "🔎👤", "description": "serving customers at the cafe counter (checking on customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [125, 53], "pronunciatio": "📧", "description": "waking up and completing her morning routine (checking her emails) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "3487": {"Isabella Rodriguez": {"movement": [78, 17], "pronunciatio": "🔎👤", "description": "serving customers at the cafe counter (checking on customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [125, 54], "pronunciatio": "📧", "description": "waking up and completing her morning routine (checking her emails) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "3488": {"Isabella Rodriguez": {"movement": [78, 18], "pronunciatio": "🔎👤", "description": "serving customers at the cafe counter (checking on customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [126, 54], "pronunciatio": "📧", "description": "waking up and completing her morning routine (checking her emails) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "3489": {"Isabella Rodriguez": {"movement": [78, 19], "pronunciatio": "🔎👤", "description": "serving customers at the cafe counter (checking on customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "3490": {"Isabella Rodriguez": {"movement": [77, 19], "pronunciatio": "🔎👤", "description": "serving customers at the cafe counter (checking on customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "3491": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "🔎👤", "description": "serving customers at the cafe counter (checking on customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "3492": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "🔎👤", "description": "serving customers at the cafe counter (checking on customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "3493": {"Isabella Rodriguez": {"movement": [75, 20], "pronunciatio": "🔎👤", "description": "serving customers at the cafe counter (checking on customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "3494": {"Isabella Rodriguez": {"movement": [75, 21], "pronunciatio": "🔎👤", "description": "serving customers at the cafe counter (checking on customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "3495": {"Isabella Rodriguez": {"movement": [76, 21], "pronunciatio": "🔎👤", "description": "serving customers at the cafe counter (checking on customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "3496": {"Isabella Rodriguez": {"movement": [77, 21], "pronunciatio": "🔎👤", "description": "serving customers at the cafe counter (checking on customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "3497": {"Isabella Rodriguez": {"movement": [78, 21], "pronunciatio": "🔎👤", "description": "serving customers at the cafe counter (checking on customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "3498": {"Isabella Rodriguez": {"movement": [79, 21], "pronunciatio": "🔎👤", "description": "serving customers at the cafe counter (checking on customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "3499": {"Isabella Rodriguez": {"movement": [80, 21], "pronunciatio": "🔎👤", "description": "serving customers at the cafe counter (checking on customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "3500": {}, "3501": {}, "3502": {}, "3503": {}, "3504": {}, "3505": {}, "3506": {}, "3507": {}, "3508": {}, "3509": {}, "3510": {"Klaus Mueller": {"movement": [122, 25], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [125, 54], "pronunciatio": "🧳", "description": "waking up and completing her morning routine (packing her bag) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "3511": {"Klaus Mueller": {"movement": [121, 25], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [124, 54], "pronunciatio": "🧳", "description": "waking up and completing her morning routine (packing her bag) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "3512": {"Klaus Mueller": {"movement": [120, 25], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [123, 54], "pronunciatio": "🧳", "description": "waking up and completing her morning routine (packing her bag) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "3513": {"Klaus Mueller": {"movement": [119, 25], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3514": {"Klaus Mueller": {"movement": [119, 26], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3515": {"Klaus Mueller": {"movement": [119, 27], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3516": {"Klaus Mueller": {"movement": [119, 28], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3517": {"Klaus Mueller": {"movement": [119, 29], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3518": {"Klaus Mueller": {"movement": [119, 30], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3519": {"Klaus Mueller": {"movement": [118, 30], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3520": {"Klaus Mueller": {"movement": [117, 30], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3521": {"Klaus Mueller": {"movement": [116, 30], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3522": {"Klaus Mueller": {"movement": [115, 30], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3523": {"Klaus Mueller": {"movement": [114, 30], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3524": {"Klaus Mueller": {"movement": [113, 30], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3525": {"Klaus Mueller": {"movement": [112, 30], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3526": {"Klaus Mueller": {"movement": [111, 30], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3527": {"Klaus Mueller": {"movement": [110, 30], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3528": {"Klaus Mueller": {"movement": [109, 30], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3529": {"Klaus Mueller": {"movement": [109, 31], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3530": {"Klaus Mueller": {"movement": [109, 32], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3531": {"Klaus Mueller": {"movement": [108, 32], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3532": {"Klaus Mueller": {"movement": [108, 33], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3533": {"Klaus Mueller": {"movement": [108, 34], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3534": {"Klaus Mueller": {"movement": [108, 35], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3535": {"Klaus Mueller": {"movement": [108, 36], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3536": {"Klaus Mueller": {"movement": [108, 37], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3537": {"Klaus Mueller": {"movement": [109, 37], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3538": {"Klaus Mueller": {"movement": [110, 37], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3539": {"Klaus Mueller": {"movement": [111, 37], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3540": {"Isabella Rodriguez": {"movement": [79, 21], "pronunciatio": "🥡", "description": "serving customers at the cafe counter (preparing to-go orders) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}, "Klaus Mueller": {"movement": [112, 37], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [124, 54], "pronunciatio": "📅", "description": "waking up and completing her morning routine (checking her schedule) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "3541": {"Isabella Rodriguez": {"movement": [78, 21], "pronunciatio": "🥡", "description": "serving customers at the cafe counter (preparing to-go orders) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}, "Klaus Mueller": {"movement": [113, 37], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [125, 54], "pronunciatio": "📅", "description": "waking up and completing her morning routine (checking her schedule) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "3542": {"Isabella Rodriguez": {"movement": [77, 21], "pronunciatio": "🥡", "description": "serving customers at the cafe counter (preparing to-go orders) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}, "Klaus Mueller": {"movement": [114, 37], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [126, 54], "pronunciatio": "📅", "description": "waking up and completing her morning routine (checking her schedule) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "3543": {"Isabella Rodriguez": {"movement": [76, 21], "pronunciatio": "🥡", "description": "serving customers at the cafe counter (preparing to-go orders) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}, "Klaus Mueller": {"movement": [115, 37], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3544": {"Isabella Rodriguez": {"movement": [75, 21], "pronunciatio": "🥡", "description": "serving customers at the cafe counter (preparing to-go orders) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}, "Klaus Mueller": {"movement": [116, 37], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3545": {"Isabella Rodriguez": {"movement": [75, 20], "pronunciatio": "🥡", "description": "serving customers at the cafe counter (preparing to-go orders) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}, "Klaus Mueller": {"movement": [116, 38], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3546": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "🥡", "description": "serving customers at the cafe counter (preparing to-go orders) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}, "Klaus Mueller": {"movement": [116, 39], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3547": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "🥡", "description": "serving customers at the cafe counter (preparing to-go orders) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}, "Klaus Mueller": {"movement": [116, 40], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3548": {"Isabella Rodriguez": {"movement": [77, 19], "pronunciatio": "🥡", "description": "serving customers at the cafe counter (preparing to-go orders) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}, "Klaus Mueller": {"movement": [116, 41], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3549": {"Klaus Mueller": {"movement": [116, 42], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3550": {"Klaus Mueller": {"movement": [116, 43], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3551": {"Klaus Mueller": {"movement": [116, 44], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3552": {"Klaus Mueller": {"movement": [116, 45], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3553": {"Klaus Mueller": {"movement": [117, 45], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3554": {"Klaus Mueller": {"movement": [118, 45], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3555": {"Klaus Mueller": {"movement": [119, 45], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3556": {"Klaus Mueller": {"movement": [120, 45], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3557": {"Klaus Mueller": {"movement": [121, 45], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3558": {"Klaus Mueller": {"movement": [122, 45], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3559": {"Klaus Mueller": {"movement": [123, 45], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3560": {"Klaus Mueller": {"movement": [123, 46], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3561": {"Klaus Mueller": {"movement": [123, 47], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3562": {"Klaus Mueller": {"movement": [123, 48], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3563": {"Klaus Mueller": {"movement": [123, 49], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3564": {"Klaus Mueller": {"movement": [124, 49], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3565": {"Klaus Mueller": {"movement": [124, 50], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3566": {"Klaus Mueller": {"movement": [125, 50], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3567": {"Klaus Mueller": {"movement": [126, 50], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3568": {"Klaus Mueller": {"movement": [127, 50], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3569": {"Klaus Mueller": {"movement": [128, 50], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "3570": {"Klaus Mueller": {"movement": [129, 50], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [125, 54], "pronunciatio": "🎓✈️", "description": "waking up and completing her morning routine (leaving for college) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "3571": {"Klaus Mueller": {"movement": [130, 50], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [124, 54], "pronunciatio": "🎓✈️", "description": "waking up and completing her morning routine (leaving for college) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "3572": {"Klaus Mueller": {"movement": [131, 50], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [124, 53], "pronunciatio": "🎓✈️", "description": "waking up and completing her morning routine (leaving for college) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "3573": {"Klaus Mueller": {"movement": [131, 49], "pronunciatio": "📚🗂️", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [124, 52], "pronunciatio": "🎓✈️", "description": "waking up and completing her morning routine (leaving for college) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "3574": {"Klaus Mueller": {"movement": [131, 50], "pronunciatio": "💬", "description": "conversing about two friends named 阿牛 and 龙哥 discussing their morning plans and progress on a research paper before Maria heads off to college. @ 龙哥", "chat": [["阿牛", "Hey 龙哥, I didn't expect to run into you here! How's your morning going?"], ["龙哥", "Hey 阿牛! Yeah, it's a pleasant surprise indeed. My morning is going well, just getting ready to head off to college. What about you? How's the research paper coming along?"]]}, "Maria Lopez": {"movement": [124, 51], "pronunciatio": "💬", "description": "conversing about two friends named 阿牛 and 龙哥 discussing their morning plans and progress on a research paper before Maria heads off to college. @ 阿牛", "chat": [["阿牛", "Hey 龙哥, I didn't expect to run into you here! How's your morning going?"], ["龙哥", "Hey 阿牛! Yeah, it's a pleasant surprise indeed. My morning is going well, just getting ready to head off to college. What about you? How's the research paper coming along?"]]}}, "3575": {"Klaus Mueller": {"movement": [130, 50], "pronunciatio": "💬", "description": "conversing about two friends named 阿牛 and 龙哥 discussing their morning plans and progress on a research paper before Maria heads off to college. @ 龙哥", "chat": [["阿牛", "Hey 龙哥, I didn't expect to run into you here! How's your morning going?"], ["龙哥", "Hey 阿牛! Yeah, it's a pleasant surprise indeed. My morning is going well, just getting ready to head off to college. What about you? How's the research paper coming along?"]]}, "Maria Lopez": {"movement": [124, 50], "pronunciatio": "💬", "description": "conversing about two friends named 阿牛 and 龙哥 discussing their morning plans and progress on a research paper before Maria heads off to college. @ 阿牛", "chat": [["阿牛", "Hey 龙哥, I didn't expect to run into you here! How's your morning going?"], ["龙哥", "Hey 阿牛! Yeah, it's a pleasant surprise indeed. My morning is going well, just getting ready to head off to college. What about you? How's the research paper coming along?"]]}}, "3576": {"Klaus Mueller": {"movement": [129, 50], "pronunciatio": "💬", "description": "conversing about two friends named 阿牛 and 龙哥 discussing their morning plans and progress on a research paper before Maria heads off to college. @ 龙哥", "chat": [["阿牛", "Hey 龙哥, I didn't expect to run into you here! How's your morning going?"], ["龙哥", "Hey 阿牛! Yeah, it's a pleasant surprise indeed. My morning is going well, just getting ready to head off to college. What about you? How's the research paper coming along?"]]}, "Maria Lopez": {"movement": [125, 50], "pronunciatio": "💬", "description": "conversing about two friends named 阿牛 and 龙哥 discussing their morning plans and progress on a research paper before Maria heads off to college. @ 阿牛", "chat": [["阿牛", "Hey 龙哥, I didn't expect to run into you here! How's your morning going?"], ["龙哥", "Hey 阿牛! Yeah, it's a pleasant surprise indeed. My morning is going well, just getting ready to head off to college. What about you? How's the research paper coming along?"]]}}, "3577": {"Klaus Mueller": {"movement": [128, 50], "pronunciatio": "💬", "description": "conversing about two friends named 阿牛 and 龙哥 discussing their morning plans and progress on a research paper before Maria heads off to college. @ 龙哥", "chat": [["阿牛", "Hey 龙哥, I didn't expect to run into you here! How's your morning going?"], ["龙哥", "Hey 阿牛! Yeah, it's a pleasant surprise indeed. My morning is going well, just getting ready to head off to college. What about you? How's the research paper coming along?"]]}, "Maria Lopez": {"movement": [126, 50], "pronunciatio": "💬", "description": "conversing about two friends named 阿牛 and 龙哥 discussing their morning plans and progress on a research paper before Maria heads off to college. @ 阿牛", "chat": [["阿牛", "Hey 龙哥, I didn't expect to run into you here! How's your morning going?"], ["龙哥", "Hey 阿牛! Yeah, it's a pleasant surprise indeed. My morning is going well, just getting ready to head off to college. What about you? How's the research paper coming along?"]]}}, "3578": {"Klaus Mueller": {"movement": [127, 50], "pronunciatio": "💬", "description": "conversing about two friends named 阿牛 and 龙哥 discussing their morning plans and progress on a research paper before Maria heads off to college. @ 龙哥", "chat": [["阿牛", "Hey 龙哥, I didn't expect to run into you here! How's your morning going?"], ["龙哥", "Hey 阿牛! Yeah, it's a pleasant surprise indeed. My morning is going well, just getting ready to head off to college. What about you? How's the research paper coming along?"]]}, "Maria Lopez": {"movement": [127, 50], "pronunciatio": "💬", "description": "conversing about two friends named 阿牛 and 龙哥 discussing their morning plans and progress on a research paper before Maria heads off to college. @ 阿牛", "chat": [["阿牛", "Hey 龙哥, I didn't expect to run into you here! How's your morning going?"], ["龙哥", "Hey 阿牛! Yeah, it's a pleasant surprise indeed. My morning is going well, just getting ready to head off to college. What about you? How's the research paper coming along?"]]}}, "3579": {}, "3580": {}, "3581": {}, "3582": {}, "3583": {}, "3584": {}, "3585": {}, "3586": {}, "3587": {}, "3588": {"Klaus Mueller": {"movement": [128, 50], "pronunciatio": "📚🗂", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [126, 50], "pronunciatio": "🎒🚗", "description": "waking up and completing her morning routine (leaving for college) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "3589": {"Klaus Mueller": {"movement": [129, 50], "pronunciatio": "📚🗂", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [125, 50], "pronunciatio": "🎒🚗", "description": "waking up and completing her morning routine (leaving for college) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "3590": {"Klaus Mueller": {"movement": [130, 50], "pronunciatio": "📚🗂", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [124, 50], "pronunciatio": "🎒🚗", "description": "waking up and completing her morning routine (leaving for college) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "3591": {"Klaus Mueller": {"movement": [131, 50], "pronunciatio": "📚🗂", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [123, 50], "pronunciatio": "🎒🚗", "description": "waking up and completing her morning routine (leaving for college) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "3592": {"Klaus Mueller": {"movement": [131, 49], "pronunciatio": "📚🗂", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [122, 50], "pronunciatio": "🎒🚗", "description": "waking up and completing her morning routine (leaving for college) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "3593": {"Klaus Mueller": {"movement": [131, 48], "pronunciatio": "📚🗂", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [121, 50], "pronunciatio": "🎒🚗", "description": "waking up and completing her morning routine (leaving for college) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "3594": {"Klaus Mueller": {"movement": [131, 47], "pronunciatio": "📚🗂", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [120, 50], "pronunciatio": "🎒🚗", "description": "waking up and completing her morning routine (leaving for college) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "3595": {"Klaus Mueller": {"movement": [131, 46], "pronunciatio": "📚🗂", "description": "working on his research paper at the library (organizing his notes) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [119, 50], "pronunciatio": "🎒🚗", "description": "waking up and completing her morning routine (leaving for college) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "3596": {"Maria Lopez": {"movement": [118, 50], "pronunciatio": "🎒🚗", "description": "waking up and completing her morning routine (leaving for college) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "3597": {"Maria Lopez": {"movement": [117, 50], "pronunciatio": "🎒🚗", "description": "waking up and completing her morning routine (leaving for college) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "3598": {"Maria Lopez": {"movement": [117, 49], "pronunciatio": "🎒🚗", "description": "waking up and completing her morning routine (leaving for college) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "3599": {"Maria Lopez": {"movement": [117, 48], "pronunciatio": "🎒🚗", "description": "waking up and completing her morning routine (leaving for college) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "3600": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "🧹🧺", "description": "serving customers at the cafe counter (organizing the cafe) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [117, 47], "pronunciatio": "🎒🚗", "description": "waking up and completing her morning routine (leaving for college) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "3601": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "🧹🧺", "description": "serving customers at the cafe counter (organizing the cafe) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [116, 47], "pronunciatio": "🎒🚗", "description": "waking up and completing her morning routine (leaving for college) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "3602": {"Isabella Rodriguez": {"movement": [74, 19], "pronunciatio": "🧹🧺", "description": "serving customers at the cafe counter (organizing the cafe) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [115, 47], "pronunciatio": "🎒🚗", "description": "waking up and completing her morning routine (leaving for college) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "3603": {"Isabella Rodriguez": {"movement": [74, 20], "pronunciatio": "🧹🧺", "description": "serving customers at the cafe counter (organizing the cafe) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [114, 47], "pronunciatio": "🎒🚗", "description": "waking up and completing her morning routine (leaving for college) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "3604": {"Isabella Rodriguez": {"movement": [74, 21], "pronunciatio": "🧹🧺", "description": "serving customers at the cafe counter (organizing the cafe) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [113, 47], "pronunciatio": "🎒🚗", "description": "waking up and completing her morning routine (leaving for college) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "3605": {"Isabella Rodriguez": {"movement": [74, 22], "pronunciatio": "🧹🧺", "description": "serving customers at the cafe counter (organizing the cafe) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [112, 47], "pronunciatio": "🎒🚗", "description": "waking up and completing her morning routine (leaving for college) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "3606": {"Isabella Rodriguez": {"movement": [74, 23], "pronunciatio": "🧹🧺", "description": "serving customers at the cafe counter (organizing the cafe) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [111, 47], "pronunciatio": "🎒🚗", "description": "waking up and completing her morning routine (leaving for college) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "3607": {"Maria Lopez": {"movement": [110, 47], "pronunciatio": "🎒🚗", "description": "waking up and completing her morning routine (leaving for college) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "3608": {"Maria Lopez": {"movement": [109, 47], "pronunciatio": "🎒🚗", "description": "waking up and completing her morning routine (leaving for college) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "3609": {"Maria Lopez": {"movement": [108, 47], "pronunciatio": "🎒🚗", "description": "waking up and completing her morning routine (leaving for college) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "3610": {"Maria Lopez": {"movement": [108, 46], "pronunciatio": "🎒🚗", "description": "waking up and completing her morning routine (leaving for college) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "3611": {"Maria Lopez": {"movement": [108, 45], "pronunciatio": "🎒🚗", "description": "waking up and completing her morning routine (leaving for college) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "3612": {"Maria Lopez": {"movement": [108, 44], "pronunciatio": "🎒🚗", "description": "waking up and completing her morning routine (leaving for college) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "3613": {"Maria Lopez": {"movement": [108, 43], "pronunciatio": "🎒🚗", "description": "waking up and completing her morning routine (leaving for college) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "3614": {"Maria Lopez": {"movement": [108, 42], "pronunciatio": "🎒🚗", "description": "waking up and completing her morning routine (leaving for college) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "3615": {"Maria Lopez": {"movement": [108, 41], "pronunciatio": "🎒🚗", "description": "waking up and completing her morning routine (leaving for college) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "3616": {"Maria Lopez": {"movement": [108, 40], "pronunciatio": "🎒🚗", "description": "waking up and completing her morning routine (leaving for college) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "3617": {"Maria Lopez": {"movement": [108, 39], "pronunciatio": "🎒🚗", "description": "waking up and completing her morning routine (leaving for college) @ the Ville:Oak Hill College:hallway:", "chat": null}}, "3618": {"Maria Lopez": {"movement": [109, 39], "pronunciatio": "📚", "description": "studying for her Physics class (reviewing her notes from the previous class) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3619": {"Maria Lopez": {"movement": [110, 39], "pronunciatio": "📚", "description": "studying for her Physics class (reviewing her notes from the previous class) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3620": {"Maria Lopez": {"movement": [111, 39], "pronunciatio": "📚", "description": "studying for her Physics class (reviewing her notes from the previous class) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3621": {"Maria Lopez": {"movement": [112, 39], "pronunciatio": "📚", "description": "studying for her Physics class (reviewing her notes from the previous class) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3622": {"Maria Lopez": {"movement": [113, 39], "pronunciatio": "📚", "description": "studying for her Physics class (reviewing her notes from the previous class) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3623": {"Maria Lopez": {"movement": [114, 39], "pronunciatio": "📚", "description": "studying for her Physics class (reviewing her notes from the previous class) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3624": {"Maria Lopez": {"movement": [115, 39], "pronunciatio": "📚", "description": "studying for her Physics class (reviewing her notes from the previous class) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3625": {"Maria Lopez": {"movement": [116, 39], "pronunciatio": "📚", "description": "studying for her Physics class (reviewing her notes from the previous class) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3626": {"Maria Lopez": {"movement": [116, 40], "pronunciatio": "📚", "description": "studying for her Physics class (reviewing her notes from the previous class) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3627": {"Maria Lopez": {"movement": [116, 41], "pronunciatio": "📚", "description": "studying for her Physics class (reviewing her notes from the previous class) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3628": {"Maria Lopez": {"movement": [116, 42], "pronunciatio": "📚", "description": "studying for her Physics class (reviewing her notes from the previous class) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3629": {"Maria Lopez": {"movement": [116, 43], "pronunciatio": "📚", "description": "studying for her Physics class (reviewing her notes from the previous class) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3630": {"Maria Lopez": {"movement": [116, 44], "pronunciatio": "📚", "description": "studying for her Physics class (reviewing her notes from the previous class) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3631": {"Maria Lopez": {"movement": [116, 45], "pronunciatio": "📚", "description": "studying for her Physics class (reviewing her notes from the previous class) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3632": {"Maria Lopez": {"movement": [117, 45], "pronunciatio": "📚", "description": "studying for her Physics class (reviewing her notes from the previous class) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3633": {"Maria Lopez": {"movement": [118, 45], "pronunciatio": "📚", "description": "studying for her Physics class (reviewing her notes from the previous class) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3634": {"Maria Lopez": {"movement": [119, 45], "pronunciatio": "📚", "description": "studying for her Physics class (reviewing her notes from the previous class) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3635": {"Maria Lopez": {"movement": [120, 45], "pronunciatio": "📚", "description": "studying for her Physics class (reviewing her notes from the previous class) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3636": {"Maria Lopez": {"movement": [121, 45], "pronunciatio": "📚", "description": "studying for her Physics class (reviewing her notes from the previous class) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3637": {"Maria Lopez": {"movement": [122, 45], "pronunciatio": "📚", "description": "studying for her Physics class (reviewing her notes from the previous class) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3638": {"Maria Lopez": {"movement": [123, 45], "pronunciatio": "📚", "description": "studying for her Physics class (reviewing her notes from the previous class) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3639": {"Maria Lopez": {"movement": [123, 46], "pronunciatio": "📚", "description": "studying for her Physics class (reviewing her notes from the previous class) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3640": {"Maria Lopez": {"movement": [123, 47], "pronunciatio": "📚", "description": "studying for her Physics class (reviewing her notes from the previous class) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3641": {"Maria Lopez": {"movement": [123, 48], "pronunciatio": "📚", "description": "studying for her Physics class (reviewing her notes from the previous class) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3642": {"Maria Lopez": {"movement": [123, 49], "pronunciatio": "📚", "description": "studying for her Physics class (reviewing her notes from the previous class) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3643": {"Maria Lopez": {"movement": [124, 49], "pronunciatio": "📚", "description": "studying for her Physics class (reviewing her notes from the previous class) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3644": {"Maria Lopez": {"movement": [124, 50], "pronunciatio": "📚", "description": "studying for her Physics class (reviewing her notes from the previous class) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3645": {"Maria Lopez": {"movement": [124, 51], "pronunciatio": "📚", "description": "studying for her Physics class (reviewing her notes from the previous class) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3646": {"Maria Lopez": {"movement": [124, 52], "pronunciatio": "📚", "description": "studying for her Physics class (reviewing her notes from the previous class) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3647": {"Maria Lopez": {"movement": [124, 53], "pronunciatio": "📚", "description": "studying for her Physics class (reviewing her notes from the previous class) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3648": {"Maria Lopez": {"movement": [124, 54], "pronunciatio": "📚", "description": "studying for her Physics class (reviewing her notes from the previous class) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3649": {"Maria Lopez": {"movement": [123, 54], "pronunciatio": "📚", "description": "studying for her Physics class (reviewing her notes from the previous class) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3650": {"Maria Lopez": {"movement": [123, 55], "pronunciatio": "📚", "description": "studying for her Physics class (reviewing her notes from the previous class) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3651": {}, "3652": {}, "3653": {}, "3654": {}, "3655": {}, "3656": {}, "3657": {}, "3658": {}, "3659": {}, "3660": {"Isabella Rodriguez": {"movement": [74, 22], "pronunciatio": "🧺", "description": "serving customers at the cafe counter (helping customers with take-out orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3661": {"Isabella Rodriguez": {"movement": [74, 21], "pronunciatio": "🧺", "description": "serving customers at the cafe counter (helping customers with take-out orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3662": {"Isabella Rodriguez": {"movement": [74, 20], "pronunciatio": "🧺", "description": "serving customers at the cafe counter (helping customers with take-out orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3663": {"Isabella Rodriguez": {"movement": [74, 19], "pronunciatio": "🧺", "description": "serving customers at the cafe counter (helping customers with take-out orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3664": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "🧺", "description": "serving customers at the cafe counter (helping customers with take-out orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3665": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "🧺", "description": "serving customers at the cafe counter (helping customers with take-out orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3666": {"Isabella Rodriguez": {"movement": [77, 19], "pronunciatio": "🧺", "description": "serving customers at the cafe counter (helping customers with take-out orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3667": {"Isabella Rodriguez": {"movement": [78, 19], "pronunciatio": "🧺", "description": "serving customers at the cafe counter (helping customers with take-out orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3668": {}, "3669": {}, "3670": {}, "3671": {}, "3672": {}, "3673": {}, "3674": {}, "3675": {}, "3676": {}, "3677": {}, "3678": {"Klaus Mueller": {"movement": [131, 47], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3679": {"Klaus Mueller": {"movement": [131, 48], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3680": {"Klaus Mueller": {"movement": [131, 49], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3681": {"Klaus Mueller": {"movement": [131, 50], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3682": {"Klaus Mueller": {"movement": [130, 50], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3683": {"Klaus Mueller": {"movement": [129, 50], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3684": {"Klaus Mueller": {"movement": [128, 50], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3685": {"Klaus Mueller": {"movement": [127, 50], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3686": {"Klaus Mueller": {"movement": [126, 50], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3687": {"Klaus Mueller": {"movement": [125, 50], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3688": {"Klaus Mueller": {"movement": [124, 50], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3689": {"Klaus Mueller": {"movement": [123, 50], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3690": {"Klaus Mueller": {"movement": [122, 50], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3691": {"Klaus Mueller": {"movement": [121, 50], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3692": {"Klaus Mueller": {"movement": [120, 50], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3693": {"Klaus Mueller": {"movement": [119, 50], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3694": {"Klaus Mueller": {"movement": [118, 50], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3695": {"Klaus Mueller": {"movement": [117, 50], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3696": {"Klaus Mueller": {"movement": [117, 49], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [123, 54], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3697": {"Klaus Mueller": {"movement": [117, 48], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [124, 54], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3698": {"Klaus Mueller": {"movement": [117, 47], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [124, 53], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3699": {"Klaus Mueller": {"movement": [116, 47], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [124, 52], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3700": {"Klaus Mueller": {"movement": [115, 47], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [124, 51], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3701": {"Klaus Mueller": {"movement": [114, 47], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [123, 51], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3702": {"Klaus Mueller": {"movement": [113, 47], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [122, 51], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3703": {"Klaus Mueller": {"movement": [112, 47], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [121, 51], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3704": {"Klaus Mueller": {"movement": [111, 47], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [120, 51], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3705": {"Klaus Mueller": {"movement": [110, 47], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [119, 51], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3706": {"Klaus Mueller": {"movement": [109, 47], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [118, 51], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3707": {"Klaus Mueller": {"movement": [108, 47], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [117, 51], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3708": {"Klaus Mueller": {"movement": [108, 46], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [117, 50], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3709": {"Klaus Mueller": {"movement": [108, 45], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [117, 49], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3710": {"Klaus Mueller": {"movement": [108, 44], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [117, 48], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3711": {"Klaus Mueller": {"movement": [108, 43], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [117, 47], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3712": {"Klaus Mueller": {"movement": [108, 42], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [116, 47], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3713": {"Klaus Mueller": {"movement": [108, 41], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [115, 47], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3714": {"Klaus Mueller": {"movement": [108, 40], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [114, 47], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3715": {"Klaus Mueller": {"movement": [108, 39], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [113, 47], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3716": {"Klaus Mueller": {"movement": [108, 38], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [112, 47], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3717": {"Klaus Mueller": {"movement": [108, 37], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [111, 47], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3718": {"Klaus Mueller": {"movement": [108, 36], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [110, 47], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3719": {"Klaus Mueller": {"movement": [108, 35], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [109, 47], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3720": {"Isabella Rodriguez": {"movement": [77, 19], "pronunciatio": "🛒✨", "description": "serving customers at the cafe counter (restocking food items) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}, "Klaus Mueller": {"movement": [108, 34], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [108, 47], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3721": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "🛒✨", "description": "serving customers at the cafe counter (restocking food items) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}, "Klaus Mueller": {"movement": [108, 33], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [108, 46], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3722": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "🛒✨", "description": "serving customers at the cafe counter (restocking food items) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}, "Klaus Mueller": {"movement": [108, 32], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [108, 45], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3723": {"Isabella Rodriguez": {"movement": [75, 20], "pronunciatio": "🛒✨", "description": "serving customers at the cafe counter (restocking food items) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}, "Klaus Mueller": {"movement": [109, 32], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [108, 44], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3724": {"Isabella Rodriguez": {"movement": [75, 21], "pronunciatio": "🛒✨", "description": "serving customers at the cafe counter (restocking food items) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}, "Klaus Mueller": {"movement": [109, 31], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [108, 43], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3725": {"Isabella Rodriguez": {"movement": [76, 21], "pronunciatio": "🛒✨", "description": "serving customers at the cafe counter (restocking food items) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}, "Klaus Mueller": {"movement": [109, 30], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [108, 42], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3726": {"Isabella Rodriguez": {"movement": [76, 22], "pronunciatio": "🛒✨", "description": "serving customers at the cafe counter (restocking food items) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}, "Klaus Mueller": {"movement": [110, 30], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [108, 41], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3727": {"Isabella Rodriguez": {"movement": [76, 23], "pronunciatio": "🛒✨", "description": "serving customers at the cafe counter (restocking food items) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}, "Klaus Mueller": {"movement": [111, 30], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [108, 40], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3728": {"Isabella Rodriguez": {"movement": [76, 24], "pronunciatio": "🛒✨", "description": "serving customers at the cafe counter (restocking food items) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}, "Klaus Mueller": {"movement": [112, 30], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [108, 39], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3729": {"Isabella Rodriguez": {"movement": [76, 25], "pronunciatio": "🛒✨", "description": "serving customers at the cafe counter (restocking food items) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}, "Klaus Mueller": {"movement": [113, 30], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [108, 38], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3730": {"Isabella Rodriguez": {"movement": [77, 25], "pronunciatio": "🛒✨", "description": "serving customers at the cafe counter (restocking food items) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}, "Klaus Mueller": {"movement": [114, 30], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [108, 37], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3731": {"Isabella Rodriguez": {"movement": [77, 26], "pronunciatio": "🛒✨", "description": "serving customers at the cafe counter (restocking food items) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}, "Klaus Mueller": {"movement": [115, 30], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [108, 36], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3732": {"Isabella Rodriguez": {"movement": [77, 27], "pronunciatio": "🛒✨", "description": "serving customers at the cafe counter (restocking food items) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}, "Klaus Mueller": {"movement": [116, 30], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [108, 35], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3733": {"Isabella Rodriguez": {"movement": [77, 28], "pronunciatio": "🛒✨", "description": "serving customers at the cafe counter (restocking food items) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}, "Klaus Mueller": {"movement": [117, 30], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [108, 34], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3734": {"Isabella Rodriguez": {"movement": [77, 29], "pronunciatio": "🛒✨", "description": "serving customers at the cafe counter (restocking food items) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}, "Klaus Mueller": {"movement": [118, 30], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [108, 33], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3735": {"Isabella Rodriguez": {"movement": [77, 30], "pronunciatio": "🛒✨", "description": "serving customers at the cafe counter (restocking food items) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}, "Klaus Mueller": {"movement": [119, 30], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [108, 32], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3736": {"Isabella Rodriguez": {"movement": [78, 30], "pronunciatio": "🛒✨", "description": "serving customers at the cafe counter (restocking food items) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}, "Klaus Mueller": {"movement": [119, 29], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [109, 32], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3737": {"Isabella Rodriguez": {"movement": [79, 30], "pronunciatio": "🛒✨", "description": "serving customers at the cafe counter (restocking food items) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}, "Klaus Mueller": {"movement": [119, 28], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [109, 31], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3738": {"Isabella Rodriguez": {"movement": [80, 30], "pronunciatio": "🛒✨", "description": "serving customers at the cafe counter (restocking food items) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}, "Klaus Mueller": {"movement": [119, 27], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [109, 30], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3739": {"Isabella Rodriguez": {"movement": [80, 31], "pronunciatio": "🛒✨", "description": "serving customers at the cafe counter (restocking food items) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}, "Klaus Mueller": {"movement": [119, 26], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [110, 30], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3740": {"Isabella Rodriguez": {"movement": [80, 32], "pronunciatio": "🛒✨", "description": "serving customers at the cafe counter (restocking food items) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}, "Klaus Mueller": {"movement": [119, 25], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [111, 30], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3741": {"Isabella Rodriguez": {"movement": [80, 33], "pronunciatio": "🛒✨", "description": "serving customers at the cafe counter (restocking food items) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}, "Klaus Mueller": {"movement": [119, 24], "pronunciatio": "📄✏️", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [112, 30], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3742": {"Isabella Rodriguez": {"movement": [80, 34], "pronunciatio": "🛒✨", "description": "serving customers at the cafe counter (restocking food items) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}, "Maria Lopez": {"movement": [113, 30], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3743": {"Isabella Rodriguez": {"movement": [80, 35], "pronunciatio": "🛒✨", "description": "serving customers at the cafe counter (restocking food items) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}, "Maria Lopez": {"movement": [114, 30], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3744": {"Isabella Rodriguez": {"movement": [80, 36], "pronunciatio": "🛒✨", "description": "serving customers at the cafe counter (restocking food items) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}, "Maria Lopez": {"movement": [115, 30], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3745": {"Isabella Rodriguez": {"movement": [80, 37], "pronunciatio": "🛒✨", "description": "serving customers at the cafe counter (restocking food items) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}, "Maria Lopez": {"movement": [116, 30], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3746": {"Isabella Rodriguez": {"movement": [80, 38], "pronunciatio": "🛒✨", "description": "serving customers at the cafe counter (restocking food items) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}, "Maria Lopez": {"movement": [117, 30], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3747": {"Isabella Rodriguez": {"movement": [80, 39], "pronunciatio": "🛒✨", "description": "serving customers at the cafe counter (restocking food items) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}, "Maria Lopez": {"movement": [118, 30], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3748": {"Isabella Rodriguez": {"movement": [80, 40], "pronunciatio": "🛒✨", "description": "serving customers at the cafe counter (restocking food items) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}, "Maria Lopez": {"movement": [119, 30], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3749": {"Isabella Rodriguez": {"movement": [80, 41], "pronunciatio": "🛒✨", "description": "serving customers at the cafe counter (restocking food items) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}, "Maria Lopez": {"movement": [119, 29], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3750": {"Isabella Rodriguez": {"movement": [80, 42], "pronunciatio": "🛒✨", "description": "serving customers at the cafe counter (restocking food items) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}, "Maria Lopez": {"movement": [119, 28], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3751": {"Isabella Rodriguez": {"movement": [80, 43], "pronunciatio": "🛒✨", "description": "serving customers at the cafe counter (restocking food items) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}, "Maria Lopez": {"movement": [119, 27], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3752": {"Isabella Rodriguez": {"movement": [80, 44], "pronunciatio": "🛒✨", "description": "serving customers at the cafe counter (restocking food items) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}, "Maria Lopez": {"movement": [119, 26], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3753": {"Isabella Rodriguez": {"movement": [80, 45], "pronunciatio": "🛒✨", "description": "serving customers at the cafe counter (restocking food items) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}, "Maria Lopez": {"movement": [119, 25], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3754": {"Isabella Rodriguez": {"movement": [80, 46], "pronunciatio": "🛒✨", "description": "serving customers at the cafe counter (restocking food items) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}, "Maria Lopez": {"movement": [119, 24], "pronunciatio": "🔬", "description": "studying for her Physics class (researching new topics related to the class) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "3755": {"Isabella Rodriguez": {"movement": [80, 47], "pronunciatio": "🛒✨", "description": "serving customers at the cafe counter (restocking food items) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "3756": {"Isabella Rodriguez": {"movement": [80, 48], "pronunciatio": "🛒✨", "description": "serving customers at the cafe counter (restocking food items) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "3757": {"Isabella Rodriguez": {"movement": [80, 49], "pronunciatio": "🛒✨", "description": "serving customers at the cafe counter (restocking food items) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "3758": {"Isabella Rodriguez": {"movement": [81, 49], "pronunciatio": "🛒✨", "description": "serving customers at the cafe counter (restocking food items) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "3759": {"Isabella Rodriguez": {"movement": [82, 49], "pronunciatio": "🛒✨", "description": "serving customers at the cafe counter (restocking food items) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "3760": {"Isabella Rodriguez": {"movement": [83, 49], "pronunciatio": "🛒✨", "description": "serving customers at the cafe counter (restocking food items) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "3761": {}, "3762": {}, "3763": {}, "3764": {}, "3765": {}, "3766": {}, "3767": {}, "3768": {}, "3769": {}, "3770": {}, "3771": {}, "3772": {}, "3773": {}, "3774": {}, "3775": {}, "3776": {}, "3777": {}, "3778": {}, "3779": {}, "3780": {"Isabella Rodriguez": {"movement": [82, 49], "pronunciatio": "🛍💁", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3781": {"Isabella Rodriguez": {"movement": [81, 49], "pronunciatio": "🛍💁", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3782": {"Isabella Rodriguez": {"movement": [80, 49], "pronunciatio": "🛍💁", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3783": {"Isabella Rodriguez": {"movement": [80, 48], "pronunciatio": "🛍💁", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3784": {"Isabella Rodriguez": {"movement": [80, 47], "pronunciatio": "🛍💁", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3785": {"Isabella Rodriguez": {"movement": [80, 46], "pronunciatio": "🛍💁", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3786": {"Isabella Rodriguez": {"movement": [80, 45], "pronunciatio": "🛍💁", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3787": {"Isabella Rodriguez": {"movement": [80, 44], "pronunciatio": "🛍💁", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3788": {"Isabella Rodriguez": {"movement": [80, 43], "pronunciatio": "🛍💁", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3789": {"Isabella Rodriguez": {"movement": [80, 42], "pronunciatio": "🛍💁", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3790": {"Isabella Rodriguez": {"movement": [80, 41], "pronunciatio": "🛍💁", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3791": {"Isabella Rodriguez": {"movement": [80, 40], "pronunciatio": "🛍💁", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3792": {"Isabella Rodriguez": {"movement": [80, 39], "pronunciatio": "🛍💁", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3793": {"Isabella Rodriguez": {"movement": [80, 38], "pronunciatio": "🛍💁", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3794": {"Isabella Rodriguez": {"movement": [80, 37], "pronunciatio": "🛍💁", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3795": {"Isabella Rodriguez": {"movement": [79, 37], "pronunciatio": "🛍💁", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3796": {"Isabella Rodriguez": {"movement": [78, 37], "pronunciatio": "🛍💁", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3797": {"Isabella Rodriguez": {"movement": [77, 37], "pronunciatio": "🛍💁", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3798": {"Isabella Rodriguez": {"movement": [76, 37], "pronunciatio": "🛍💁", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3799": {"Isabella Rodriguez": {"movement": [76, 36], "pronunciatio": "🛍💁", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3800": {"Isabella Rodriguez": {"movement": [76, 35], "pronunciatio": "🛍💁", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3801": {"Isabella Rodriguez": {"movement": [76, 34], "pronunciatio": "🛍💁", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3802": {"Isabella Rodriguez": {"movement": [76, 33], "pronunciatio": "🛍💁", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3803": {"Isabella Rodriguez": {"movement": [76, 32], "pronunciatio": "🛍💁", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3804": {"Isabella Rodriguez": {"movement": [76, 31], "pronunciatio": "🛍💁", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3805": {"Isabella Rodriguez": {"movement": [76, 30], "pronunciatio": "🛍💁", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3806": {"Isabella Rodriguez": {"movement": [76, 29], "pronunciatio": "🛍💁", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3807": {"Isabella Rodriguez": {"movement": [76, 28], "pronunciatio": "🛍💁", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3808": {"Isabella Rodriguez": {"movement": [76, 27], "pronunciatio": "🛍💁", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3809": {"Isabella Rodriguez": {"movement": [76, 26], "pronunciatio": "🛍💁", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3810": {"Isabella Rodriguez": {"movement": [75, 26], "pronunciatio": "🛍💁", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3811": {"Isabella Rodriguez": {"movement": [75, 25], "pronunciatio": "🛍💁", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3812": {"Isabella Rodriguez": {"movement": [75, 24], "pronunciatio": "🛍💁", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3813": {"Isabella Rodriguez": {"movement": [75, 23], "pronunciatio": "🛍💁", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3814": {"Isabella Rodriguez": {"movement": [75, 22], "pronunciatio": "🛍💁", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3815": {"Isabella Rodriguez": {"movement": [75, 21], "pronunciatio": "🛍💁", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3816": {"Isabella Rodriguez": {"movement": [75, 20], "pronunciatio": "🛍💁", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3817": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "🛍💁", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3818": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "🛍💁", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3819": {"Isabella Rodriguez": {"movement": [77, 19], "pronunciatio": "🛍💁", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3820": {"Isabella Rodriguez": {"movement": [78, 19], "pronunciatio": "🛍💁", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3821": {}, "3822": {}, "3823": {}, "3824": {}, "3825": {}, "3826": {}, "3827": {}, "3828": {}, "3829": {}, "3830": {}, "3831": {}, "3832": {}, "3833": {}, "3834": {}, "3835": {}, "3836": {}, "3837": {}, "3838": {}, "3839": {}, "3840": {"Isabella Rodriguez": {"movement": [77, 19], "pronunciatio": "🧹", "description": "serving customers at the cafe counter (cleaning the counter) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}}, "3841": {}, "3842": {}, "3843": {}, "3844": {}, "3845": {}, "3846": {"Klaus Mueller": {"movement": [119, 25], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3847": {"Klaus Mueller": {"movement": [119, 26], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3848": {"Klaus Mueller": {"movement": [119, 27], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3849": {"Klaus Mueller": {"movement": [119, 28], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3850": {"Klaus Mueller": {"movement": [119, 29], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3851": {"Klaus Mueller": {"movement": [119, 30], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3852": {"Klaus Mueller": {"movement": [118, 30], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3853": {"Klaus Mueller": {"movement": [117, 30], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3854": {"Klaus Mueller": {"movement": [116, 30], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3855": {"Klaus Mueller": {"movement": [115, 30], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3856": {"Klaus Mueller": {"movement": [114, 30], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3857": {"Klaus Mueller": {"movement": [113, 30], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3858": {"Klaus Mueller": {"movement": [112, 30], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3859": {"Klaus Mueller": {"movement": [111, 30], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3860": {"Klaus Mueller": {"movement": [110, 30], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3861": {"Klaus Mueller": {"movement": [109, 30], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3862": {"Klaus Mueller": {"movement": [109, 31], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3863": {"Klaus Mueller": {"movement": [109, 32], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3864": {"Klaus Mueller": {"movement": [108, 32], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3865": {"Klaus Mueller": {"movement": [108, 33], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3866": {"Klaus Mueller": {"movement": [108, 34], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3867": {"Klaus Mueller": {"movement": [108, 35], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3868": {"Klaus Mueller": {"movement": [108, 36], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3869": {"Klaus Mueller": {"movement": [108, 37], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3870": {"Klaus Mueller": {"movement": [109, 37], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3871": {"Klaus Mueller": {"movement": [110, 37], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3872": {"Klaus Mueller": {"movement": [111, 37], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3873": {"Klaus Mueller": {"movement": [112, 37], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3874": {"Klaus Mueller": {"movement": [113, 37], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3875": {"Klaus Mueller": {"movement": [114, 37], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3876": {"Klaus Mueller": {"movement": [115, 37], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [119, 25], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3877": {"Klaus Mueller": {"movement": [116, 37], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [119, 26], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3878": {"Klaus Mueller": {"movement": [116, 38], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [119, 27], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3879": {"Klaus Mueller": {"movement": [116, 39], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [119, 28], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3880": {"Klaus Mueller": {"movement": [116, 40], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [119, 29], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3881": {"Klaus Mueller": {"movement": [116, 41], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [119, 30], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3882": {"Klaus Mueller": {"movement": [116, 42], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [118, 30], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3883": {"Klaus Mueller": {"movement": [116, 43], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [117, 30], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3884": {"Klaus Mueller": {"movement": [116, 44], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [116, 30], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3885": {"Klaus Mueller": {"movement": [116, 45], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [115, 30], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3886": {"Klaus Mueller": {"movement": [117, 45], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [114, 30], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3887": {"Klaus Mueller": {"movement": [117, 46], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [113, 30], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3888": {"Klaus Mueller": {"movement": [117, 47], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [112, 30], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3889": {"Klaus Mueller": {"movement": [117, 48], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [111, 30], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3890": {"Klaus Mueller": {"movement": [117, 49], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [110, 30], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3891": {"Klaus Mueller": {"movement": [117, 50], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [109, 30], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3892": {"Klaus Mueller": {"movement": [117, 51], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [109, 31], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3893": {"Klaus Mueller": {"movement": [116, 51], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [109, 32], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3894": {"Klaus Mueller": {"movement": [115, 51], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [108, 32], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3895": {"Klaus Mueller": {"movement": [114, 51], "pronunciatio": "🛀", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [108, 33], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3896": {"Maria Lopez": {"movement": [108, 34], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3897": {"Maria Lopez": {"movement": [108, 35], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3898": {"Maria Lopez": {"movement": [108, 36], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3899": {"Maria Lopez": {"movement": [108, 37], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3900": {"Isabella Rodriguez": {"movement": [78, 19], "pronunciatio": "📑🔍", "description": "serving customers at the cafe counter (organizing the cafe menu) @ the Ville:小美's apartment:main room:shelf", "chat": null}, "Maria Lopez": {"movement": [109, 37], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3901": {"Isabella Rodriguez": {"movement": [78, 18], "pronunciatio": "📑🔍", "description": "serving customers at the cafe counter (organizing the cafe menu) @ the Ville:小美's apartment:main room:shelf", "chat": null}, "Maria Lopez": {"movement": [110, 37], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3902": {"Isabella Rodriguez": {"movement": [78, 17], "pronunciatio": "📑🔍", "description": "serving customers at the cafe counter (organizing the cafe menu) @ the Ville:小美's apartment:main room:shelf", "chat": null}, "Maria Lopez": {"movement": [111, 37], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3903": {"Isabella Rodriguez": {"movement": [78, 16], "pronunciatio": "📑🔍", "description": "serving customers at the cafe counter (organizing the cafe menu) @ the Ville:小美's apartment:main room:shelf", "chat": null}, "Maria Lopez": {"movement": [112, 37], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3904": {"Isabella Rodriguez": {"movement": [78, 15], "pronunciatio": "📑🔍", "description": "serving customers at the cafe counter (organizing the cafe menu) @ the Ville:小美's apartment:main room:shelf", "chat": null}, "Maria Lopez": {"movement": [113, 37], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3905": {"Isabella Rodriguez": {"movement": [78, 14], "pronunciatio": "📑🔍", "description": "serving customers at the cafe counter (organizing the cafe menu) @ the Ville:小美's apartment:main room:shelf", "chat": null}, "Maria Lopez": {"movement": [114, 37], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3906": {"Maria Lopez": {"movement": [115, 37], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3907": {"Maria Lopez": {"movement": [116, 37], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3908": {"Maria Lopez": {"movement": [116, 38], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3909": {"Maria Lopez": {"movement": [116, 39], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3910": {"Maria Lopez": {"movement": [116, 40], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3911": {"Maria Lopez": {"movement": [116, 41], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3912": {"Maria Lopez": {"movement": [116, 42], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3913": {"Maria Lopez": {"movement": [116, 43], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3914": {"Maria Lopez": {"movement": [116, 44], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3915": {"Maria Lopez": {"movement": [116, 45], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3916": {"Maria Lopez": {"movement": [117, 45], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3917": {"Maria Lopez": {"movement": [117, 46], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3918": {"Maria Lopez": {"movement": [117, 47], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3919": {"Maria Lopez": {"movement": [117, 48], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3920": {"Maria Lopez": {"movement": [117, 49], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3921": {"Maria Lopez": {"movement": [117, 50], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3922": {"Maria Lopez": {"movement": [117, 51], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3923": {"Maria Lopez": {"movement": [116, 51], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3924": {"Maria Lopez": {"movement": [115, 51], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3925": {"Maria Lopez": {"movement": [114, 51], "pronunciatio": "☕️💤", "description": "studying for her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "3926": {}, "3927": {}, "3928": {}, "3929": {}, "3930": {}, "3931": {}, "3932": {}, "3933": {}, "3934": {}, "3935": {}, "3936": {}, "3937": {}, "3938": {}, "3939": {}, "3940": {}, "3941": {}, "3942": {}, "3943": {}, "3944": {}, "3945": {}, "3946": {}, "3947": {}, "3948": {}, "3949": {}, "3950": {}, "3951": {}, "3952": {}, "3953": {}, "3954": {}, "3955": {}, "3956": {}, "3957": {}, "3958": {}, "3959": {}, "3960": {"Isabella Rodriguez": {"movement": [78, 15], "pronunciatio": "🤝📋", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3961": {"Isabella Rodriguez": {"movement": [78, 16], "pronunciatio": "🤝📋", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3962": {"Isabella Rodriguez": {"movement": [78, 17], "pronunciatio": "🤝📋", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3963": {"Isabella Rodriguez": {"movement": [78, 18], "pronunciatio": "🤝📋", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3964": {"Isabella Rodriguez": {"movement": [78, 19], "pronunciatio": "🤝📋", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "3965": {}, "3966": {"Maria Lopez": {"movement": [115, 51], "pronunciatio": "📖", "description": "studying for her Physics class (reading her textbook) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3967": {"Maria Lopez": {"movement": [116, 51], "pronunciatio": "📖", "description": "studying for her Physics class (reading her textbook) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3968": {"Maria Lopez": {"movement": [117, 51], "pronunciatio": "📖", "description": "studying for her Physics class (reading her textbook) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3969": {"Maria Lopez": {"movement": [118, 51], "pronunciatio": "📖", "description": "studying for her Physics class (reading her textbook) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3970": {"Maria Lopez": {"movement": [119, 51], "pronunciatio": "📖", "description": "studying for her Physics class (reading her textbook) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3971": {"Maria Lopez": {"movement": [120, 51], "pronunciatio": "📖", "description": "studying for her Physics class (reading her textbook) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3972": {"Maria Lopez": {"movement": [121, 51], "pronunciatio": "📖", "description": "studying for her Physics class (reading her textbook) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3973": {"Maria Lopez": {"movement": [122, 51], "pronunciatio": "📖", "description": "studying for her Physics class (reading her textbook) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3974": {"Maria Lopez": {"movement": [123, 51], "pronunciatio": "📖", "description": "studying for her Physics class (reading her textbook) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3975": {"Maria Lopez": {"movement": [124, 51], "pronunciatio": "📖", "description": "studying for her Physics class (reading her textbook) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3976": {"Maria Lopez": {"movement": [124, 52], "pronunciatio": "📖", "description": "studying for her Physics class (reading her textbook) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3977": {"Maria Lopez": {"movement": [124, 53], "pronunciatio": "📖", "description": "studying for her Physics class (reading her textbook) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3978": {"Maria Lopez": {"movement": [124, 54], "pronunciatio": "📖", "description": "studying for her Physics class (reading her textbook) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3979": {"Maria Lopez": {"movement": [123, 54], "pronunciatio": "📖", "description": "studying for her Physics class (reading her textbook) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3980": {"Maria Lopez": {"movement": [123, 55], "pronunciatio": "📖", "description": "studying for her Physics class (reading her textbook) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "3981": {}, "3982": {}, "3983": {}, "3984": {}, "3985": {}, "3986": {}, "3987": {}, "3988": {}, "3989": {}, "3990": {}, "3991": {}, "3992": {}, "3993": {}, "3994": {}, "3995": {}, "3996": {}, "3997": {}, "3998": {}, "3999": {}, "4000": {}, "4001": {}, "4002": {}, "4003": {}, "4004": {}, "4005": {}, "4006": {}, "4007": {}, "4008": {}, "4009": {}, "4010": {}, "4011": {}, "4012": {}, "4013": {}, "4014": {}, "4015": {}, "4016": {}, "4017": {}, "4018": {}, "4019": {}, "4020": {"Isabella Rodriguez": {"movement": [78, 18], "pronunciatio": "🛌", "description": "serving customers at the cafe counter (taking a break) @ the Ville:小美's apartment:main room:bed", "chat": null}}, "4021": {"Isabella Rodriguez": {"movement": [78, 17], "pronunciatio": "🛌", "description": "serving customers at the cafe counter (taking a break) @ the Ville:小美's apartment:main room:bed", "chat": null}}, "4022": {"Isabella Rodriguez": {"movement": [78, 16], "pronunciatio": "🛌", "description": "serving customers at the cafe counter (taking a break) @ the Ville:小美's apartment:main room:bed", "chat": null}}, "4023": {"Isabella Rodriguez": {"movement": [77, 16], "pronunciatio": "🛌", "description": "serving customers at the cafe counter (taking a break) @ the Ville:小美's apartment:main room:bed", "chat": null}}, "4024": {"Isabella Rodriguez": {"movement": [76, 16], "pronunciatio": "🛌", "description": "serving customers at the cafe counter (taking a break) @ the Ville:小美's apartment:main room:bed", "chat": null}}, "4025": {"Isabella Rodriguez": {"movement": [75, 16], "pronunciatio": "🛌", "description": "serving customers at the cafe counter (taking a break) @ the Ville:小美's apartment:main room:bed", "chat": null}}, "4026": {"Isabella Rodriguez": {"movement": [74, 16], "pronunciatio": "🛌", "description": "serving customers at the cafe counter (taking a break) @ the Ville:小美's apartment:main room:bed", "chat": null}, "Klaus Mueller": {"movement": [115, 51], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4027": {"Isabella Rodriguez": {"movement": [73, 16], "pronunciatio": "🛌", "description": "serving customers at the cafe counter (taking a break) @ the Ville:小美's apartment:main room:bed", "chat": null}, "Klaus Mueller": {"movement": [116, 51], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4028": {"Isabella Rodriguez": {"movement": [73, 15], "pronunciatio": "🛌", "description": "serving customers at the cafe counter (taking a break) @ the Ville:小美's apartment:main room:bed", "chat": null}, "Klaus Mueller": {"movement": [117, 51], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4029": {"Isabella Rodriguez": {"movement": [73, 14], "pronunciatio": "🛌", "description": "serving customers at the cafe counter (taking a break) @ the Ville:小美's apartment:main room:bed", "chat": null}, "Klaus Mueller": {"movement": [117, 50], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4030": {"Klaus Mueller": {"movement": [117, 49], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4031": {"Klaus Mueller": {"movement": [117, 48], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4032": {"Klaus Mueller": {"movement": [117, 47], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4033": {"Klaus Mueller": {"movement": [116, 47], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4034": {"Klaus Mueller": {"movement": [115, 47], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4035": {"Klaus Mueller": {"movement": [114, 47], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4036": {"Klaus Mueller": {"movement": [113, 47], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4037": {"Klaus Mueller": {"movement": [112, 47], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4038": {"Klaus Mueller": {"movement": [111, 47], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4039": {"Klaus Mueller": {"movement": [110, 47], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4040": {"Klaus Mueller": {"movement": [109, 47], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4041": {"Klaus Mueller": {"movement": [108, 47], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4042": {"Klaus Mueller": {"movement": [107, 47], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4043": {"Klaus Mueller": {"movement": [106, 47], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4044": {"Klaus Mueller": {"movement": [105, 47], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4045": {"Klaus Mueller": {"movement": [104, 47], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4046": {"Klaus Mueller": {"movement": [103, 47], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4047": {"Klaus Mueller": {"movement": [102, 47], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4048": {"Klaus Mueller": {"movement": [101, 47], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4049": {"Klaus Mueller": {"movement": [100, 47], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4050": {"Klaus Mueller": {"movement": [99, 47], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4051": {"Klaus Mueller": {"movement": [98, 47], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4052": {"Klaus Mueller": {"movement": [98, 46], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4053": {"Klaus Mueller": {"movement": [98, 45], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4054": {"Klaus Mueller": {"movement": [98, 44], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4055": {"Klaus Mueller": {"movement": [98, 43], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4056": {"Klaus Mueller": {"movement": [98, 42], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4057": {"Klaus Mueller": {"movement": [98, 41], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4058": {"Klaus Mueller": {"movement": [98, 40], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4059": {"Klaus Mueller": {"movement": [98, 39], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4060": {"Klaus Mueller": {"movement": [98, 38], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4061": {"Klaus Mueller": {"movement": [98, 37], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4062": {"Klaus Mueller": {"movement": [97, 37], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4063": {"Klaus Mueller": {"movement": [96, 37], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4064": {"Klaus Mueller": {"movement": [95, 37], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4065": {"Klaus Mueller": {"movement": [94, 37], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4066": {"Klaus Mueller": {"movement": [93, 37], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4067": {"Klaus Mueller": {"movement": [92, 37], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4068": {"Klaus Mueller": {"movement": [91, 37], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4069": {"Klaus Mueller": {"movement": [90, 37], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4070": {"Klaus Mueller": {"movement": [89, 37], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4071": {"Klaus Mueller": {"movement": [88, 37], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4072": {"Klaus Mueller": {"movement": [87, 37], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4073": {"Klaus Mueller": {"movement": [86, 37], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4074": {"Klaus Mueller": {"movement": [85, 37], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4075": {"Klaus Mueller": {"movement": [84, 37], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4076": {"Klaus Mueller": {"movement": [83, 37], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4077": {"Klaus Mueller": {"movement": [82, 37], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4078": {"Klaus Mueller": {"movement": [81, 37], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4079": {"Klaus Mueller": {"movement": [80, 37], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4080": {"Isabella Rodriguez": {"movement": [74, 14], "pronunciatio": "👥💼", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Klaus Mueller": {"movement": [79, 37], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4081": {"Isabella Rodriguez": {"movement": [75, 14], "pronunciatio": "👥💼", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Klaus Mueller": {"movement": [78, 37], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4082": {"Isabella Rodriguez": {"movement": [76, 14], "pronunciatio": "👥💼", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Klaus Mueller": {"movement": [77, 37], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4083": {"Isabella Rodriguez": {"movement": [77, 14], "pronunciatio": "👥💼", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Klaus Mueller": {"movement": [77, 36], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4084": {"Isabella Rodriguez": {"movement": [78, 14], "pronunciatio": "👥💼", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Klaus Mueller": {"movement": [77, 35], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4085": {"Isabella Rodriguez": {"movement": [78, 15], "pronunciatio": "👥💼", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Klaus Mueller": {"movement": [77, 34], "pronunciatio": "⌛️", "description": "having lunch at Hobbs Cafe (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4086": {"Isabella Rodriguez": {"movement": [78, 16], "pronunciatio": "👥💼", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Klaus Mueller": {"movement": [76, 34], "pronunciatio": "🍽️", "description": "having lunch at Hobbs Cafe (eating his food) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}}, "4087": {"Isabella Rodriguez": {"movement": [78, 17], "pronunciatio": "👥💼", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Klaus Mueller": {"movement": [76, 33], "pronunciatio": "🍽️", "description": "having lunch at Hobbs Cafe (eating his food) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}}, "4088": {"Isabella Rodriguez": {"movement": [78, 18], "pronunciatio": "👥💼", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Klaus Mueller": {"movement": [76, 32], "pronunciatio": "🍽️", "description": "having lunch at Hobbs Cafe (eating his food) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}}, "4089": {"Isabella Rodriguez": {"movement": [78, 19], "pronunciatio": "👥💼", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Klaus Mueller": {"movement": [76, 31], "pronunciatio": "🍽️", "description": "having lunch at Hobbs Cafe (eating his food) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}}, "4090": {"Klaus Mueller": {"movement": [76, 30], "pronunciatio": "🍽️", "description": "having lunch at Hobbs Cafe (eating his food) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}}, "4091": {"Klaus Mueller": {"movement": [76, 29], "pronunciatio": "🍽️", "description": "having lunch at Hobbs Cafe (eating his food) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}}, "4092": {"Klaus Mueller": {"movement": [76, 28], "pronunciatio": "🍽️", "description": "having lunch at Hobbs Cafe (eating his food) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}}, "4093": {"Klaus Mueller": {"movement": [76, 27], "pronunciatio": "🍽️", "description": "having lunch at Hobbs Cafe (eating his food) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}}, "4094": {"Klaus Mueller": {"movement": [76, 26], "pronunciatio": "🍽️", "description": "having lunch at Hobbs Cafe (eating his food) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}}, "4095": {"Isabella Rodriguez": {"movement": [77, 19], "pronunciatio": "💬", "description": "conversing about a conversation about Isabella inviting Klaus to her Valentine's Day party at Hobbs Cafe on February 14th, 2023 from 5pm to 7pm. @ 阿牛", "chat": [["小美", "Hi 阿牛! How are you enjoying your meal? I wanted to let you know that I'm planning a Valentine's Day party at Hobbs Cafe on February 14th, 2023 from 5pm to 7pm. I would love for you to join us!"], ["阿牛", "Oh, hi 小美! I'm doing well, thank you. The meal is delicious as always. A Valentine's Day party sounds fun. I'd love to join! Thank you for inviting me."]]}, "Klaus Mueller": {"movement": [75, 26], "pronunciatio": "💬", "description": "conversing about a conversation about Isabella inviting Klaus to her Valentine's Day party at Hobbs Cafe on February 14th, 2023 from 5pm to 7pm. @ 小美", "chat": [["小美", "Hi 阿牛! How are you enjoying your meal? I wanted to let you know that I'm planning a Valentine's Day party at Hobbs Cafe on February 14th, 2023 from 5pm to 7pm. I would love for you to join us!"], ["阿牛", "Oh, hi 小美! I'm doing well, thank you. The meal is delicious as always. A Valentine's Day party sounds fun. I'd love to join! Thank you for inviting me."]]}}, "4096": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "💬", "description": "conversing about a conversation about Isabella inviting Klaus to her Valentine's Day party at Hobbs Cafe on February 14th, 2023 from 5pm to 7pm. @ 阿牛", "chat": [["小美", "Hi 阿牛! How are you enjoying your meal? I wanted to let you know that I'm planning a Valentine's Day party at Hobbs Cafe on February 14th, 2023 from 5pm to 7pm. I would love for you to join us!"], ["阿牛", "Oh, hi 小美! I'm doing well, thank you. The meal is delicious as always. A Valentine's Day party sounds fun. I'd love to join! Thank you for inviting me."]]}, "Klaus Mueller": {"movement": [75, 25], "pronunciatio": "💬", "description": "conversing about a conversation about Isabella inviting Klaus to her Valentine's Day party at Hobbs Cafe on February 14th, 2023 from 5pm to 7pm. @ 小美", "chat": [["小美", "Hi 阿牛! How are you enjoying your meal? I wanted to let you know that I'm planning a Valentine's Day party at Hobbs Cafe on February 14th, 2023 from 5pm to 7pm. I would love for you to join us!"], ["阿牛", "Oh, hi 小美! I'm doing well, thank you. The meal is delicious as always. A Valentine's Day party sounds fun. I'd love to join! Thank you for inviting me."]]}}, "4097": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "💬", "description": "conversing about a conversation about Isabella inviting Klaus to her Valentine's Day party at Hobbs Cafe on February 14th, 2023 from 5pm to 7pm. @ 阿牛", "chat": [["小美", "Hi 阿牛! How are you enjoying your meal? I wanted to let you know that I'm planning a Valentine's Day party at Hobbs Cafe on February 14th, 2023 from 5pm to 7pm. I would love for you to join us!"], ["阿牛", "Oh, hi 小美! I'm doing well, thank you. The meal is delicious as always. A Valentine's Day party sounds fun. I'd love to join! Thank you for inviting me."]]}, "Klaus Mueller": {"movement": [75, 24], "pronunciatio": "💬", "description": "conversing about a conversation about Isabella inviting Klaus to her Valentine's Day party at Hobbs Cafe on February 14th, 2023 from 5pm to 7pm. @ 小美", "chat": [["小美", "Hi 阿牛! How are you enjoying your meal? I wanted to let you know that I'm planning a Valentine's Day party at Hobbs Cafe on February 14th, 2023 from 5pm to 7pm. I would love for you to join us!"], ["阿牛", "Oh, hi 小美! I'm doing well, thank you. The meal is delicious as always. A Valentine's Day party sounds fun. I'd love to join! Thank you for inviting me."]]}}, "4098": {"Isabella Rodriguez": {"movement": [75, 20], "pronunciatio": "💬", "description": "conversing about a conversation about Isabella inviting Klaus to her Valentine's Day party at Hobbs Cafe on February 14th, 2023 from 5pm to 7pm. @ 阿牛", "chat": [["小美", "Hi 阿牛! How are you enjoying your meal? I wanted to let you know that I'm planning a Valentine's Day party at Hobbs Cafe on February 14th, 2023 from 5pm to 7pm. I would love for you to join us!"], ["阿牛", "Oh, hi 小美! I'm doing well, thank you. The meal is delicious as always. A Valentine's Day party sounds fun. I'd love to join! Thank you for inviting me."]]}, "Klaus Mueller": {"movement": [75, 23], "pronunciatio": "💬", "description": "conversing about a conversation about Isabella inviting Klaus to her Valentine's Day party at Hobbs Cafe on February 14th, 2023 from 5pm to 7pm. @ 小美", "chat": [["小美", "Hi 阿牛! How are you enjoying your meal? I wanted to let you know that I'm planning a Valentine's Day party at Hobbs Cafe on February 14th, 2023 from 5pm to 7pm. I would love for you to join us!"], ["阿牛", "Oh, hi 小美! I'm doing well, thank you. The meal is delicious as always. A Valentine's Day party sounds fun. I'd love to join! Thank you for inviting me."]]}}, "4099": {"Isabella Rodriguez": {"movement": [75, 21], "pronunciatio": "💬", "description": "conversing about a conversation about Isabella inviting Klaus to her Valentine's Day party at Hobbs Cafe on February 14th, 2023 from 5pm to 7pm. @ 阿牛", "chat": [["小美", "Hi 阿牛! How are you enjoying your meal? I wanted to let you know that I'm planning a Valentine's Day party at Hobbs Cafe on February 14th, 2023 from 5pm to 7pm. I would love for you to join us!"], ["阿牛", "Oh, hi 小美! I'm doing well, thank you. The meal is delicious as always. A Valentine's Day party sounds fun. I'd love to join! Thank you for inviting me."]]}, "Klaus Mueller": {"movement": [75, 22], "pronunciatio": "💬", "description": "conversing about a conversation about Isabella inviting Klaus to her Valentine's Day party at Hobbs Cafe on February 14th, 2023 from 5pm to 7pm. @ 小美", "chat": [["小美", "Hi 阿牛! How are you enjoying your meal? I wanted to let you know that I'm planning a Valentine's Day party at Hobbs Cafe on February 14th, 2023 from 5pm to 7pm. I would love for you to join us!"], ["阿牛", "Oh, hi 小美! I'm doing well, thank you. The meal is delicious as always. A Valentine's Day party sounds fun. I'd love to join! Thank you for inviting me."]]}}, "4100": {"Isabella Rodriguez": {"movement": [76, 21], "pronunciatio": "💬", "description": "conversing about a conversation about Isabella inviting Klaus to her Valentine's Day party at Hobbs Cafe on February 14th, 2023 from 5pm to 7pm. @ 阿牛", "chat": [["小美", "Hi 阿牛! How are you enjoying your meal? I wanted to let you know that I'm planning a Valentine's Day party at Hobbs Cafe on February 14th, 2023 from 5pm to 7pm. I would love for you to join us!"], ["阿牛", "Oh, hi 小美! I'm doing well, thank you. The meal is delicious as always. A Valentine's Day party sounds fun. I'd love to join! Thank you for inviting me."]]}, "Klaus Mueller": {"movement": [75, 21], "pronunciatio": "💬", "description": "conversing about a conversation about Isabella inviting Klaus to her Valentine's Day party at Hobbs Cafe on February 14th, 2023 from 5pm to 7pm. @ 小美", "chat": [["小美", "Hi 阿牛! How are you enjoying your meal? I wanted to let you know that I'm planning a Valentine's Day party at Hobbs Cafe on February 14th, 2023 from 5pm to 7pm. I would love for you to join us!"], ["阿牛", "Oh, hi 小美! I'm doing well, thank you. The meal is delicious as always. A Valentine's Day party sounds fun. I'd love to join! Thank you for inviting me."]]}}, "4101": {}, "4102": {}, "4103": {}, "4104": {}, "4105": {}, "4106": {}, "4107": {}, "4108": {}, "4109": {}, "4110": {"Isabella Rodriguez": {"movement": [75, 21], "pronunciatio": "🛍️", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Klaus Mueller": {"movement": [75, 20], "pronunciatio": "🍽️", "description": "having lunch at Hobbs Cafe (eating his food) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}}, "4111": {"Isabella Rodriguez": {"movement": [75, 20], "pronunciatio": "🛍️", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Klaus Mueller": {"movement": [75, 19], "pronunciatio": "🍽️", "description": "having lunch at Hobbs Cafe (eating his food) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}}, "4112": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "🛍️", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Klaus Mueller": {"movement": [76, 19], "pronunciatio": "🍽️", "description": "having lunch at Hobbs Cafe (eating his food) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}}, "4113": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "🛍️", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Klaus Mueller": {"movement": [77, 19], "pronunciatio": "🍽️", "description": "having lunch at Hobbs Cafe (eating his food) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}}, "4114": {"Isabella Rodriguez": {"movement": [77, 19], "pronunciatio": "🛍️", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "4115": {"Isabella Rodriguez": {"movement": [78, 19], "pronunciatio": "🛍️", "description": "serving customers at the cafe counter (helping customers with their orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "4116": {}, "4117": {}, "4118": {}, "4119": {}, "4120": {}, "4121": {}, "4122": {}, "4123": {}, "4124": {}, "4125": {}, "4126": {}, "4127": {}, "4128": {}, "4129": {}, "4130": {}, "4131": {}, "4132": {}, "4133": {}, "4134": {}, "4135": {}, "4136": {}, "4137": {}, "4138": {}, "4139": {}, "4140": {}, "4141": {}, "4142": {}, "4143": {}, "4144": {}, "4145": {}, "4146": {"Maria Lopez": {"movement": [123, 55], "pronunciatio": "📝", "description": "studying for her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4147": {}, "4148": {}, "4149": {}, "4150": {}, "4151": {}, "4152": {}, "4153": {}, "4154": {}, "4155": {}, "4156": {}, "4157": {}, "4158": {}, "4159": {}, "4160": {}, "4161": {}, "4162": {}, "4163": {}, "4164": {}, "4165": {}, "4166": {}, "4167": {}, "4168": {}, "4169": {}, "4170": {"Isabella Rodriguez": {"movement": [77, 19], "pronunciatio": "🧹🏫", "description": "serving customers at the cafe counter (cleaning the cafe) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}}, "4171": {}, "4172": {}, "4173": {}, "4174": {}, "4175": {}, "4176": {}, "4177": {}, "4178": {}, "4179": {}, "4180": {}, "4181": {}, "4182": {}, "4183": {}, "4184": {}, "4185": {}, "4186": {}, "4187": {}, "4188": {}, "4189": {}, "4190": {}, "4191": {}, "4192": {}, "4193": {}, "4194": {}, "4195": {}, "4196": {}, "4197": {}, "4198": {}, "4199": {}, "4200": {}, "4201": {}, "4202": {}, "4203": {}, "4204": {}, "4205": {}, "4206": {}, "4207": {}, "4208": {}, "4209": {}, "4210": {}, "4211": {}, "4212": {}, "4213": {}, "4214": {}, "4215": {}, "4216": {}, "4217": {}, "4218": {"Isabella Rodriguez": {"movement": [78, 19], "pronunciatio": "📋", "description": "serving customers at the cafe counter (organizing the cafe menu) @ the Ville:小美's apartment:main room:shelf", "chat": null}}, "4219": {"Isabella Rodriguez": {"movement": [78, 18], "pronunciatio": "📋", "description": "serving customers at the cafe counter (organizing the cafe menu) @ the Ville:小美's apartment:main room:shelf", "chat": null}}, "4220": {"Isabella Rodriguez": {"movement": [78, 17], "pronunciatio": "📋", "description": "serving customers at the cafe counter (organizing the cafe menu) @ the Ville:小美's apartment:main room:shelf", "chat": null}}, "4221": {"Isabella Rodriguez": {"movement": [78, 16], "pronunciatio": "📋", "description": "serving customers at the cafe counter (organizing the cafe menu) @ the Ville:小美's apartment:main room:shelf", "chat": null}}, "4222": {"Isabella Rodriguez": {"movement": [78, 15], "pronunciatio": "📋", "description": "serving customers at the cafe counter (organizing the cafe menu) @ the Ville:小美's apartment:main room:shelf", "chat": null}}, "4223": {"Isabella Rodriguez": {"movement": [78, 14], "pronunciatio": "📋", "description": "serving customers at the cafe counter (organizing the cafe menu) @ the Ville:小美's apartment:main room:shelf", "chat": null}}, "4224": {}, "4225": {}, "4226": {}, "4227": {}, "4228": {}, "4229": {}, "4230": {}, "4231": {}, "4232": {}, "4233": {}, "4234": {}, "4235": {}, "4236": {"Maria Lopez": {"movement": [123, 55], "pronunciatio": "📚🤔", "description": "studying for her Physics class (reviewing her notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4237": {}, "4238": {}, "4239": {}, "4240": {}, "4241": {}, "4242": {}, "4243": {}, "4244": {}, "4245": {}, "4246": {}, "4247": {}, "4248": {}, "4249": {}, "4250": {}, "4251": {}, "4252": {}, "4253": {}, "4254": {}, "4255": {}, "4256": {}, "4257": {}, "4258": {}, "4259": {}, "4260": {}, "4261": {}, "4262": {}, "4263": {}, "4264": {}, "4265": {}, "4266": {}, "4267": {}, "4268": {}, "4269": {}, "4270": {}, "4271": {}, "4272": {}, "4273": {}, "4274": {}, "4275": {}, "4276": {}, "4277": {}, "4278": {"Isabella Rodriguez": {"movement": [78, 15], "pronunciatio": "🚪😴", "description": "serving customers at the cafe counter (closing the cafe) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4279": {"Isabella Rodriguez": {"movement": [78, 16], "pronunciatio": "🚪😴", "description": "serving customers at the cafe counter (closing the cafe) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4280": {"Isabella Rodriguez": {"movement": [78, 17], "pronunciatio": "🚪😴", "description": "serving customers at the cafe counter (closing the cafe) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4281": {"Isabella Rodriguez": {"movement": [78, 18], "pronunciatio": "🚪😴", "description": "serving customers at the cafe counter (closing the cafe) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4282": {"Isabella Rodriguez": {"movement": [78, 19], "pronunciatio": "🚪😴", "description": "serving customers at the cafe counter (closing the cafe) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4283": {"Isabella Rodriguez": {"movement": [77, 19], "pronunciatio": "🚪😴", "description": "serving customers at the cafe counter (closing the cafe) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4284": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "🚪😴", "description": "serving customers at the cafe counter (closing the cafe) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4285": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "🚪😴", "description": "serving customers at the cafe counter (closing the cafe) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4286": {"Isabella Rodriguez": {"movement": [75, 20], "pronunciatio": "🚪😴", "description": "serving customers at the cafe counter (closing the cafe) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4287": {"Isabella Rodriguez": {"movement": [75, 21], "pronunciatio": "🚪😴", "description": "serving customers at the cafe counter (closing the cafe) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4288": {"Isabella Rodriguez": {"movement": [76, 21], "pronunciatio": "🚪😴", "description": "serving customers at the cafe counter (closing the cafe) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4289": {"Isabella Rodriguez": {"movement": [77, 21], "pronunciatio": "🚪😴", "description": "serving customers at the cafe counter (closing the cafe) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4290": {"Isabella Rodriguez": {"movement": [78, 21], "pronunciatio": "🚪😴", "description": "serving customers at the cafe counter (closing the cafe) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [76, 19], "pronunciatio": "💬", "description": "having lunch at Hobbs Cafe (talking to the people around him) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4291": {"Isabella Rodriguez": {"movement": [79, 21], "pronunciatio": "🚪😴", "description": "serving customers at the cafe counter (closing the cafe) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [75, 19], "pronunciatio": "💬", "description": "having lunch at Hobbs Cafe (talking to the people around him) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4292": {"Isabella Rodriguez": {"movement": [80, 21], "pronunciatio": "🚪😴", "description": "serving customers at the cafe counter (closing the cafe) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [74, 19], "pronunciatio": "💬", "description": "having lunch at Hobbs Cafe (talking to the people around him) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4293": {"Klaus Mueller": {"movement": [74, 20], "pronunciatio": "💬", "description": "having lunch at Hobbs Cafe (talking to the people around him) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4294": {"Klaus Mueller": {"movement": [74, 21], "pronunciatio": "💬", "description": "having lunch at Hobbs Cafe (talking to the people around him) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4295": {"Klaus Mueller": {"movement": [74, 22], "pronunciatio": "💬", "description": "having lunch at Hobbs Cafe (talking to the people around him) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "4296": {"Klaus Mueller": {"movement": [74, 23], "pronunciatio": "💬", "description": "having lunch at Hobbs Cafe (talking to the people around him) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [123, 55], "pronunciatio": "📋✏️", "description": "studying for her Physics class (organizing her notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4297": {}, "4298": {}, "4299": {}, "4300": {}, "4301": {}, "4302": {}, "4303": {}, "4304": {}, "4305": {}, "4306": {}, "4307": {}, "4308": {}, "4309": {}, "4310": {}, "4311": {}, "4312": {}, "4313": {}, "4314": {}, "4315": {}, "4316": {}, "4317": {}, "4318": {}, "4319": {}, "4320": {}, "4321": {}, "4322": {}, "4323": {}, "4324": {}, "4325": {}, "4326": {"Maria Lopez": {"movement": [123, 54], "pronunciatio": "🥪", "description": "having lunch at home (preparing her lunch) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "4327": {"Maria Lopez": {"movement": [124, 54], "pronunciatio": "🥪", "description": "having lunch at home (preparing her lunch) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "4328": {"Maria Lopez": {"movement": [124, 53], "pronunciatio": "🥪", "description": "having lunch at home (preparing her lunch) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "4329": {"Maria Lopez": {"movement": [124, 52], "pronunciatio": "🥪", "description": "having lunch at home (preparing her lunch) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "4330": {"Maria Lopez": {"movement": [124, 51], "pronunciatio": "🥪", "description": "having lunch at home (preparing her lunch) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "4331": {"Maria Lopez": {"movement": [123, 51], "pronunciatio": "🥪", "description": "having lunch at home (preparing her lunch) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "4332": {"Maria Lopez": {"movement": [123, 50], "pronunciatio": "🥪", "description": "having lunch at home (preparing her lunch) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "4333": {"Maria Lopez": {"movement": [123, 49], "pronunciatio": "🥪", "description": "having lunch at home (preparing her lunch) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "4334": {"Maria Lopez": {"movement": [123, 48], "pronunciatio": "🥪", "description": "having lunch at home (preparing her lunch) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "4335": {"Maria Lopez": {"movement": [123, 47], "pronunciatio": "🥪", "description": "having lunch at home (preparing her lunch) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "4336": {"Maria Lopez": {"movement": [123, 46], "pronunciatio": "🥪", "description": "having lunch at home (preparing her lunch) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "4337": {"Maria Lopez": {"movement": [123, 45], "pronunciatio": "🥪", "description": "having lunch at home (preparing her lunch) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "4338": {"Isabella Rodriguez": {"movement": [79, 21], "pronunciatio": "🍽️", "description": "taking a lunch break (eating her lunch) @ the Ville:小美's apartment:main room:refrigerator", "chat": null}}, "4339": {"Isabella Rodriguez": {"movement": [78, 21], "pronunciatio": "🍽️", "description": "taking a lunch break (eating her lunch) @ the Ville:小美's apartment:main room:refrigerator", "chat": null}}, "4340": {"Isabella Rodriguez": {"movement": [77, 21], "pronunciatio": "🍽️", "description": "taking a lunch break (eating her lunch) @ the Ville:小美's apartment:main room:refrigerator", "chat": null}}, "4341": {"Isabella Rodriguez": {"movement": [76, 21], "pronunciatio": "🍽️", "description": "taking a lunch break (eating her lunch) @ the Ville:小美's apartment:main room:refrigerator", "chat": null}}, "4342": {"Isabella Rodriguez": {"movement": [75, 21], "pronunciatio": "🍽️", "description": "taking a lunch break (eating her lunch) @ the Ville:小美's apartment:main room:refrigerator", "chat": null}}, "4343": {"Isabella Rodriguez": {"movement": [75, 20], "pronunciatio": "🍽️", "description": "taking a lunch break (eating her lunch) @ the Ville:小美's apartment:main room:refrigerator", "chat": null}}, "4344": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "🍽️", "description": "taking a lunch break (eating her lunch) @ the Ville:小美's apartment:main room:refrigerator", "chat": null}}, "4345": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "🍽️", "description": "taking a lunch break (eating her lunch) @ the Ville:小美's apartment:main room:refrigerator", "chat": null}}, "4346": {"Isabella Rodriguez": {"movement": [77, 19], "pronunciatio": "🍽️", "description": "taking a lunch break (eating her lunch) @ the Ville:小美's apartment:main room:refrigerator", "chat": null}}, "4347": {"Isabella Rodriguez": {"movement": [78, 19], "pronunciatio": "🍽️", "description": "taking a lunch break (eating her lunch) @ the Ville:小美's apartment:main room:refrigerator", "chat": null}}, "4348": {"Isabella Rodriguez": {"movement": [78, 18], "pronunciatio": "🍽️", "description": "taking a lunch break (eating her lunch) @ the Ville:小美's apartment:main room:refrigerator", "chat": null}}, "4349": {"Isabella Rodriguez": {"movement": [78, 17], "pronunciatio": "🍽️", "description": "taking a lunch break (eating her lunch) @ the Ville:小美's apartment:main room:refrigerator", "chat": null}}, "4350": {"Isabella Rodriguez": {"movement": [78, 16], "pronunciatio": "🍽️", "description": "taking a lunch break (eating her lunch) @ the Ville:小美's apartment:main room:refrigerator", "chat": null}}, "4351": {"Isabella Rodriguez": {"movement": [77, 16], "pronunciatio": "🍽️", "description": "taking a lunch break (eating her lunch) @ the Ville:小美's apartment:main room:refrigerator", "chat": null}}, "4352": {"Isabella Rodriguez": {"movement": [76, 16], "pronunciatio": "🍽️", "description": "taking a lunch break (eating her lunch) @ the Ville:小美's apartment:main room:refrigerator", "chat": null}}, "4353": {"Isabella Rodriguez": {"movement": [75, 16], "pronunciatio": "🍽️", "description": "taking a lunch break (eating her lunch) @ the Ville:小美's apartment:main room:refrigerator", "chat": null}}, "4354": {"Isabella Rodriguez": {"movement": [75, 15], "pronunciatio": "🍽️", "description": "taking a lunch break (eating her lunch) @ the Ville:小美's apartment:main room:refrigerator", "chat": null}}, "4355": {"Isabella Rodriguez": {"movement": [75, 14], "pronunciatio": "🍽️", "description": "taking a lunch break (eating her lunch) @ the Ville:小美's apartment:main room:refrigerator", "chat": null}}, "4356": {}, "4357": {}, "4358": {}, "4359": {}, "4360": {}, "4361": {}, "4362": {}, "4363": {}, "4364": {}, "4365": {}, "4366": {}, "4367": {}, "4368": {}, "4369": {}, "4370": {}, "4371": {}, "4372": {}, "4373": {}, "4374": {}, "4375": {}, "4376": {}, "4377": {}, "4378": {}, "4379": {}, "4380": {}, "4381": {}, "4382": {}, "4383": {}, "4384": {}, "4385": {}, "4386": {"Maria Lopez": {"movement": [123, 46], "pronunciatio": "🍽️", "description": "having lunch at home (eating her lunch) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4387": {"Maria Lopez": {"movement": [123, 47], "pronunciatio": "🍽️", "description": "having lunch at home (eating her lunch) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4388": {"Maria Lopez": {"movement": [123, 48], "pronunciatio": "🍽️", "description": "having lunch at home (eating her lunch) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4389": {"Maria Lopez": {"movement": [123, 49], "pronunciatio": "🍽️", "description": "having lunch at home (eating her lunch) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4390": {"Maria Lopez": {"movement": [124, 49], "pronunciatio": "🍽️", "description": "having lunch at home (eating her lunch) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4391": {"Maria Lopez": {"movement": [124, 50], "pronunciatio": "🍽️", "description": "having lunch at home (eating her lunch) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4392": {"Maria Lopez": {"movement": [124, 51], "pronunciatio": "🍽️", "description": "having lunch at home (eating her lunch) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4393": {"Maria Lopez": {"movement": [124, 52], "pronunciatio": "🍽️", "description": "having lunch at home (eating her lunch) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4394": {"Maria Lopez": {"movement": [124, 53], "pronunciatio": "🍽️", "description": "having lunch at home (eating her lunch) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4395": {"Maria Lopez": {"movement": [124, 54], "pronunciatio": "🍽️", "description": "having lunch at home (eating her lunch) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4396": {"Maria Lopez": {"movement": [123, 54], "pronunciatio": "🍽️", "description": "having lunch at home (eating her lunch) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4397": {"Maria Lopez": {"movement": [123, 55], "pronunciatio": "🍽️", "description": "having lunch at home (eating her lunch) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4398": {"Klaus Mueller": {"movement": [74, 22], "pronunciatio": "💰", "description": "having lunch at Hobbs Cafe (paying for his food) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "4399": {"Klaus Mueller": {"movement": [74, 21], "pronunciatio": "💰", "description": "having lunch at Hobbs Cafe (paying for his food) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "4400": {"Klaus Mueller": {"movement": [74, 20], "pronunciatio": "💰", "description": "having lunch at Hobbs Cafe (paying for his food) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "4401": {"Klaus Mueller": {"movement": [74, 19], "pronunciatio": "💰", "description": "having lunch at Hobbs Cafe (paying for his food) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "4402": {"Klaus Mueller": {"movement": [75, 19], "pronunciatio": "💰", "description": "having lunch at Hobbs Cafe (paying for his food) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "4403": {"Klaus Mueller": {"movement": [76, 19], "pronunciatio": "💰", "description": "having lunch at Hobbs Cafe (paying for his food) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "4404": {"Klaus Mueller": {"movement": [77, 19], "pronunciatio": "💰", "description": "having lunch at Hobbs Cafe (paying for his food) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "4405": {"Klaus Mueller": {"movement": [78, 19], "pronunciatio": "💰", "description": "having lunch at Hobbs Cafe (paying for his food) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "4406": {}, "4407": {}, "4408": {}, "4409": {}, "4410": {}, "4411": {}, "4412": {}, "4413": {}, "4414": {}, "4415": {}, "4416": {}, "4417": {}, "4418": {}, "4419": {}, "4420": {}, "4421": {}, "4422": {}, "4423": {}, "4424": {}, "4425": {}, "4426": {}, "4427": {}, "4428": {"Isabella Rodriguez": {"movement": [74, 14], "pronunciatio": "📧", "description": "taking a lunch break (checking her emails) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "4429": {"Isabella Rodriguez": {"movement": [73, 14], "pronunciatio": "📧", "description": "taking a lunch break (checking her emails) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "4430": {"Isabella Rodriguez": {"movement": [73, 15], "pronunciatio": "📧", "description": "taking a lunch break (checking her emails) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "4431": {"Isabella Rodriguez": {"movement": [73, 16], "pronunciatio": "📧", "description": "taking a lunch break (checking her emails) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "4432": {}, "4433": {}, "4434": {}, "4435": {}, "4436": {}, "4437": {}, "4438": {}, "4439": {}, "4440": {}, "4441": {}, "4442": {}, "4443": {}, "4444": {}, "4445": {}, "4446": {}, "4447": {}, "4448": {}, "4449": {}, "4450": {}, "4451": {}, "4452": {}, "4453": {}, "4454": {}, "4455": {}, "4456": {}, "4457": {}, "4458": {"Klaus Mueller": {"movement": [77, 19], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4459": {"Klaus Mueller": {"movement": [76, 19], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4460": {"Klaus Mueller": {"movement": [75, 19], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4461": {"Klaus Mueller": {"movement": [75, 20], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4462": {"Klaus Mueller": {"movement": [75, 21], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4463": {"Klaus Mueller": {"movement": [76, 21], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4464": {"Klaus Mueller": {"movement": [76, 22], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4465": {"Klaus Mueller": {"movement": [76, 23], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4466": {"Klaus Mueller": {"movement": [76, 24], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4467": {"Klaus Mueller": {"movement": [76, 25], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4468": {"Klaus Mueller": {"movement": [77, 25], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4469": {"Klaus Mueller": {"movement": [77, 26], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4470": {"Klaus Mueller": {"movement": [77, 27], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4471": {"Klaus Mueller": {"movement": [77, 28], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4472": {"Klaus Mueller": {"movement": [77, 29], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4473": {"Klaus Mueller": {"movement": [77, 30], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4474": {"Klaus Mueller": {"movement": [78, 30], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4475": {"Klaus Mueller": {"movement": [79, 30], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4476": {"Klaus Mueller": {"movement": [80, 30], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4477": {"Klaus Mueller": {"movement": [81, 30], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4478": {"Klaus Mueller": {"movement": [82, 30], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4479": {"Klaus Mueller": {"movement": [83, 30], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4480": {"Klaus Mueller": {"movement": [84, 30], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4481": {"Klaus Mueller": {"movement": [85, 30], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4482": {"Klaus Mueller": {"movement": [86, 30], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4483": {"Klaus Mueller": {"movement": [87, 30], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4484": {"Klaus Mueller": {"movement": [88, 30], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4485": {"Klaus Mueller": {"movement": [89, 30], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4486": {"Klaus Mueller": {"movement": [90, 30], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4487": {"Klaus Mueller": {"movement": [91, 30], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4488": {"Isabella Rodriguez": {"movement": [74, 16], "pronunciatio": "💬", "description": "taking a lunch break (responding to customer inquiries) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [92, 30], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4489": {"Isabella Rodriguez": {"movement": [75, 16], "pronunciatio": "💬", "description": "taking a lunch break (responding to customer inquiries) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [93, 30], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4490": {"Isabella Rodriguez": {"movement": [76, 16], "pronunciatio": "💬", "description": "taking a lunch break (responding to customer inquiries) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [94, 30], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4491": {"Isabella Rodriguez": {"movement": [77, 16], "pronunciatio": "💬", "description": "taking a lunch break (responding to customer inquiries) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [95, 30], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4492": {"Isabella Rodriguez": {"movement": [78, 16], "pronunciatio": "💬", "description": "taking a lunch break (responding to customer inquiries) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [96, 30], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4493": {"Isabella Rodriguez": {"movement": [78, 17], "pronunciatio": "💬", "description": "taking a lunch break (responding to customer inquiries) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [97, 30], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4494": {"Isabella Rodriguez": {"movement": [78, 18], "pronunciatio": "💬", "description": "taking a lunch break (responding to customer inquiries) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [98, 30], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4495": {"Isabella Rodriguez": {"movement": [78, 19], "pronunciatio": "💬", "description": "taking a lunch break (responding to customer inquiries) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [99, 30], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4496": {"Isabella Rodriguez": {"movement": [77, 19], "pronunciatio": "💬", "description": "taking a lunch break (responding to customer inquiries) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [100, 30], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4497": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "💬", "description": "taking a lunch break (responding to customer inquiries) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [101, 30], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4498": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "💬", "description": "taking a lunch break (responding to customer inquiries) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [102, 30], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4499": {"Isabella Rodriguez": {"movement": [75, 20], "pronunciatio": "💬", "description": "taking a lunch break (responding to customer inquiries) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [103, 30], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4500": {"Isabella Rodriguez": {"movement": [75, 21], "pronunciatio": "💬", "description": "taking a lunch break (responding to customer inquiries) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [103, 31], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4501": {"Isabella Rodriguez": {"movement": [76, 21], "pronunciatio": "💬", "description": "taking a lunch break (responding to customer inquiries) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [103, 32], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4502": {"Isabella Rodriguez": {"movement": [77, 21], "pronunciatio": "💬", "description": "taking a lunch break (responding to customer inquiries) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [104, 32], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4503": {"Isabella Rodriguez": {"movement": [78, 21], "pronunciatio": "💬", "description": "taking a lunch break (responding to customer inquiries) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [105, 32], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4504": {"Isabella Rodriguez": {"movement": [79, 21], "pronunciatio": "💬", "description": "taking a lunch break (responding to customer inquiries) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [106, 32], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4505": {"Isabella Rodriguez": {"movement": [80, 21], "pronunciatio": "💬", "description": "taking a lunch break (responding to customer inquiries) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [107, 32], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "4506": {"Klaus Mueller": {"movement": [108, 32], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [123, 54], "pronunciatio": "🧹🍽", "description": "having lunch at home (cleaning up her lunch) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "4507": {"Klaus Mueller": {"movement": [108, 33], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [124, 54], "pronunciatio": "🧹🍽", "description": "having lunch at home (cleaning up her lunch) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "4508": {"Klaus Mueller": {"movement": [108, 34], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [124, 53], "pronunciatio": "🧹🍽", "description": "having lunch at home (cleaning up her lunch) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "4509": {"Klaus Mueller": {"movement": [108, 35], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [124, 52], "pronunciatio": "🧹🍽", "description": "having lunch at home (cleaning up her lunch) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "4510": {"Klaus Mueller": {"movement": [108, 36], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [124, 51], "pronunciatio": "🧹🍽", "description": "having lunch at home (cleaning up her lunch) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "4511": {"Klaus Mueller": {"movement": [108, 37], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [123, 51], "pronunciatio": "🧹🍽", "description": "having lunch at home (cleaning up her lunch) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "4512": {"Klaus Mueller": {"movement": [109, 37], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [122, 51], "pronunciatio": "🧹🍽", "description": "having lunch at home (cleaning up her lunch) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "4513": {"Klaus Mueller": {"movement": [110, 37], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [122, 50], "pronunciatio": "🧹🍽", "description": "having lunch at home (cleaning up her lunch) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "4514": {"Klaus Mueller": {"movement": [111, 37], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [122, 49], "pronunciatio": "🧹🍽", "description": "having lunch at home (cleaning up her lunch) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "4515": {"Klaus Mueller": {"movement": [112, 37], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [122, 48], "pronunciatio": "🧹🍽", "description": "having lunch at home (cleaning up her lunch) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "4516": {"Klaus Mueller": {"movement": [113, 37], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [122, 47], "pronunciatio": "🧹🍽", "description": "having lunch at home (cleaning up her lunch) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "4517": {"Klaus Mueller": {"movement": [114, 37], "pronunciatio": "🛌", "description": "having lunch at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [122, 46], "pronunciatio": "🧹🍽", "description": "having lunch at home (cleaning up her lunch) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "4518": {"Klaus Mueller": {"movement": [115, 37], "pronunciatio": "📖", "description": "having lunch at Hobbs Cafe (reading a book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [121, 46], "pronunciatio": "🧹🍽", "description": "having lunch at home (cleaning up her lunch) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "4519": {"Klaus Mueller": {"movement": [116, 37], "pronunciatio": "📖", "description": "having lunch at Hobbs Cafe (reading a book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [121, 45], "pronunciatio": "🧹🍽", "description": "having lunch at home (cleaning up her lunch) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "4520": {"Klaus Mueller": {"movement": [116, 38], "pronunciatio": "📖", "description": "having lunch at Hobbs Cafe (reading a book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "4521": {"Klaus Mueller": {"movement": [116, 39], "pronunciatio": "📖", "description": "having lunch at Hobbs Cafe (reading a book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "4522": {"Klaus Mueller": {"movement": [116, 40], "pronunciatio": "📖", "description": "having lunch at Hobbs Cafe (reading a book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "4523": {"Klaus Mueller": {"movement": [116, 41], "pronunciatio": "📖", "description": "having lunch at Hobbs Cafe (reading a book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "4524": {"Klaus Mueller": {"movement": [116, 42], "pronunciatio": "📖", "description": "having lunch at Hobbs Cafe (reading a book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "4525": {"Klaus Mueller": {"movement": [116, 43], "pronunciatio": "📖", "description": "having lunch at Hobbs Cafe (reading a book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "4526": {"Klaus Mueller": {"movement": [116, 44], "pronunciatio": "📖", "description": "having lunch at Hobbs Cafe (reading a book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "4527": {"Klaus Mueller": {"movement": [116, 45], "pronunciatio": "📖", "description": "having lunch at Hobbs Cafe (reading a book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "4528": {"Klaus Mueller": {"movement": [117, 45], "pronunciatio": "📖", "description": "having lunch at Hobbs Cafe (reading a book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "4529": {"Klaus Mueller": {"movement": [118, 45], "pronunciatio": "📖", "description": "having lunch at Hobbs Cafe (reading a book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "4530": {"Klaus Mueller": {"movement": [119, 45], "pronunciatio": "💬", "description": "conversing about conversing about Maria's research paper mentioned by Klaus @ 龙哥", "chat": [["龙哥", "Hi 阿牛! How's your day going? Mind if I join you for lunch?"], ["阿牛", "Hey 龙哥! My day is going well, thanks for asking. Of course, you can join me. How have you been?"], ["龙哥", "I've been good, thanks! Just trying to stay organized with all the college work. By the way, I found it interesting that you mentioned my research paper. What made you think of it?"]]}, "Maria Lopez": {"movement": [120, 45], "pronunciatio": "💬", "description": "conversing about conversing about Maria's research paper mentioned by Klaus @ 阿牛", "chat": [["龙哥", "Hi 阿牛! How's your day going? Mind if I join you for lunch?"], ["阿牛", "Hey 龙哥! My day is going well, thanks for asking. Of course, you can join me. How have you been?"], ["龙哥", "I've been good, thanks! Just trying to stay organized with all the college work. By the way, I found it interesting that you mentioned my research paper. What made you think of it?"]]}}, "4531": {"Klaus Mueller": {"movement": [120, 45], "pronunciatio": "💬", "description": "conversing about conversing about Maria's research paper mentioned by Klaus @ 龙哥", "chat": [["龙哥", "Hi 阿牛! How's your day going? Mind if I join you for lunch?"], ["阿牛", "Hey 龙哥! My day is going well, thanks for asking. Of course, you can join me. How have you been?"], ["龙哥", "I've been good, thanks! Just trying to stay organized with all the college work. By the way, I found it interesting that you mentioned my research paper. What made you think of it?"]]}, "Maria Lopez": {"movement": [119, 45], "pronunciatio": "💬", "description": "conversing about conversing about Maria's research paper mentioned by Klaus @ 阿牛", "chat": [["龙哥", "Hi 阿牛! How's your day going? Mind if I join you for lunch?"], ["阿牛", "Hey 龙哥! My day is going well, thanks for asking. Of course, you can join me. How have you been?"], ["龙哥", "I've been good, thanks! Just trying to stay organized with all the college work. By the way, I found it interesting that you mentioned my research paper. What made you think of it?"]]}}, "4532": {}, "4533": {}, "4534": {}, "4535": {}, "4536": {}, "4537": {}, "4538": {}, "4539": {}, "4540": {}, "4541": {}, "4542": {"Klaus Mueller": {"movement": [121, 45], "pronunciatio": "📖", "description": "having lunch at Hobbs Cafe (reading a book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [120, 45], "pronunciatio": "🧹🍱", "description": "having lunch at home (cleaning up her lunch) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "4543": {"Klaus Mueller": {"movement": [122, 45], "pronunciatio": "📖", "description": "having lunch at Hobbs Cafe (reading a book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [121, 45], "pronunciatio": "🧹🍱", "description": "having lunch at home (cleaning up her lunch) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "4544": {"Klaus Mueller": {"movement": [123, 45], "pronunciatio": "📖", "description": "having lunch at Hobbs Cafe (reading a book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "4545": {"Klaus Mueller": {"movement": [123, 46], "pronunciatio": "📖", "description": "having lunch at Hobbs Cafe (reading a book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "4546": {"Klaus Mueller": {"movement": [123, 47], "pronunciatio": "📖", "description": "having lunch at Hobbs Cafe (reading a book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "4547": {"Klaus Mueller": {"movement": [123, 48], "pronunciatio": "📖", "description": "having lunch at Hobbs Cafe (reading a book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "4548": {"Isabella Rodriguez": {"movement": [79, 21], "pronunciatio": "🔍", "description": "taking a lunch break (checking the cafe's inventory) @ the Ville:Hobbs Cafe:cafe:refrigerator", "chat": null}, "Klaus Mueller": {"movement": [123, 49], "pronunciatio": "📖", "description": "having lunch at Hobbs Cafe (reading a book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "4549": {"Isabella Rodriguez": {"movement": [78, 21], "pronunciatio": "🔍", "description": "taking a lunch break (checking the cafe's inventory) @ the Ville:Hobbs Cafe:cafe:refrigerator", "chat": null}, "Klaus Mueller": {"movement": [124, 49], "pronunciatio": "📖", "description": "having lunch at Hobbs Cafe (reading a book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "4550": {"Isabella Rodriguez": {"movement": [77, 21], "pronunciatio": "🔍", "description": "taking a lunch break (checking the cafe's inventory) @ the Ville:Hobbs Cafe:cafe:refrigerator", "chat": null}, "Klaus Mueller": {"movement": [124, 50], "pronunciatio": "📖", "description": "having lunch at Hobbs Cafe (reading a book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "4551": {"Isabella Rodriguez": {"movement": [76, 21], "pronunciatio": "🔍", "description": "taking a lunch break (checking the cafe's inventory) @ the Ville:Hobbs Cafe:cafe:refrigerator", "chat": null}, "Klaus Mueller": {"movement": [125, 50], "pronunciatio": "📖", "description": "having lunch at Hobbs Cafe (reading a book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "4552": {"Isabella Rodriguez": {"movement": [75, 21], "pronunciatio": "🔍", "description": "taking a lunch break (checking the cafe's inventory) @ the Ville:Hobbs Cafe:cafe:refrigerator", "chat": null}, "Klaus Mueller": {"movement": [126, 50], "pronunciatio": "📖", "description": "having lunch at Hobbs Cafe (reading a book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "4553": {"Isabella Rodriguez": {"movement": [74, 21], "pronunciatio": "🔍", "description": "taking a lunch break (checking the cafe's inventory) @ the Ville:Hobbs Cafe:cafe:refrigerator", "chat": null}, "Klaus Mueller": {"movement": [127, 50], "pronunciatio": "📖", "description": "having lunch at Hobbs Cafe (reading a book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "4554": {"Isabella Rodriguez": {"movement": [73, 21], "pronunciatio": "🔍", "description": "taking a lunch break (checking the cafe's inventory) @ the Ville:Hobbs Cafe:cafe:refrigerator", "chat": null}, "Klaus Mueller": {"movement": [128, 50], "pronunciatio": "📖", "description": "having lunch at Hobbs Cafe (reading a book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "4555": {"Isabella Rodriguez": {"movement": [73, 20], "pronunciatio": "🔍", "description": "taking a lunch break (checking the cafe's inventory) @ the Ville:Hobbs Cafe:cafe:refrigerator", "chat": null}, "Klaus Mueller": {"movement": [129, 50], "pronunciatio": "📖", "description": "having lunch at Hobbs Cafe (reading a book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "4556": {"Isabella Rodriguez": {"movement": [73, 19], "pronunciatio": "🔍", "description": "taking a lunch break (checking the cafe's inventory) @ the Ville:Hobbs Cafe:cafe:refrigerator", "chat": null}, "Klaus Mueller": {"movement": [130, 50], "pronunciatio": "📖", "description": "having lunch at Hobbs Cafe (reading a book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "4557": {"Klaus Mueller": {"movement": [131, 50], "pronunciatio": "📖", "description": "having lunch at Hobbs Cafe (reading a book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "4558": {"Klaus Mueller": {"movement": [131, 49], "pronunciatio": "📖", "description": "having lunch at Hobbs Cafe (reading a book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "4559": {"Klaus Mueller": {"movement": [131, 48], "pronunciatio": "📖", "description": "having lunch at Hobbs Cafe (reading a book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "4560": {"Klaus Mueller": {"movement": [131, 47], "pronunciatio": "📖", "description": "having lunch at Hobbs Cafe (reading a book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "4561": {"Klaus Mueller": {"movement": [131, 46], "pronunciatio": "📖", "description": "having lunch at Hobbs Cafe (reading a book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "4562": {}, "4563": {}, "4564": {}, "4565": {}, "4566": {}, "4567": {}, "4568": {}, "4569": {}, "4570": {}, "4571": {}, "4572": {}, "4573": {}, "4574": {}, "4575": {}, "4576": {}, "4577": {}, "4578": {}, "4579": {}, "4580": {}, "4581": {}, "4582": {}, "4583": {}, "4584": {}, "4585": {}, "4586": {}, "4587": {}, "4588": {}, "4589": {}, "4590": {}, "4591": {}, "4592": {}, "4593": {}, "4594": {}, "4595": {}, "4596": {}, "4597": {}, "4598": {}, "4599": {}, "4600": {}, "4601": {}, "4602": {"Klaus Mueller": {"movement": [131, 46], "pronunciatio": "📓", "description": "having lunch at Hobbs Cafe (writing in his journal) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [122, 45], "pronunciatio": "📧", "description": "having lunch at home (checking her emails) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "4603": {"Maria Lopez": {"movement": [123, 45], "pronunciatio": "📧", "description": "having lunch at home (checking her emails) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "4604": {"Maria Lopez": {"movement": [123, 46], "pronunciatio": "📧", "description": "having lunch at home (checking her emails) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "4605": {"Maria Lopez": {"movement": [123, 47], "pronunciatio": "📧", "description": "having lunch at home (checking her emails) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "4606": {"Maria Lopez": {"movement": [123, 48], "pronunciatio": "📧", "description": "having lunch at home (checking her emails) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "4607": {"Maria Lopez": {"movement": [123, 49], "pronunciatio": "📧", "description": "having lunch at home (checking her emails) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "4608": {"Isabella Rodriguez": {"movement": [74, 19], "pronunciatio": "🛀", "description": "taking a lunch break (taking a break) @ the Ville:小美's apartment:main room:bed", "chat": null}, "Maria Lopez": {"movement": [124, 49], "pronunciatio": "📧", "description": "having lunch at home (checking her emails) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "4609": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "🛀", "description": "taking a lunch break (taking a break) @ the Ville:小美's apartment:main room:bed", "chat": null}, "Maria Lopez": {"movement": [124, 50], "pronunciatio": "📧", "description": "having lunch at home (checking her emails) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "4610": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "🛀", "description": "taking a lunch break (taking a break) @ the Ville:小美's apartment:main room:bed", "chat": null}, "Maria Lopez": {"movement": [125, 50], "pronunciatio": "📧", "description": "having lunch at home (checking her emails) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "4611": {"Isabella Rodriguez": {"movement": [77, 19], "pronunciatio": "🛀", "description": "taking a lunch break (taking a break) @ the Ville:小美's apartment:main room:bed", "chat": null}, "Maria Lopez": {"movement": [125, 51], "pronunciatio": "📧", "description": "having lunch at home (checking her emails) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "4612": {"Isabella Rodriguez": {"movement": [78, 19], "pronunciatio": "🛀", "description": "taking a lunch break (taking a break) @ the Ville:小美's apartment:main room:bed", "chat": null}, "Maria Lopez": {"movement": [125, 52], "pronunciatio": "📧", "description": "having lunch at home (checking her emails) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "4613": {"Isabella Rodriguez": {"movement": [78, 18], "pronunciatio": "🛀", "description": "taking a lunch break (taking a break) @ the Ville:小美's apartment:main room:bed", "chat": null}, "Maria Lopez": {"movement": [125, 53], "pronunciatio": "📧", "description": "having lunch at home (checking her emails) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "4614": {"Isabella Rodriguez": {"movement": [78, 17], "pronunciatio": "🛀", "description": "taking a lunch break (taking a break) @ the Ville:小美's apartment:main room:bed", "chat": null}, "Maria Lopez": {"movement": [125, 54], "pronunciatio": "📧", "description": "having lunch at home (checking her emails) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "4615": {"Isabella Rodriguez": {"movement": [78, 16], "pronunciatio": "🛀", "description": "taking a lunch break (taking a break) @ the Ville:小美's apartment:main room:bed", "chat": null}, "Maria Lopez": {"movement": [126, 54], "pronunciatio": "📧", "description": "having lunch at home (checking her emails) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "4616": {"Isabella Rodriguez": {"movement": [77, 16], "pronunciatio": "🛀", "description": "taking a lunch break (taking a break) @ the Ville:小美's apartment:main room:bed", "chat": null}}, "4617": {"Isabella Rodriguez": {"movement": [76, 16], "pronunciatio": "🛀", "description": "taking a lunch break (taking a break) @ the Ville:小美's apartment:main room:bed", "chat": null}}, "4618": {"Isabella Rodriguez": {"movement": [75, 16], "pronunciatio": "🛀", "description": "taking a lunch break (taking a break) @ the Ville:小美's apartment:main room:bed", "chat": null}}, "4619": {"Isabella Rodriguez": {"movement": [74, 16], "pronunciatio": "🛀", "description": "taking a lunch break (taking a break) @ the Ville:小美's apartment:main room:bed", "chat": null}}, "4620": {"Isabella Rodriguez": {"movement": [73, 16], "pronunciatio": "🛀", "description": "taking a lunch break (taking a break) @ the Ville:小美's apartment:main room:bed", "chat": null}}, "4621": {"Isabella Rodriguez": {"movement": [73, 15], "pronunciatio": "🛀", "description": "taking a lunch break (taking a break) @ the Ville:小美's apartment:main room:bed", "chat": null}}, "4622": {"Isabella Rodriguez": {"movement": [73, 14], "pronunciatio": "🛀", "description": "taking a lunch break (taking a break) @ the Ville:小美's apartment:main room:bed", "chat": null}}, "4623": {}, "4624": {}, "4625": {}, "4626": {}, "4627": {}, "4628": {}, "4629": {}, "4630": {}, "4631": {}, "4632": {}, "4633": {}, "4634": {}, "4635": {}, "4636": {}, "4637": {}, "4638": {"Isabella Rodriguez": {"movement": [74, 14], "pronunciatio": "💰", "description": "taking a lunch break (checking the cafe's finances) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "4639": {"Isabella Rodriguez": {"movement": [75, 14], "pronunciatio": "💰", "description": "taking a lunch break (checking the cafe's finances) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "4640": {"Isabella Rodriguez": {"movement": [76, 14], "pronunciatio": "💰", "description": "taking a lunch break (checking the cafe's finances) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "4641": {"Isabella Rodriguez": {"movement": [77, 14], "pronunciatio": "💰", "description": "taking a lunch break (checking the cafe's finances) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "4642": {"Isabella Rodriguez": {"movement": [78, 14], "pronunciatio": "💰", "description": "taking a lunch break (checking the cafe's finances) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "4643": {"Isabella Rodriguez": {"movement": [78, 15], "pronunciatio": "💰", "description": "taking a lunch break (checking the cafe's finances) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "4644": {"Isabella Rodriguez": {"movement": [78, 16], "pronunciatio": "💰", "description": "taking a lunch break (checking the cafe's finances) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "4645": {"Isabella Rodriguez": {"movement": [78, 17], "pronunciatio": "💰", "description": "taking a lunch break (checking the cafe's finances) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "4646": {"Isabella Rodriguez": {"movement": [78, 18], "pronunciatio": "💰", "description": "taking a lunch break (checking the cafe's finances) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "4647": {"Isabella Rodriguez": {"movement": [78, 19], "pronunciatio": "💰", "description": "taking a lunch break (checking the cafe's finances) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "4648": {}, "4649": {}, "4650": {"Klaus Mueller": {"movement": [131, 45], "pronunciatio": "📦", "description": "having lunch at Hobbs Cafe (packing up his things) @ the Ville:Dorm for Oak Hill College:阿牛's room:closet", "chat": null}, "Maria Lopez": {"movement": [125, 54], "pronunciatio": "🤸♀", "description": "having lunch at home (doing some stretching) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "4651": {"Maria Lopez": {"movement": [124, 54], "pronunciatio": "🤸♀", "description": "having lunch at home (doing some stretching) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "4652": {"Maria Lopez": {"movement": [124, 53], "pronunciatio": "🤸♀", "description": "having lunch at home (doing some stretching) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "4653": {"Maria Lopez": {"movement": [124, 52], "pronunciatio": "🤸♀", "description": "having lunch at home (doing some stretching) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "4654": {"Maria Lopez": {"movement": [124, 51], "pronunciatio": "🤸♀", "description": "having lunch at home (doing some stretching) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "4655": {"Maria Lopez": {"movement": [123, 51], "pronunciatio": "🤸♀", "description": "having lunch at home (doing some stretching) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "4656": {"Maria Lopez": {"movement": [122, 51], "pronunciatio": "🤸♀", "description": "having lunch at home (doing some stretching) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "4657": {"Maria Lopez": {"movement": [121, 51], "pronunciatio": "🤸♀", "description": "having lunch at home (doing some stretching) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "4658": {"Maria Lopez": {"movement": [120, 51], "pronunciatio": "🤸♀", "description": "having lunch at home (doing some stretching) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "4659": {"Maria Lopez": {"movement": [119, 51], "pronunciatio": "🤸♀", "description": "having lunch at home (doing some stretching) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "4660": {"Maria Lopez": {"movement": [118, 51], "pronunciatio": "🤸♀", "description": "having lunch at home (doing some stretching) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "4661": {"Maria Lopez": {"movement": [117, 51], "pronunciatio": "🤸♀", "description": "having lunch at home (doing some stretching) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "4662": {"Maria Lopez": {"movement": [117, 50], "pronunciatio": "🤸♀", "description": "having lunch at home (doing some stretching) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "4663": {"Maria Lopez": {"movement": [117, 49], "pronunciatio": "🤸♀", "description": "having lunch at home (doing some stretching) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "4664": {"Maria Lopez": {"movement": [117, 48], "pronunciatio": "🤸♀", "description": "having lunch at home (doing some stretching) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "4665": {"Maria Lopez": {"movement": [117, 47], "pronunciatio": "🤸♀", "description": "having lunch at home (doing some stretching) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "4666": {"Maria Lopez": {"movement": [116, 47], "pronunciatio": "🤸♀", "description": "having lunch at home (doing some stretching) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "4667": {"Maria Lopez": {"movement": [116, 46], "pronunciatio": "🤸♀", "description": "having lunch at home (doing some stretching) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "4668": {"Isabella Rodriguez": {"movement": [78, 18], "pronunciatio": "❤️💝", "description": "taking a lunch break (preparing for the Valentine's Day party) @ the Ville:小美's apartment:main room:shelf", "chat": null}, "Maria Lopez": {"movement": [116, 45], "pronunciatio": "🤸♀", "description": "having lunch at home (doing some stretching) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "4669": {"Isabella Rodriguez": {"movement": [78, 17], "pronunciatio": "❤️💝", "description": "taking a lunch break (preparing for the Valentine's Day party) @ the Ville:小美's apartment:main room:shelf", "chat": null}, "Maria Lopez": {"movement": [116, 44], "pronunciatio": "🤸♀", "description": "having lunch at home (doing some stretching) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "4670": {"Isabella Rodriguez": {"movement": [78, 16], "pronunciatio": "❤️💝", "description": "taking a lunch break (preparing for the Valentine's Day party) @ the Ville:小美's apartment:main room:shelf", "chat": null}, "Maria Lopez": {"movement": [116, 43], "pronunciatio": "🤸♀", "description": "having lunch at home (doing some stretching) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "4671": {"Isabella Rodriguez": {"movement": [78, 15], "pronunciatio": "❤️💝", "description": "taking a lunch break (preparing for the Valentine's Day party) @ the Ville:小美's apartment:main room:shelf", "chat": null}, "Maria Lopez": {"movement": [116, 42], "pronunciatio": "🤸♀", "description": "having lunch at home (doing some stretching) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "4672": {"Isabella Rodriguez": {"movement": [78, 14], "pronunciatio": "❤️💝", "description": "taking a lunch break (preparing for the Valentine's Day party) @ the Ville:小美's apartment:main room:shelf", "chat": null}, "Maria Lopez": {"movement": [116, 41], "pronunciatio": "🤸♀", "description": "having lunch at home (doing some stretching) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "4673": {"Maria Lopez": {"movement": [116, 40], "pronunciatio": "🤸♀", "description": "having lunch at home (doing some stretching) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "4674": {"Maria Lopez": {"movement": [116, 39], "pronunciatio": "🤸♀", "description": "having lunch at home (doing some stretching) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "4675": {"Maria Lopez": {"movement": [116, 38], "pronunciatio": "🤸♀", "description": "having lunch at home (doing some stretching) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "4676": {"Maria Lopez": {"movement": [116, 37], "pronunciatio": "🤸♀", "description": "having lunch at home (doing some stretching) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "4677": {"Maria Lopez": {"movement": [117, 37], "pronunciatio": "🤸♀", "description": "having lunch at home (doing some stretching) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "4678": {"Maria Lopez": {"movement": [118, 37], "pronunciatio": "🤸♀", "description": "having lunch at home (doing some stretching) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "4679": {"Maria Lopez": {"movement": [119, 37], "pronunciatio": "🤸♀", "description": "having lunch at home (doing some stretching) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "4680": {"Maria Lopez": {"movement": [118, 37], "pronunciatio": "👂", "description": "attending her Physics class (listening to the lecture) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4681": {"Maria Lopez": {"movement": [117, 37], "pronunciatio": "👂", "description": "attending her Physics class (listening to the lecture) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4682": {"Maria Lopez": {"movement": [116, 37], "pronunciatio": "👂", "description": "attending her Physics class (listening to the lecture) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4683": {"Maria Lopez": {"movement": [115, 37], "pronunciatio": "👂", "description": "attending her Physics class (listening to the lecture) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4684": {"Maria Lopez": {"movement": [114, 37], "pronunciatio": "👂", "description": "attending her Physics class (listening to the lecture) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4685": {"Maria Lopez": {"movement": [113, 37], "pronunciatio": "👂", "description": "attending her Physics class (listening to the lecture) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4686": {"Maria Lopez": {"movement": [112, 37], "pronunciatio": "👂", "description": "attending her Physics class (listening to the lecture) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4687": {"Maria Lopez": {"movement": [111, 37], "pronunciatio": "👂", "description": "attending her Physics class (listening to the lecture) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4688": {"Maria Lopez": {"movement": [110, 37], "pronunciatio": "👂", "description": "attending her Physics class (listening to the lecture) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4689": {"Maria Lopez": {"movement": [109, 37], "pronunciatio": "👂", "description": "attending her Physics class (listening to the lecture) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4690": {"Maria Lopez": {"movement": [108, 37], "pronunciatio": "👂", "description": "attending her Physics class (listening to the lecture) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4691": {"Maria Lopez": {"movement": [108, 36], "pronunciatio": "👂", "description": "attending her Physics class (listening to the lecture) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4692": {"Maria Lopez": {"movement": [108, 35], "pronunciatio": "👂", "description": "attending her Physics class (listening to the lecture) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4693": {"Maria Lopez": {"movement": [108, 34], "pronunciatio": "👂", "description": "attending her Physics class (listening to the lecture) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4694": {"Maria Lopez": {"movement": [108, 33], "pronunciatio": "👂", "description": "attending her Physics class (listening to the lecture) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4695": {"Maria Lopez": {"movement": [108, 32], "pronunciatio": "👂", "description": "attending her Physics class (listening to the lecture) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4696": {"Maria Lopez": {"movement": [109, 32], "pronunciatio": "👂", "description": "attending her Physics class (listening to the lecture) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4697": {"Maria Lopez": {"movement": [109, 31], "pronunciatio": "👂", "description": "attending her Physics class (listening to the lecture) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4698": {"Isabella Rodriguez": {"movement": [78, 15], "pronunciatio": "👋", "description": "attending to guests at the cafe (greeting customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [109, 30], "pronunciatio": "👂", "description": "attending her Physics class (listening to the lecture) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4699": {"Isabella Rodriguez": {"movement": [78, 16], "pronunciatio": "👋", "description": "attending to guests at the cafe (greeting customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [110, 30], "pronunciatio": "👂", "description": "attending her Physics class (listening to the lecture) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4700": {"Isabella Rodriguez": {"movement": [78, 17], "pronunciatio": "👋", "description": "attending to guests at the cafe (greeting customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [111, 30], "pronunciatio": "👂", "description": "attending her Physics class (listening to the lecture) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4701": {"Isabella Rodriguez": {"movement": [78, 18], "pronunciatio": "👋", "description": "attending to guests at the cafe (greeting customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [112, 30], "pronunciatio": "👂", "description": "attending her Physics class (listening to the lecture) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4702": {"Isabella Rodriguez": {"movement": [78, 19], "pronunciatio": "👋", "description": "attending to guests at the cafe (greeting customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [113, 30], "pronunciatio": "👂", "description": "attending her Physics class (listening to the lecture) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4703": {"Isabella Rodriguez": {"movement": [77, 19], "pronunciatio": "👋", "description": "attending to guests at the cafe (greeting customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [113, 29], "pronunciatio": "👂", "description": "attending her Physics class (listening to the lecture) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4704": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "👋", "description": "attending to guests at the cafe (greeting customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [113, 28], "pronunciatio": "👂", "description": "attending her Physics class (listening to the lecture) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4705": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "👋", "description": "attending to guests at the cafe (greeting customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [113, 27], "pronunciatio": "👂", "description": "attending her Physics class (listening to the lecture) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4706": {"Isabella Rodriguez": {"movement": [75, 20], "pronunciatio": "👋", "description": "attending to guests at the cafe (greeting customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [112, 27], "pronunciatio": "👂", "description": "attending her Physics class (listening to the lecture) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4707": {"Isabella Rodriguez": {"movement": [75, 21], "pronunciatio": "👋", "description": "attending to guests at the cafe (greeting customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [111, 27], "pronunciatio": "👂", "description": "attending her Physics class (listening to the lecture) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4708": {"Isabella Rodriguez": {"movement": [76, 21], "pronunciatio": "👋", "description": "attending to guests at the cafe (greeting customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [110, 27], "pronunciatio": "👂", "description": "attending her Physics class (listening to the lecture) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4709": {"Isabella Rodriguez": {"movement": [77, 21], "pronunciatio": "👋", "description": "attending to guests at the cafe (greeting customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [109, 27], "pronunciatio": "👂", "description": "attending her Physics class (listening to the lecture) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4710": {"Isabella Rodriguez": {"movement": [78, 21], "pronunciatio": "👋", "description": "attending to guests at the cafe (greeting customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Klaus Mueller": {"movement": [131, 46], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [108, 27], "pronunciatio": "👂", "description": "attending her Physics class (listening to the lecture) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4711": {"Klaus Mueller": {"movement": [131, 47], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [108, 26], "pronunciatio": "👂", "description": "attending her Physics class (listening to the lecture) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4712": {"Klaus Mueller": {"movement": [131, 48], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [108, 25], "pronunciatio": "👂", "description": "attending her Physics class (listening to the lecture) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4713": {"Klaus Mueller": {"movement": [131, 49], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [108, 24], "pronunciatio": "👂", "description": "attending her Physics class (listening to the lecture) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4714": {"Klaus Mueller": {"movement": [131, 50], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [108, 23], "pronunciatio": "👂", "description": "attending her Physics class (listening to the lecture) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4715": {"Klaus Mueller": {"movement": [130, 50], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4716": {"Klaus Mueller": {"movement": [129, 50], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4717": {"Klaus Mueller": {"movement": [128, 50], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4718": {"Klaus Mueller": {"movement": [127, 50], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4719": {"Klaus Mueller": {"movement": [126, 50], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4720": {"Klaus Mueller": {"movement": [125, 50], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4721": {"Klaus Mueller": {"movement": [124, 50], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4722": {"Klaus Mueller": {"movement": [123, 50], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4723": {"Klaus Mueller": {"movement": [122, 50], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4724": {"Klaus Mueller": {"movement": [121, 50], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4725": {"Klaus Mueller": {"movement": [120, 50], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4726": {"Klaus Mueller": {"movement": [119, 50], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4727": {"Klaus Mueller": {"movement": [118, 50], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4728": {"Isabella Rodriguez": {"movement": [77, 21], "pronunciatio": "📝", "description": "attending to guests at the cafe (taking orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Klaus Mueller": {"movement": [117, 50], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4729": {"Isabella Rodriguez": {"movement": [76, 21], "pronunciatio": "📝", "description": "attending to guests at the cafe (taking orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Klaus Mueller": {"movement": [117, 49], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4730": {"Isabella Rodriguez": {"movement": [75, 21], "pronunciatio": "📝", "description": "attending to guests at the cafe (taking orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Klaus Mueller": {"movement": [117, 48], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4731": {"Isabella Rodriguez": {"movement": [75, 20], "pronunciatio": "📝", "description": "attending to guests at the cafe (taking orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Klaus Mueller": {"movement": [117, 47], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4732": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "📝", "description": "attending to guests at the cafe (taking orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Klaus Mueller": {"movement": [116, 47], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4733": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "📝", "description": "attending to guests at the cafe (taking orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Klaus Mueller": {"movement": [115, 47], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4734": {"Isabella Rodriguez": {"movement": [77, 19], "pronunciatio": "📝", "description": "attending to guests at the cafe (taking orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Klaus Mueller": {"movement": [114, 47], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4735": {"Isabella Rodriguez": {"movement": [78, 19], "pronunciatio": "📝", "description": "attending to guests at the cafe (taking orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Klaus Mueller": {"movement": [113, 47], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4736": {"Klaus Mueller": {"movement": [112, 47], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4737": {"Klaus Mueller": {"movement": [111, 47], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4738": {"Klaus Mueller": {"movement": [110, 47], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4739": {"Klaus Mueller": {"movement": [109, 47], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4740": {"Klaus Mueller": {"movement": [108, 47], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4741": {"Klaus Mueller": {"movement": [108, 46], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4742": {"Klaus Mueller": {"movement": [108, 45], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4743": {"Klaus Mueller": {"movement": [108, 44], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4744": {"Klaus Mueller": {"movement": [108, 43], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4745": {"Klaus Mueller": {"movement": [108, 42], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4746": {"Klaus Mueller": {"movement": [108, 41], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4747": {"Klaus Mueller": {"movement": [108, 40], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4748": {"Klaus Mueller": {"movement": [108, 39], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4749": {"Klaus Mueller": {"movement": [108, 38], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4750": {"Klaus Mueller": {"movement": [108, 37], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4751": {"Klaus Mueller": {"movement": [108, 36], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4752": {"Klaus Mueller": {"movement": [108, 35], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4753": {"Klaus Mueller": {"movement": [108, 34], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4754": {"Klaus Mueller": {"movement": [108, 33], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4755": {"Klaus Mueller": {"movement": [108, 32], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4756": {"Klaus Mueller": {"movement": [109, 32], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4757": {"Klaus Mueller": {"movement": [109, 31], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4758": {"Klaus Mueller": {"movement": [109, 30], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4759": {"Klaus Mueller": {"movement": [110, 30], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4760": {"Klaus Mueller": {"movement": [111, 30], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4761": {"Klaus Mueller": {"movement": [112, 30], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4762": {"Klaus Mueller": {"movement": [113, 30], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4763": {"Klaus Mueller": {"movement": [114, 30], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4764": {"Klaus Mueller": {"movement": [115, 30], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4765": {"Klaus Mueller": {"movement": [116, 30], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4766": {"Klaus Mueller": {"movement": [117, 30], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4767": {"Klaus Mueller": {"movement": [118, 30], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4768": {"Klaus Mueller": {"movement": [119, 30], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4769": {"Klaus Mueller": {"movement": [119, 29], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4770": {"Klaus Mueller": {"movement": [119, 28], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [108, 24], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4771": {"Klaus Mueller": {"movement": [119, 27], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [108, 25], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4772": {"Klaus Mueller": {"movement": [119, 26], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [109, 25], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4773": {"Klaus Mueller": {"movement": [119, 25], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [110, 25], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4774": {"Klaus Mueller": {"movement": [119, 24], "pronunciatio": "🔍", "description": "working on his research paper at the library (researching the topic) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [110, 26], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4775": {"Maria Lopez": {"movement": [111, 26], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4776": {"Maria Lopez": {"movement": [112, 26], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4777": {"Maria Lopez": {"movement": [113, 26], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4778": {"Maria Lopez": {"movement": [113, 27], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4779": {"Maria Lopez": {"movement": [113, 28], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4780": {"Maria Lopez": {"movement": [113, 29], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4781": {"Maria Lopez": {"movement": [113, 30], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4782": {"Maria Lopez": {"movement": [112, 30], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4783": {"Maria Lopez": {"movement": [111, 30], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4784": {"Maria Lopez": {"movement": [110, 30], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4785": {"Maria Lopez": {"movement": [109, 30], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4786": {"Maria Lopez": {"movement": [109, 31], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4787": {"Maria Lopez": {"movement": [109, 32], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4788": {"Isabella Rodriguez": {"movement": [77, 19], "pronunciatio": "🍽️🍹", "description": "attending to guests at the cafe (serving food and drinks) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [108, 32], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4789": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "🍽️🍹", "description": "attending to guests at the cafe (serving food and drinks) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [108, 33], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4790": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "🍽️🍹", "description": "attending to guests at the cafe (serving food and drinks) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [108, 34], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4791": {"Isabella Rodriguez": {"movement": [75, 20], "pronunciatio": "🍽️🍹", "description": "attending to guests at the cafe (serving food and drinks) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [108, 35], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4792": {"Isabella Rodriguez": {"movement": [75, 21], "pronunciatio": "🍽️🍹", "description": "attending to guests at the cafe (serving food and drinks) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [108, 36], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4793": {"Isabella Rodriguez": {"movement": [76, 21], "pronunciatio": "🍽️🍹", "description": "attending to guests at the cafe (serving food and drinks) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [108, 37], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4794": {"Isabella Rodriguez": {"movement": [76, 22], "pronunciatio": "🍽️🍹", "description": "attending to guests at the cafe (serving food and drinks) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [109, 37], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4795": {"Isabella Rodriguez": {"movement": [76, 23], "pronunciatio": "🍽️🍹", "description": "attending to guests at the cafe (serving food and drinks) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [110, 37], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4796": {"Maria Lopez": {"movement": [111, 37], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4797": {"Maria Lopez": {"movement": [112, 37], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4798": {"Maria Lopez": {"movement": [113, 37], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4799": {"Maria Lopez": {"movement": [114, 37], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4800": {"Maria Lopez": {"movement": [115, 37], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4801": {"Maria Lopez": {"movement": [116, 37], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4802": {"Maria Lopez": {"movement": [116, 38], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4803": {"Maria Lopez": {"movement": [116, 39], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4804": {"Maria Lopez": {"movement": [116, 40], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4805": {"Maria Lopez": {"movement": [116, 41], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4806": {"Maria Lopez": {"movement": [116, 42], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4807": {"Maria Lopez": {"movement": [116, 43], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4808": {"Maria Lopez": {"movement": [116, 44], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4809": {"Maria Lopez": {"movement": [116, 45], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4810": {"Maria Lopez": {"movement": [117, 45], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4811": {"Maria Lopez": {"movement": [118, 45], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4812": {"Maria Lopez": {"movement": [119, 45], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4813": {"Maria Lopez": {"movement": [120, 45], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4814": {"Maria Lopez": {"movement": [121, 45], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4815": {"Maria Lopez": {"movement": [122, 45], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4816": {"Maria Lopez": {"movement": [123, 45], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4817": {"Maria Lopez": {"movement": [123, 46], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4818": {"Maria Lopez": {"movement": [123, 47], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4819": {"Maria Lopez": {"movement": [123, 48], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4820": {"Maria Lopez": {"movement": [123, 49], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4821": {"Maria Lopez": {"movement": [124, 49], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4822": {"Maria Lopez": {"movement": [124, 50], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4823": {"Maria Lopez": {"movement": [124, 51], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4824": {"Maria Lopez": {"movement": [124, 52], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4825": {"Maria Lopez": {"movement": [124, 53], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4826": {"Maria Lopez": {"movement": [124, 54], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4827": {"Maria Lopez": {"movement": [123, 54], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4828": {"Maria Lopez": {"movement": [123, 55], "pronunciatio": "📝", "description": "attending her Physics class (taking notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "4829": {}, "4830": {}, "4831": {}, "4832": {}, "4833": {}, "4834": {}, "4835": {}, "4836": {}, "4837": {}, "4838": {}, "4839": {}, "4840": {}, "4841": {}, "4842": {}, "4843": {}, "4844": {}, "4845": {}, "4846": {}, "4847": {}, "4848": {}, "4849": {}, "4850": {}, "4851": {}, "4852": {}, "4853": {}, "4854": {}, "4855": {}, "4856": {}, "4857": {}, "4858": {}, "4859": {}, "4860": {}, "4861": {}, "4862": {}, "4863": {}, "4864": {}, "4865": {}, "4866": {}, "4867": {}, "4868": {}, "4869": {}, "4870": {}, "4871": {}, "4872": {}, "4873": {}, "4874": {}, "4875": {}, "4876": {}, "4877": {}, "4878": {"Isabella Rodriguez": {"movement": [75, 23], "pronunciatio": "✨🧺", "description": "attending to guests at the cafe (cleaning tables) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}}, "4879": {"Isabella Rodriguez": {"movement": [75, 22], "pronunciatio": "✨🧺", "description": "attending to guests at the cafe (cleaning tables) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}}, "4880": {"Isabella Rodriguez": {"movement": [75, 21], "pronunciatio": "✨🧺", "description": "attending to guests at the cafe (cleaning tables) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}}, "4881": {"Isabella Rodriguez": {"movement": [75, 20], "pronunciatio": "✨🧺", "description": "attending to guests at the cafe (cleaning tables) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}}, "4882": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "✨🧺", "description": "attending to guests at the cafe (cleaning tables) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}}, "4883": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "✨🧺", "description": "attending to guests at the cafe (cleaning tables) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}}, "4884": {"Isabella Rodriguez": {"movement": [77, 19], "pronunciatio": "✨🧺", "description": "attending to guests at the cafe (cleaning tables) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}}, "4885": {}, "4886": {}, "4887": {}, "4888": {}, "4889": {}, "4890": {"Klaus Mueller": {"movement": [119, 23], "pronunciatio": "📝", "description": "working on his research paper at the library (taking notes) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4891": {"Klaus Mueller": {"movement": [119, 22], "pronunciatio": "📝", "description": "working on his research paper at the library (taking notes) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "4892": {}, "4893": {}, "4894": {}, "4895": {}, "4896": {}, "4897": {}, "4898": {}, "4899": {}, "4900": {}, "4901": {}, "4902": {}, "4903": {}, "4904": {}, "4905": {}, "4906": {}, "4907": {}, "4908": {}, "4909": {}, "4910": {}, "4911": {}, "4912": {}, "4913": {}, "4914": {}, "4915": {}, "4916": {}, "4917": {}, "4918": {}, "4919": {}, "4920": {}, "4921": {}, "4922": {}, "4923": {}, "4924": {}, "4925": {}, "4926": {}, "4927": {}, "4928": {}, "4929": {}, "4930": {}, "4931": {}, "4932": {}, "4933": {}, "4934": {}, "4935": {}, "4936": {}, "4937": {}, "4938": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "🥤✨", "description": "attending to guests at the cafe (refilling drinks) @ the Ville:Hobbs Cafe:cafe:refrigerator", "chat": null}}, "4939": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "🥤✨", "description": "attending to guests at the cafe (refilling drinks) @ the Ville:Hobbs Cafe:cafe:refrigerator", "chat": null}}, "4940": {"Isabella Rodriguez": {"movement": [74, 19], "pronunciatio": "🥤✨", "description": "attending to guests at the cafe (refilling drinks) @ the Ville:Hobbs Cafe:cafe:refrigerator", "chat": null}}, "4941": {"Isabella Rodriguez": {"movement": [73, 19], "pronunciatio": "🥤✨", "description": "attending to guests at the cafe (refilling drinks) @ the Ville:Hobbs Cafe:cafe:refrigerator", "chat": null}}, "4942": {}, "4943": {}, "4944": {}, "4945": {}, "4946": {}, "4947": {}, "4948": {}, "4949": {}, "4950": {"Maria Lopez": {"movement": [123, 54], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4951": {"Maria Lopez": {"movement": [124, 54], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4952": {"Maria Lopez": {"movement": [124, 53], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4953": {"Maria Lopez": {"movement": [124, 52], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4954": {"Maria Lopez": {"movement": [124, 51], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4955": {"Maria Lopez": {"movement": [123, 51], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4956": {"Maria Lopez": {"movement": [122, 51], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4957": {"Maria Lopez": {"movement": [121, 51], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4958": {"Maria Lopez": {"movement": [120, 51], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4959": {"Maria Lopez": {"movement": [119, 51], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4960": {"Maria Lopez": {"movement": [118, 51], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4961": {"Maria Lopez": {"movement": [117, 51], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4962": {"Maria Lopez": {"movement": [117, 50], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4963": {"Maria Lopez": {"movement": [117, 49], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4964": {"Maria Lopez": {"movement": [117, 48], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4965": {"Maria Lopez": {"movement": [117, 47], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4966": {"Maria Lopez": {"movement": [116, 47], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4967": {"Maria Lopez": {"movement": [115, 47], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4968": {"Maria Lopez": {"movement": [114, 47], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4969": {"Maria Lopez": {"movement": [113, 47], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4970": {"Maria Lopez": {"movement": [112, 47], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4971": {"Maria Lopez": {"movement": [111, 47], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4972": {"Maria Lopez": {"movement": [110, 47], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4973": {"Maria Lopez": {"movement": [109, 47], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4974": {"Maria Lopez": {"movement": [108, 47], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4975": {"Maria Lopez": {"movement": [108, 46], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4976": {"Maria Lopez": {"movement": [108, 45], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4977": {"Maria Lopez": {"movement": [108, 44], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4978": {"Maria Lopez": {"movement": [108, 43], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4979": {"Maria Lopez": {"movement": [108, 42], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4980": {"Maria Lopez": {"movement": [108, 41], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4981": {"Maria Lopez": {"movement": [108, 40], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4982": {"Maria Lopez": {"movement": [108, 39], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4983": {"Maria Lopez": {"movement": [108, 38], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4984": {"Maria Lopez": {"movement": [108, 37], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4985": {"Maria Lopez": {"movement": [108, 36], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4986": {"Maria Lopez": {"movement": [108, 35], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4987": {"Maria Lopez": {"movement": [108, 34], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4988": {"Maria Lopez": {"movement": [108, 33], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4989": {"Maria Lopez": {"movement": [108, 32], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4990": {"Maria Lopez": {"movement": [109, 32], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4991": {"Maria Lopez": {"movement": [109, 31], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4992": {"Maria Lopez": {"movement": [109, 30], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4993": {"Maria Lopez": {"movement": [110, 30], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4994": {"Maria Lopez": {"movement": [111, 30], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4995": {"Maria Lopez": {"movement": [112, 30], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4996": {"Maria Lopez": {"movement": [113, 30], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4997": {"Maria Lopez": {"movement": [113, 29], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4998": {"Isabella Rodriguez": {"movement": [74, 19], "pronunciatio": "💸", "description": "attending to guests at the cafe (taking payment) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Maria Lopez": {"movement": [113, 28], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "4999": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "💸", "description": "attending to guests at the cafe (taking payment) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Maria Lopez": {"movement": [113, 27], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "5000": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "💸", "description": "attending to guests at the cafe (taking payment) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Maria Lopez": {"movement": [112, 27], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "5001": {"Isabella Rodriguez": {"movement": [77, 19], "pronunciatio": "💸", "description": "attending to guests at the cafe (taking payment) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Maria Lopez": {"movement": [111, 27], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "5002": {"Isabella Rodriguez": {"movement": [78, 19], "pronunciatio": "💸", "description": "attending to guests at the cafe (taking payment) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Maria Lopez": {"movement": [110, 27], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "5003": {"Maria Lopez": {"movement": [109, 27], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "5004": {"Maria Lopez": {"movement": [108, 27], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "5005": {"Maria Lopez": {"movement": [108, 26], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "5006": {"Maria Lopez": {"movement": [108, 25], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "5007": {"Maria Lopez": {"movement": [108, 24], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "5008": {"Maria Lopez": {"movement": [108, 23], "pronunciatio": "❓", "description": "attending her Physics class (asking questions) @ the Ville:Oak Hill College:classroom:classroom podium", "chat": null}}, "5009": {}, "5010": {}, "5011": {}, "5012": {}, "5013": {}, "5014": {}, "5015": {}, "5016": {}, "5017": {}, "5018": {}, "5019": {}, "5020": {}, "5021": {}, "5022": {}, "5023": {}, "5024": {}, "5025": {}, "5026": {}, "5027": {}, "5028": {}, "5029": {}, "5030": {}, "5031": {}, "5032": {}, "5033": {}, "5034": {}, "5035": {}, "5036": {}, "5037": {}, "5038": {}, "5039": {}, "5040": {"Maria Lopez": {"movement": [108, 24], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5041": {"Maria Lopez": {"movement": [108, 25], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5042": {"Maria Lopez": {"movement": [109, 25], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5043": {"Maria Lopez": {"movement": [110, 25], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5044": {"Maria Lopez": {"movement": [110, 26], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5045": {"Maria Lopez": {"movement": [111, 26], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5046": {"Maria Lopez": {"movement": [112, 26], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5047": {"Maria Lopez": {"movement": [113, 26], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5048": {"Maria Lopez": {"movement": [113, 27], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5049": {"Maria Lopez": {"movement": [113, 28], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5050": {"Maria Lopez": {"movement": [113, 29], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5051": {"Maria Lopez": {"movement": [113, 30], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5052": {"Maria Lopez": {"movement": [112, 30], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5053": {"Maria Lopez": {"movement": [111, 30], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5054": {"Maria Lopez": {"movement": [110, 30], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5055": {"Maria Lopez": {"movement": [109, 30], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5056": {"Maria Lopez": {"movement": [109, 31], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5057": {"Maria Lopez": {"movement": [109, 32], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5058": {"Isabella Rodriguez": {"movement": [77, 19], "pronunciatio": "💬", "description": "attending to guests at the cafe (chatting with customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [108, 32], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5059": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "💬", "description": "attending to guests at the cafe (chatting with customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [108, 33], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5060": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "💬", "description": "attending to guests at the cafe (chatting with customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [108, 34], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5061": {"Isabella Rodriguez": {"movement": [75, 20], "pronunciatio": "💬", "description": "attending to guests at the cafe (chatting with customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [108, 35], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5062": {"Isabella Rodriguez": {"movement": [75, 21], "pronunciatio": "💬", "description": "attending to guests at the cafe (chatting with customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [108, 36], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5063": {"Isabella Rodriguez": {"movement": [76, 21], "pronunciatio": "💬", "description": "attending to guests at the cafe (chatting with customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [108, 37], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5064": {"Isabella Rodriguez": {"movement": [76, 22], "pronunciatio": "💬", "description": "attending to guests at the cafe (chatting with customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [109, 37], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5065": {"Isabella Rodriguez": {"movement": [76, 23], "pronunciatio": "💬", "description": "attending to guests at the cafe (chatting with customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [110, 37], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5066": {"Isabella Rodriguez": {"movement": [76, 24], "pronunciatio": "💬", "description": "attending to guests at the cafe (chatting with customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [111, 37], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5067": {"Isabella Rodriguez": {"movement": [76, 25], "pronunciatio": "💬", "description": "attending to guests at the cafe (chatting with customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [112, 37], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5068": {"Maria Lopez": {"movement": [113, 37], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5069": {"Maria Lopez": {"movement": [114, 37], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5070": {"Klaus Mueller": {"movement": [119, 23], "pronunciatio": "📝", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [115, 37], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5071": {"Klaus Mueller": {"movement": [119, 24], "pronunciatio": "📝", "description": "working on his research paper at the library (outlining the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [116, 37], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5072": {"Maria Lopez": {"movement": [116, 38], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5073": {"Maria Lopez": {"movement": [116, 39], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5074": {"Maria Lopez": {"movement": [116, 40], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5075": {"Maria Lopez": {"movement": [116, 41], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5076": {"Maria Lopez": {"movement": [116, 42], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5077": {"Maria Lopez": {"movement": [116, 43], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5078": {"Maria Lopez": {"movement": [116, 44], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5079": {"Maria Lopez": {"movement": [116, 45], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5080": {"Maria Lopez": {"movement": [117, 45], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5081": {"Maria Lopez": {"movement": [118, 45], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5082": {"Maria Lopez": {"movement": [119, 45], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5083": {"Maria Lopez": {"movement": [119, 46], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5084": {"Maria Lopez": {"movement": [119, 47], "pronunciatio": "💬👥", "description": "attending her Physics class (discussing the lecture with her classmates) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5085": {}, "5086": {}, "5087": {}, "5088": {}, "5089": {}, "5090": {}, "5091": {}, "5092": {}, "5093": {}, "5094": {}, "5095": {}, "5096": {}, "5097": {}, "5098": {}, "5099": {}, "5100": {}, "5101": {}, "5102": {}, "5103": {}, "5104": {}, "5105": {}, "5106": {}, "5107": {}, "5108": {}, "5109": {}, "5110": {}, "5111": {}, "5112": {}, "5113": {}, "5114": {}, "5115": {}, "5116": {}, "5117": {}, "5118": {"Isabella Rodriguez": {"movement": [77, 25], "pronunciatio": "📦🔄", "description": "attending to guests at the cafe (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "5119": {"Isabella Rodriguez": {"movement": [77, 26], "pronunciatio": "📦🔄", "description": "attending to guests at the cafe (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "5120": {"Isabella Rodriguez": {"movement": [77, 27], "pronunciatio": "📦🔄", "description": "attending to guests at the cafe (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "5121": {"Isabella Rodriguez": {"movement": [77, 28], "pronunciatio": "📦🔄", "description": "attending to guests at the cafe (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "5122": {"Isabella Rodriguez": {"movement": [77, 29], "pronunciatio": "📦🔄", "description": "attending to guests at the cafe (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "5123": {"Isabella Rodriguez": {"movement": [77, 30], "pronunciatio": "📦🔄", "description": "attending to guests at the cafe (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "5124": {"Isabella Rodriguez": {"movement": [78, 30], "pronunciatio": "📦🔄", "description": "attending to guests at the cafe (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "5125": {"Isabella Rodriguez": {"movement": [79, 30], "pronunciatio": "📦🔄", "description": "attending to guests at the cafe (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "5126": {"Isabella Rodriguez": {"movement": [80, 30], "pronunciatio": "📦🔄", "description": "attending to guests at the cafe (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "5127": {"Isabella Rodriguez": {"movement": [80, 31], "pronunciatio": "📦🔄", "description": "attending to guests at the cafe (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "5128": {"Isabella Rodriguez": {"movement": [80, 32], "pronunciatio": "📦🔄", "description": "attending to guests at the cafe (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "5129": {"Isabella Rodriguez": {"movement": [80, 33], "pronunciatio": "📦🔄", "description": "attending to guests at the cafe (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "5130": {"Isabella Rodriguez": {"movement": [80, 34], "pronunciatio": "📦🔄", "description": "attending to guests at the cafe (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}, "Maria Lopez": {"movement": [118, 47], "pronunciatio": "🛀", "description": "attending her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "5131": {"Isabella Rodriguez": {"movement": [80, 35], "pronunciatio": "📦🔄", "description": "attending to guests at the cafe (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}, "Maria Lopez": {"movement": [117, 47], "pronunciatio": "🛀", "description": "attending her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "5132": {"Isabella Rodriguez": {"movement": [80, 36], "pronunciatio": "📦🔄", "description": "attending to guests at the cafe (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}, "Maria Lopez": {"movement": [117, 48], "pronunciatio": "🛀", "description": "attending her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "5133": {"Isabella Rodriguez": {"movement": [80, 37], "pronunciatio": "📦🔄", "description": "attending to guests at the cafe (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}, "Maria Lopez": {"movement": [117, 49], "pronunciatio": "🛀", "description": "attending her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "5134": {"Isabella Rodriguez": {"movement": [80, 38], "pronunciatio": "📦🔄", "description": "attending to guests at the cafe (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}, "Maria Lopez": {"movement": [117, 50], "pronunciatio": "🛀", "description": "attending her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "5135": {"Isabella Rodriguez": {"movement": [80, 39], "pronunciatio": "📦🔄", "description": "attending to guests at the cafe (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}, "Maria Lopez": {"movement": [117, 51], "pronunciatio": "🛀", "description": "attending her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "5136": {"Isabella Rodriguez": {"movement": [80, 40], "pronunciatio": "📦🔄", "description": "attending to guests at the cafe (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}, "Maria Lopez": {"movement": [116, 51], "pronunciatio": "🛀", "description": "attending her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "5137": {"Isabella Rodriguez": {"movement": [80, 41], "pronunciatio": "📦🔄", "description": "attending to guests at the cafe (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}, "Maria Lopez": {"movement": [115, 51], "pronunciatio": "🛀", "description": "attending her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "5138": {"Isabella Rodriguez": {"movement": [80, 42], "pronunciatio": "📦🔄", "description": "attending to guests at the cafe (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}, "Maria Lopez": {"movement": [114, 51], "pronunciatio": "🛀", "description": "attending her Physics class (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "5139": {"Isabella Rodriguez": {"movement": [80, 43], "pronunciatio": "📦🔄", "description": "attending to guests at the cafe (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "5140": {"Isabella Rodriguez": {"movement": [80, 44], "pronunciatio": "📦🔄", "description": "attending to guests at the cafe (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "5141": {"Isabella Rodriguez": {"movement": [79, 44], "pronunciatio": "📦🔄", "description": "attending to guests at the cafe (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "5142": {"Isabella Rodriguez": {"movement": [78, 44], "pronunciatio": "📦🔄", "description": "attending to guests at the cafe (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "5143": {"Isabella Rodriguez": {"movement": [77, 44], "pronunciatio": "📦🔄", "description": "attending to guests at the cafe (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "5144": {"Isabella Rodriguez": {"movement": [76, 44], "pronunciatio": "📦🔄", "description": "attending to guests at the cafe (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "5145": {"Isabella Rodriguez": {"movement": [76, 45], "pronunciatio": "📦🔄", "description": "attending to guests at the cafe (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "5146": {"Isabella Rodriguez": {"movement": [76, 46], "pronunciatio": "📦🔄", "description": "attending to guests at the cafe (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "5147": {"Isabella Rodriguez": {"movement": [76, 47], "pronunciatio": "📦🔄", "description": "attending to guests at the cafe (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "5148": {"Isabella Rodriguez": {"movement": [76, 48], "pronunciatio": "📦🔄", "description": "attending to guests at the cafe (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "5149": {"Isabella Rodriguez": {"movement": [76, 49], "pronunciatio": "📦🔄", "description": "attending to guests at the cafe (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "5150": {"Isabella Rodriguez": {"movement": [76, 50], "pronunciatio": "📦🔄", "description": "attending to guests at the cafe (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "5151": {"Isabella Rodriguez": {"movement": [75, 50], "pronunciatio": "📦🔄", "description": "attending to guests at the cafe (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "5152": {"Isabella Rodriguez": {"movement": [75, 51], "pronunciatio": "📦🔄", "description": "attending to guests at the cafe (restocking supplies) @ the Ville:The Willows Market and Pharmacy:store:behind the pharmacy counter", "chat": null}}, "5153": {}, "5154": {}, "5155": {}, "5156": {}, "5157": {}, "5158": {}, "5159": {}, "5160": {}, "5161": {}, "5162": {}, "5163": {}, "5164": {}, "5165": {}, "5166": {}, "5167": {}, "5168": {}, "5169": {}, "5170": {}, "5171": {}, "5172": {}, "5173": {}, "5174": {}, "5175": {}, "5176": {}, "5177": {}, "5178": {"Isabella Rodriguez": {"movement": [75, 50], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "5179": {"Isabella Rodriguez": {"movement": [76, 50], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "5180": {"Isabella Rodriguez": {"movement": [76, 49], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "5181": {"Isabella Rodriguez": {"movement": [76, 48], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "5182": {"Isabella Rodriguez": {"movement": [76, 47], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "5183": {"Isabella Rodriguez": {"movement": [76, 46], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "5184": {"Isabella Rodriguez": {"movement": [76, 45], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "5185": {"Isabella Rodriguez": {"movement": [76, 44], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "5186": {"Isabella Rodriguez": {"movement": [77, 44], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "5187": {"Isabella Rodriguez": {"movement": [78, 44], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "5188": {"Isabella Rodriguez": {"movement": [79, 44], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "5189": {"Isabella Rodriguez": {"movement": [80, 44], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "5190": {"Isabella Rodriguez": {"movement": [80, 43], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Maria Lopez": {"movement": [115, 51], "pronunciatio": "📚", "description": "attending her Physics class (reviewing her notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5191": {"Isabella Rodriguez": {"movement": [80, 42], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Maria Lopez": {"movement": [116, 51], "pronunciatio": "📚", "description": "attending her Physics class (reviewing her notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5192": {"Isabella Rodriguez": {"movement": [80, 41], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Maria Lopez": {"movement": [117, 51], "pronunciatio": "📚", "description": "attending her Physics class (reviewing her notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5193": {"Isabella Rodriguez": {"movement": [80, 40], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Maria Lopez": {"movement": [118, 51], "pronunciatio": "📚", "description": "attending her Physics class (reviewing her notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5194": {"Isabella Rodriguez": {"movement": [80, 39], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Maria Lopez": {"movement": [119, 51], "pronunciatio": "📚", "description": "attending her Physics class (reviewing her notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5195": {"Isabella Rodriguez": {"movement": [80, 38], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Maria Lopez": {"movement": [120, 51], "pronunciatio": "📚", "description": "attending her Physics class (reviewing her notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5196": {"Isabella Rodriguez": {"movement": [80, 37], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Maria Lopez": {"movement": [121, 51], "pronunciatio": "📚", "description": "attending her Physics class (reviewing her notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5197": {"Isabella Rodriguez": {"movement": [79, 37], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Maria Lopez": {"movement": [122, 51], "pronunciatio": "📚", "description": "attending her Physics class (reviewing her notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5198": {"Isabella Rodriguez": {"movement": [78, 37], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Maria Lopez": {"movement": [123, 51], "pronunciatio": "📚", "description": "attending her Physics class (reviewing her notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5199": {"Isabella Rodriguez": {"movement": [77, 37], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Maria Lopez": {"movement": [124, 51], "pronunciatio": "📚", "description": "attending her Physics class (reviewing her notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5200": {"Isabella Rodriguez": {"movement": [76, 37], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Maria Lopez": {"movement": [124, 52], "pronunciatio": "📚", "description": "attending her Physics class (reviewing her notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5201": {"Isabella Rodriguez": {"movement": [76, 36], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Maria Lopez": {"movement": [124, 53], "pronunciatio": "📚", "description": "attending her Physics class (reviewing her notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5202": {"Isabella Rodriguez": {"movement": [76, 35], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Maria Lopez": {"movement": [124, 54], "pronunciatio": "📚", "description": "attending her Physics class (reviewing her notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5203": {"Isabella Rodriguez": {"movement": [76, 34], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Maria Lopez": {"movement": [123, 54], "pronunciatio": "📚", "description": "attending her Physics class (reviewing her notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5204": {"Isabella Rodriguez": {"movement": [76, 33], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}, "Maria Lopez": {"movement": [123, 55], "pronunciatio": "📚", "description": "attending her Physics class (reviewing her notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5205": {"Isabella Rodriguez": {"movement": [76, 32], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "5206": {"Isabella Rodriguez": {"movement": [76, 31], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "5207": {"Isabella Rodriguez": {"movement": [76, 30], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "5208": {"Isabella Rodriguez": {"movement": [76, 29], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "5209": {"Isabella Rodriguez": {"movement": [76, 28], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "5210": {"Isabella Rodriguez": {"movement": [76, 27], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "5211": {"Isabella Rodriguez": {"movement": [76, 26], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "5212": {"Isabella Rodriguez": {"movement": [75, 26], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "5213": {"Isabella Rodriguez": {"movement": [75, 25], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "5214": {"Isabella Rodriguez": {"movement": [75, 24], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "5215": {"Isabella Rodriguez": {"movement": [75, 23], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "5216": {"Isabella Rodriguez": {"movement": [75, 22], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "5217": {"Isabella Rodriguez": {"movement": [75, 21], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "5218": {"Isabella Rodriguez": {"movement": [75, 20], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "5219": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "5220": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "5221": {"Isabella Rodriguez": {"movement": [77, 19], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "5222": {"Isabella Rodriguez": {"movement": [78, 19], "pronunciatio": "💁♀", "description": "attending to guests at the cafe (helping customers with questions) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "5223": {}, "5224": {}, "5225": {}, "5226": {}, "5227": {}, "5228": {}, "5229": {}, "5230": {}, "5231": {}, "5232": {}, "5233": {}, "5234": {}, "5235": {}, "5236": {}, "5237": {}, "5238": {"Isabella Rodriguez": {"movement": [77, 19], "pronunciatio": "🔍💁", "description": "attending to guests at the cafe (checking on customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5239": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "🔍💁", "description": "attending to guests at the cafe (checking on customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5240": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "🔍💁", "description": "attending to guests at the cafe (checking on customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5241": {"Isabella Rodriguez": {"movement": [75, 20], "pronunciatio": "🔍💁", "description": "attending to guests at the cafe (checking on customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5242": {"Isabella Rodriguez": {"movement": [75, 21], "pronunciatio": "🔍💁", "description": "attending to guests at the cafe (checking on customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5243": {"Isabella Rodriguez": {"movement": [76, 21], "pronunciatio": "🔍💁", "description": "attending to guests at the cafe (checking on customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5244": {"Isabella Rodriguez": {"movement": [77, 21], "pronunciatio": "🔍💁", "description": "attending to guests at the cafe (checking on customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5245": {"Isabella Rodriguez": {"movement": [78, 21], "pronunciatio": "🔍💁", "description": "attending to guests at the cafe (checking on customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5246": {"Isabella Rodriguez": {"movement": [79, 21], "pronunciatio": "🔍💁", "description": "attending to guests at the cafe (checking on customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5247": {"Isabella Rodriguez": {"movement": [80, 21], "pronunciatio": "🔍💁", "description": "attending to guests at the cafe (checking on customers) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5248": {}, "5249": {}, "5250": {"Klaus Mueller": {"movement": [119, 23], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the introduction) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5251": {"Klaus Mueller": {"movement": [119, 22], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the introduction) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5252": {}, "5253": {}, "5254": {}, "5255": {}, "5256": {}, "5257": {}, "5258": {}, "5259": {}, "5260": {}, "5261": {}, "5262": {}, "5263": {}, "5264": {}, "5265": {}, "5266": {}, "5267": {}, "5268": {}, "5269": {}, "5270": {}, "5271": {}, "5272": {}, "5273": {}, "5274": {}, "5275": {}, "5276": {}, "5277": {}, "5278": {}, "5279": {}, "5280": {}, "5281": {}, "5282": {}, "5283": {}, "5284": {}, "5285": {}, "5286": {}, "5287": {}, "5288": {}, "5289": {}, "5290": {}, "5291": {}, "5292": {}, "5293": {}, "5294": {}, "5295": {}, "5296": {}, "5297": {}, "5298": {"Isabella Rodriguez": {"movement": [79, 21], "pronunciatio": "🌯", "description": "attending to guests at the cafe (helping customers with to-go orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "5299": {"Isabella Rodriguez": {"movement": [78, 21], "pronunciatio": "🌯", "description": "attending to guests at the cafe (helping customers with to-go orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "5300": {"Isabella Rodriguez": {"movement": [77, 21], "pronunciatio": "🌯", "description": "attending to guests at the cafe (helping customers with to-go orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "5301": {"Isabella Rodriguez": {"movement": [76, 21], "pronunciatio": "🌯", "description": "attending to guests at the cafe (helping customers with to-go orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "5302": {"Isabella Rodriguez": {"movement": [75, 21], "pronunciatio": "🌯", "description": "attending to guests at the cafe (helping customers with to-go orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "5303": {"Isabella Rodriguez": {"movement": [75, 20], "pronunciatio": "🌯", "description": "attending to guests at the cafe (helping customers with to-go orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "5304": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "🌯", "description": "attending to guests at the cafe (helping customers with to-go orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "5305": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "🌯", "description": "attending to guests at the cafe (helping customers with to-go orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "5306": {"Isabella Rodriguez": {"movement": [77, 19], "pronunciatio": "🌯", "description": "attending to guests at the cafe (helping customers with to-go orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "5307": {"Isabella Rodriguez": {"movement": [78, 19], "pronunciatio": "🌯", "description": "attending to guests at the cafe (helping customers with to-go orders) @ the Ville:Hobbs Cafe:cafe:behind the cafe counter", "chat": null}}, "5308": {}, "5309": {}, "5310": {"Maria Lopez": {"movement": [123, 54], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5311": {"Maria Lopez": {"movement": [124, 54], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5312": {"Maria Lopez": {"movement": [124, 53], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5313": {"Maria Lopez": {"movement": [124, 52], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5314": {"Maria Lopez": {"movement": [124, 51], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5315": {"Maria Lopez": {"movement": [123, 51], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5316": {"Maria Lopez": {"movement": [122, 51], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5317": {"Maria Lopez": {"movement": [121, 51], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5318": {"Maria Lopez": {"movement": [120, 51], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5319": {"Maria Lopez": {"movement": [119, 51], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5320": {"Maria Lopez": {"movement": [118, 51], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5321": {"Maria Lopez": {"movement": [117, 51], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5322": {"Maria Lopez": {"movement": [117, 50], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5323": {"Maria Lopez": {"movement": [117, 49], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5324": {"Maria Lopez": {"movement": [117, 48], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5325": {"Maria Lopez": {"movement": [117, 47], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5326": {"Maria Lopez": {"movement": [116, 47], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5327": {"Maria Lopez": {"movement": [115, 47], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5328": {"Maria Lopez": {"movement": [114, 47], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5329": {"Maria Lopez": {"movement": [113, 47], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5330": {"Maria Lopez": {"movement": [112, 47], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5331": {"Maria Lopez": {"movement": [111, 47], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5332": {"Maria Lopez": {"movement": [110, 47], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5333": {"Maria Lopez": {"movement": [109, 47], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5334": {"Maria Lopez": {"movement": [108, 47], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5335": {"Maria Lopez": {"movement": [108, 46], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5336": {"Maria Lopez": {"movement": [108, 45], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5337": {"Maria Lopez": {"movement": [108, 44], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5338": {"Maria Lopez": {"movement": [108, 43], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5339": {"Maria Lopez": {"movement": [108, 42], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5340": {"Maria Lopez": {"movement": [108, 41], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5341": {"Maria Lopez": {"movement": [108, 40], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5342": {"Maria Lopez": {"movement": [108, 39], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5343": {"Maria Lopez": {"movement": [108, 38], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5344": {"Maria Lopez": {"movement": [108, 37], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5345": {"Maria Lopez": {"movement": [108, 36], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5346": {"Maria Lopez": {"movement": [108, 35], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5347": {"Maria Lopez": {"movement": [108, 34], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5348": {"Maria Lopez": {"movement": [108, 33], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5349": {"Maria Lopez": {"movement": [108, 32], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5350": {"Maria Lopez": {"movement": [109, 32], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5351": {"Maria Lopez": {"movement": [109, 31], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5352": {"Maria Lopez": {"movement": [109, 30], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5353": {"Maria Lopez": {"movement": [110, 30], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5354": {"Maria Lopez": {"movement": [111, 30], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5355": {"Maria Lopez": {"movement": [112, 30], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5356": {"Maria Lopez": {"movement": [113, 30], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5357": {"Maria Lopez": {"movement": [114, 30], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5358": {"Isabella Rodriguez": {"movement": [77, 19], "pronunciatio": "🧹🏫", "description": "attending to guests at the cafe (cleaning up the cafe) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}, "Maria Lopez": {"movement": [115, 30], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5359": {"Maria Lopez": {"movement": [116, 30], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5360": {"Maria Lopez": {"movement": [117, 30], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5361": {"Maria Lopez": {"movement": [118, 30], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5362": {"Maria Lopez": {"movement": [119, 30], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5363": {"Maria Lopez": {"movement": [119, 29], "pronunciatio": "📚🎒", "description": "attending her Physics class (preparing for the next lecture) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5364": {"Klaus Mueller": {"movement": [119, 23], "pronunciatio": "💬", "description": "conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch. @ 龙哥", "chat": [["龙哥", "Hey 阿牛! I saw you working on your research paper. How's it going so far?"], ["阿牛", "Hey 龙哥! It's going well so far. I just finished writing the introduction. How about you? How's your Physics class going?"], ["龙哥", "I'm actually really excited about my research paper too! I wanted to get your thoughts on it."], ["阿牛", "That's great, 龙哥! I would love to hear more about your research paper. What is it about?"], ["龙哥", "My research paper is about the applications of quantum physics in computer science. I've been exploring how quantum computing could revolutionize various fields such as cryptography and optimization algorithms. I think it's a fascinating topic!"], ["阿牛", "Wow, 龙哥! Your research paper sounds really interesting. I would love to hear more about your findings and the potential impact of quantum computing in different fields."], ["龙哥", "Thank you, 阿牛! I'm glad you find it interesting. I actually found some really compelling evidence supporting the potential of quantum computing in revolutionizing cryptography. Would you be interested in reading my research paper?"], ["阿牛", "Yes, 龙哥! I would be really interested in reading your research paper. It sounds like you have made some compelling findings."], ["龙哥", "I can email you a copy of my research paper if you're interested."], ["阿牛", "That would be great, 龙哥! I would love to read your research paper. Can you send it to me at my college email?"], ["龙哥", "Sure, 阿牛! I'll send you the research paper to your college email. What's your email address?"], ["阿牛", "My college email address is klaus.mueller@oakhill.edu. Thanks for sending me the research paper!"], ["龙哥", "Great! I'll email you the research paper right away."], ["阿牛", "Once I finish reading your research paper, would you like to grab lunch and discuss it further?"], ["龙哥", "That sounds like a plan! Let's grab lunch and discuss my research paper after you've finished reading it."], ["阿牛", "By the way, 龙哥, how are you finding the research process overall? Is it challenging or exciting?"]]}, "Maria Lopez": {"movement": [119, 28], "pronunciatio": "💬", "description": "conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch. @ 阿牛", "chat": [["龙哥", "Hey 阿牛! I saw you working on your research paper. How's it going so far?"], ["阿牛", "Hey 龙哥! It's going well so far. I just finished writing the introduction. How about you? How's your Physics class going?"], ["龙哥", "I'm actually really excited about my research paper too! I wanted to get your thoughts on it."], ["阿牛", "That's great, 龙哥! I would love to hear more about your research paper. What is it about?"], ["龙哥", "My research paper is about the applications of quantum physics in computer science. I've been exploring how quantum computing could revolutionize various fields such as cryptography and optimization algorithms. I think it's a fascinating topic!"], ["阿牛", "Wow, 龙哥! Your research paper sounds really interesting. I would love to hear more about your findings and the potential impact of quantum computing in different fields."], ["龙哥", "Thank you, 阿牛! I'm glad you find it interesting. I actually found some really compelling evidence supporting the potential of quantum computing in revolutionizing cryptography. Would you be interested in reading my research paper?"], ["阿牛", "Yes, 龙哥! I would be really interested in reading your research paper. It sounds like you have made some compelling findings."], ["龙哥", "I can email you a copy of my research paper if you're interested."], ["阿牛", "That would be great, 龙哥! I would love to read your research paper. Can you send it to me at my college email?"], ["龙哥", "Sure, 阿牛! I'll send you the research paper to your college email. What's your email address?"], ["阿牛", "My college email address is klaus.mueller@oakhill.edu. Thanks for sending me the research paper!"], ["龙哥", "Great! I'll email you the research paper right away."], ["阿牛", "Once I finish reading your research paper, would you like to grab lunch and discuss it further?"], ["龙哥", "That sounds like a plan! Let's grab lunch and discuss my research paper after you've finished reading it."], ["阿牛", "By the way, 龙哥, how are you finding the research process overall? Is it challenging or exciting?"]]}}, "5365": {"Klaus Mueller": {"movement": [119, 24], "pronunciatio": "💬", "description": "conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch. @ 龙哥", "chat": [["龙哥", "Hey 阿牛! I saw you working on your research paper. How's it going so far?"], ["阿牛", "Hey 龙哥! It's going well so far. I just finished writing the introduction. How about you? How's your Physics class going?"], ["龙哥", "I'm actually really excited about my research paper too! I wanted to get your thoughts on it."], ["阿牛", "That's great, 龙哥! I would love to hear more about your research paper. What is it about?"], ["龙哥", "My research paper is about the applications of quantum physics in computer science. I've been exploring how quantum computing could revolutionize various fields such as cryptography and optimization algorithms. I think it's a fascinating topic!"], ["阿牛", "Wow, 龙哥! Your research paper sounds really interesting. I would love to hear more about your findings and the potential impact of quantum computing in different fields."], ["龙哥", "Thank you, 阿牛! I'm glad you find it interesting. I actually found some really compelling evidence supporting the potential of quantum computing in revolutionizing cryptography. Would you be interested in reading my research paper?"], ["阿牛", "Yes, 龙哥! I would be really interested in reading your research paper. It sounds like you have made some compelling findings."], ["龙哥", "I can email you a copy of my research paper if you're interested."], ["阿牛", "That would be great, 龙哥! I would love to read your research paper. Can you send it to me at my college email?"], ["龙哥", "Sure, 阿牛! I'll send you the research paper to your college email. What's your email address?"], ["阿牛", "My college email address is klaus.mueller@oakhill.edu. Thanks for sending me the research paper!"], ["龙哥", "Great! I'll email you the research paper right away."], ["阿牛", "Once I finish reading your research paper, would you like to grab lunch and discuss it further?"], ["龙哥", "That sounds like a plan! Let's grab lunch and discuss my research paper after you've finished reading it."], ["阿牛", "By the way, 龙哥, how are you finding the research process overall? Is it challenging or exciting?"]]}, "Maria Lopez": {"movement": [119, 27], "pronunciatio": "💬", "description": "conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch. @ 阿牛", "chat": [["龙哥", "Hey 阿牛! I saw you working on your research paper. How's it going so far?"], ["阿牛", "Hey 龙哥! It's going well so far. I just finished writing the introduction. How about you? How's your Physics class going?"], ["龙哥", "I'm actually really excited about my research paper too! I wanted to get your thoughts on it."], ["阿牛", "That's great, 龙哥! I would love to hear more about your research paper. What is it about?"], ["龙哥", "My research paper is about the applications of quantum physics in computer science. I've been exploring how quantum computing could revolutionize various fields such as cryptography and optimization algorithms. I think it's a fascinating topic!"], ["阿牛", "Wow, 龙哥! Your research paper sounds really interesting. I would love to hear more about your findings and the potential impact of quantum computing in different fields."], ["龙哥", "Thank you, 阿牛! I'm glad you find it interesting. I actually found some really compelling evidence supporting the potential of quantum computing in revolutionizing cryptography. Would you be interested in reading my research paper?"], ["阿牛", "Yes, 龙哥! I would be really interested in reading your research paper. It sounds like you have made some compelling findings."], ["龙哥", "I can email you a copy of my research paper if you're interested."], ["阿牛", "That would be great, 龙哥! I would love to read your research paper. Can you send it to me at my college email?"], ["龙哥", "Sure, 阿牛! I'll send you the research paper to your college email. What's your email address?"], ["阿牛", "My college email address is klaus.mueller@oakhill.edu. Thanks for sending me the research paper!"], ["龙哥", "Great! I'll email you the research paper right away."], ["阿牛", "Once I finish reading your research paper, would you like to grab lunch and discuss it further?"], ["龙哥", "That sounds like a plan! Let's grab lunch and discuss my research paper after you've finished reading it."], ["阿牛", "By the way, 龙哥, how are you finding the research process overall? Is it challenging or exciting?"]]}}, "5366": {"Klaus Mueller": {"movement": [119, 25], "pronunciatio": "💬", "description": "conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch. @ 龙哥", "chat": [["龙哥", "Hey 阿牛! I saw you working on your research paper. How's it going so far?"], ["阿牛", "Hey 龙哥! It's going well so far. I just finished writing the introduction. How about you? How's your Physics class going?"], ["龙哥", "I'm actually really excited about my research paper too! I wanted to get your thoughts on it."], ["阿牛", "That's great, 龙哥! I would love to hear more about your research paper. What is it about?"], ["龙哥", "My research paper is about the applications of quantum physics in computer science. I've been exploring how quantum computing could revolutionize various fields such as cryptography and optimization algorithms. I think it's a fascinating topic!"], ["阿牛", "Wow, 龙哥! Your research paper sounds really interesting. I would love to hear more about your findings and the potential impact of quantum computing in different fields."], ["龙哥", "Thank you, 阿牛! I'm glad you find it interesting. I actually found some really compelling evidence supporting the potential of quantum computing in revolutionizing cryptography. Would you be interested in reading my research paper?"], ["阿牛", "Yes, 龙哥! I would be really interested in reading your research paper. It sounds like you have made some compelling findings."], ["龙哥", "I can email you a copy of my research paper if you're interested."], ["阿牛", "That would be great, 龙哥! I would love to read your research paper. Can you send it to me at my college email?"], ["龙哥", "Sure, 阿牛! I'll send you the research paper to your college email. What's your email address?"], ["阿牛", "My college email address is klaus.mueller@oakhill.edu. Thanks for sending me the research paper!"], ["龙哥", "Great! I'll email you the research paper right away."], ["阿牛", "Once I finish reading your research paper, would you like to grab lunch and discuss it further?"], ["龙哥", "That sounds like a plan! Let's grab lunch and discuss my research paper after you've finished reading it."], ["阿牛", "By the way, 龙哥, how are you finding the research process overall? Is it challenging or exciting?"]]}, "Maria Lopez": {"movement": [119, 26], "pronunciatio": "💬", "description": "conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch. @ 阿牛", "chat": [["龙哥", "Hey 阿牛! I saw you working on your research paper. How's it going so far?"], ["阿牛", "Hey 龙哥! It's going well so far. I just finished writing the introduction. How about you? How's your Physics class going?"], ["龙哥", "I'm actually really excited about my research paper too! I wanted to get your thoughts on it."], ["阿牛", "That's great, 龙哥! I would love to hear more about your research paper. What is it about?"], ["龙哥", "My research paper is about the applications of quantum physics in computer science. I've been exploring how quantum computing could revolutionize various fields such as cryptography and optimization algorithms. I think it's a fascinating topic!"], ["阿牛", "Wow, 龙哥! Your research paper sounds really interesting. I would love to hear more about your findings and the potential impact of quantum computing in different fields."], ["龙哥", "Thank you, 阿牛! I'm glad you find it interesting. I actually found some really compelling evidence supporting the potential of quantum computing in revolutionizing cryptography. Would you be interested in reading my research paper?"], ["阿牛", "Yes, 龙哥! I would be really interested in reading your research paper. It sounds like you have made some compelling findings."], ["龙哥", "I can email you a copy of my research paper if you're interested."], ["阿牛", "That would be great, 龙哥! I would love to read your research paper. Can you send it to me at my college email?"], ["龙哥", "Sure, 阿牛! I'll send you the research paper to your college email. What's your email address?"], ["阿牛", "My college email address is klaus.mueller@oakhill.edu. Thanks for sending me the research paper!"], ["龙哥", "Great! I'll email you the research paper right away."], ["阿牛", "Once I finish reading your research paper, would you like to grab lunch and discuss it further?"], ["龙哥", "That sounds like a plan! Let's grab lunch and discuss my research paper after you've finished reading it."], ["阿牛", "By the way, 龙哥, how are you finding the research process overall? Is it challenging or exciting?"]]}}, "5367": {"Klaus Mueller": {"movement": [119, 26], "pronunciatio": "💬", "description": "conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch. @ 龙哥", "chat": [["龙哥", "Hey 阿牛! I saw you working on your research paper. How's it going so far?"], ["阿牛", "Hey 龙哥! It's going well so far. I just finished writing the introduction. How about you? How's your Physics class going?"], ["龙哥", "I'm actually really excited about my research paper too! I wanted to get your thoughts on it."], ["阿牛", "That's great, 龙哥! I would love to hear more about your research paper. What is it about?"], ["龙哥", "My research paper is about the applications of quantum physics in computer science. I've been exploring how quantum computing could revolutionize various fields such as cryptography and optimization algorithms. I think it's a fascinating topic!"], ["阿牛", "Wow, 龙哥! Your research paper sounds really interesting. I would love to hear more about your findings and the potential impact of quantum computing in different fields."], ["龙哥", "Thank you, 阿牛! I'm glad you find it interesting. I actually found some really compelling evidence supporting the potential of quantum computing in revolutionizing cryptography. Would you be interested in reading my research paper?"], ["阿牛", "Yes, 龙哥! I would be really interested in reading your research paper. It sounds like you have made some compelling findings."], ["龙哥", "I can email you a copy of my research paper if you're interested."], ["阿牛", "That would be great, 龙哥! I would love to read your research paper. Can you send it to me at my college email?"], ["龙哥", "Sure, 阿牛! I'll send you the research paper to your college email. What's your email address?"], ["阿牛", "My college email address is klaus.mueller@oakhill.edu. Thanks for sending me the research paper!"], ["龙哥", "Great! I'll email you the research paper right away."], ["阿牛", "Once I finish reading your research paper, would you like to grab lunch and discuss it further?"], ["龙哥", "That sounds like a plan! Let's grab lunch and discuss my research paper after you've finished reading it."], ["阿牛", "By the way, 龙哥, how are you finding the research process overall? Is it challenging or exciting?"]]}, "Maria Lopez": {"movement": [119, 25], "pronunciatio": "💬", "description": "conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch. @ 阿牛", "chat": [["龙哥", "Hey 阿牛! I saw you working on your research paper. How's it going so far?"], ["阿牛", "Hey 龙哥! It's going well so far. I just finished writing the introduction. How about you? How's your Physics class going?"], ["龙哥", "I'm actually really excited about my research paper too! I wanted to get your thoughts on it."], ["阿牛", "That's great, 龙哥! I would love to hear more about your research paper. What is it about?"], ["龙哥", "My research paper is about the applications of quantum physics in computer science. I've been exploring how quantum computing could revolutionize various fields such as cryptography and optimization algorithms. I think it's a fascinating topic!"], ["阿牛", "Wow, 龙哥! Your research paper sounds really interesting. I would love to hear more about your findings and the potential impact of quantum computing in different fields."], ["龙哥", "Thank you, 阿牛! I'm glad you find it interesting. I actually found some really compelling evidence supporting the potential of quantum computing in revolutionizing cryptography. Would you be interested in reading my research paper?"], ["阿牛", "Yes, 龙哥! I would be really interested in reading your research paper. It sounds like you have made some compelling findings."], ["龙哥", "I can email you a copy of my research paper if you're interested."], ["阿牛", "That would be great, 龙哥! I would love to read your research paper. Can you send it to me at my college email?"], ["龙哥", "Sure, 阿牛! I'll send you the research paper to your college email. What's your email address?"], ["阿牛", "My college email address is klaus.mueller@oakhill.edu. Thanks for sending me the research paper!"], ["龙哥", "Great! I'll email you the research paper right away."], ["阿牛", "Once I finish reading your research paper, would you like to grab lunch and discuss it further?"], ["龙哥", "That sounds like a plan! Let's grab lunch and discuss my research paper after you've finished reading it."], ["阿牛", "By the way, 龙哥, how are you finding the research process overall? Is it challenging or exciting?"]]}}, "5368": {}, "5369": {}, "5370": {}, "5371": {}, "5372": {}, "5373": {}, "5374": {}, "5375": {}, "5376": {}, "5377": {}, "5378": {}, "5379": {}, "5380": {}, "5381": {}, "5382": {}, "5383": {}, "5384": {}, "5385": {}, "5386": {}, "5387": {}, "5388": {}, "5389": {}, "5390": {}, "5391": {}, "5392": {}, "5393": {}, "5394": {}, "5395": {}, "5396": {}, "5397": {}, "5398": {}, "5399": {}, "5400": {}, "5401": {}, "5402": {}, "5403": {}, "5404": {}, "5405": {}, "5406": {}, "5407": {}, "5408": {}, "5409": {}, "5410": {}, "5411": {}, "5412": {}, "5413": {}, "5414": {}, "5415": {}, "5416": {}, "5417": {}, "5418": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "📦🎉", "description": "preparing the upcoming Valentine's Day party (ordering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [119, 27], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [119, 26], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5419": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "📦🎉", "description": "preparing the upcoming Valentine's Day party (ordering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [119, 28], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [119, 27], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5420": {"Isabella Rodriguez": {"movement": [75, 20], "pronunciatio": "📦🎉", "description": "preparing the upcoming Valentine's Day party (ordering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [119, 29], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [119, 28], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5421": {"Isabella Rodriguez": {"movement": [75, 21], "pronunciatio": "📦🎉", "description": "preparing the upcoming Valentine's Day party (ordering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [119, 30], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [119, 29], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5422": {"Isabella Rodriguez": {"movement": [76, 21], "pronunciatio": "📦🎉", "description": "preparing the upcoming Valentine's Day party (ordering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [118, 30], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [119, 30], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5423": {"Isabella Rodriguez": {"movement": [76, 22], "pronunciatio": "📦🎉", "description": "preparing the upcoming Valentine's Day party (ordering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [117, 30], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [118, 30], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5424": {"Isabella Rodriguez": {"movement": [76, 23], "pronunciatio": "📦🎉", "description": "preparing the upcoming Valentine's Day party (ordering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [116, 30], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [117, 30], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5425": {"Isabella Rodriguez": {"movement": [76, 24], "pronunciatio": "📦🎉", "description": "preparing the upcoming Valentine's Day party (ordering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [115, 30], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [116, 30], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5426": {"Isabella Rodriguez": {"movement": [76, 25], "pronunciatio": "📦🎉", "description": "preparing the upcoming Valentine's Day party (ordering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [114, 30], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [115, 30], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5427": {"Isabella Rodriguez": {"movement": [77, 25], "pronunciatio": "📦🎉", "description": "preparing the upcoming Valentine's Day party (ordering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [113, 30], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [114, 30], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5428": {"Isabella Rodriguez": {"movement": [77, 26], "pronunciatio": "📦🎉", "description": "preparing the upcoming Valentine's Day party (ordering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [112, 30], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [113, 30], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5429": {"Isabella Rodriguez": {"movement": [77, 27], "pronunciatio": "📦🎉", "description": "preparing the upcoming Valentine's Day party (ordering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [111, 30], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [112, 30], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5430": {"Isabella Rodriguez": {"movement": [77, 28], "pronunciatio": "📦🎉", "description": "preparing the upcoming Valentine's Day party (ordering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [110, 30], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [111, 30], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5431": {"Isabella Rodriguez": {"movement": [77, 29], "pronunciatio": "📦🎉", "description": "preparing the upcoming Valentine's Day party (ordering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [109, 30], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [110, 30], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5432": {"Isabella Rodriguez": {"movement": [77, 30], "pronunciatio": "📦🎉", "description": "preparing the upcoming Valentine's Day party (ordering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [109, 31], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [109, 30], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5433": {"Isabella Rodriguez": {"movement": [78, 30], "pronunciatio": "📦🎉", "description": "preparing the upcoming Valentine's Day party (ordering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [109, 32], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [109, 31], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5434": {"Isabella Rodriguez": {"movement": [79, 30], "pronunciatio": "📦🎉", "description": "preparing the upcoming Valentine's Day party (ordering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [108, 32], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [109, 32], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5435": {"Isabella Rodriguez": {"movement": [80, 30], "pronunciatio": "📦🎉", "description": "preparing the upcoming Valentine's Day party (ordering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [108, 33], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [108, 32], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5436": {"Isabella Rodriguez": {"movement": [80, 31], "pronunciatio": "📦🎉", "description": "preparing the upcoming Valentine's Day party (ordering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [108, 34], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [108, 33], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5437": {"Isabella Rodriguez": {"movement": [80, 32], "pronunciatio": "📦🎉", "description": "preparing the upcoming Valentine's Day party (ordering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [108, 35], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [108, 34], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5438": {"Isabella Rodriguez": {"movement": [80, 33], "pronunciatio": "📦🎉", "description": "preparing the upcoming Valentine's Day party (ordering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [108, 36], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [108, 35], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5439": {"Isabella Rodriguez": {"movement": [80, 34], "pronunciatio": "📦🎉", "description": "preparing the upcoming Valentine's Day party (ordering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [108, 37], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [108, 36], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5440": {"Isabella Rodriguez": {"movement": [80, 35], "pronunciatio": "📦🎉", "description": "preparing the upcoming Valentine's Day party (ordering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [109, 37], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [108, 37], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5441": {"Isabella Rodriguez": {"movement": [80, 36], "pronunciatio": "📦🎉", "description": "preparing the upcoming Valentine's Day party (ordering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [110, 37], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [109, 37], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5442": {"Isabella Rodriguez": {"movement": [80, 37], "pronunciatio": "📦🎉", "description": "preparing the upcoming Valentine's Day party (ordering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [111, 37], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [110, 37], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5443": {"Isabella Rodriguez": {"movement": [80, 38], "pronunciatio": "📦🎉", "description": "preparing the upcoming Valentine's Day party (ordering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [112, 37], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [111, 37], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5444": {"Isabella Rodriguez": {"movement": [80, 39], "pronunciatio": "📦🎉", "description": "preparing the upcoming Valentine's Day party (ordering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [113, 37], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [112, 37], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5445": {"Isabella Rodriguez": {"movement": [80, 40], "pronunciatio": "📦🎉", "description": "preparing the upcoming Valentine's Day party (ordering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [114, 37], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [113, 37], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5446": {"Isabella Rodriguez": {"movement": [80, 41], "pronunciatio": "📦🎉", "description": "preparing the upcoming Valentine's Day party (ordering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [115, 37], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [114, 37], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5447": {"Isabella Rodriguez": {"movement": [80, 42], "pronunciatio": "📦🎉", "description": "preparing the upcoming Valentine's Day party (ordering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [116, 37], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [115, 37], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5448": {"Isabella Rodriguez": {"movement": [80, 43], "pronunciatio": "📦🎉", "description": "preparing the upcoming Valentine's Day party (ordering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [116, 38], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [116, 37], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5449": {"Isabella Rodriguez": {"movement": [80, 44], "pronunciatio": "📦🎉", "description": "preparing the upcoming Valentine's Day party (ordering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [116, 39], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [116, 38], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5450": {"Isabella Rodriguez": {"movement": [79, 44], "pronunciatio": "📦🎉", "description": "preparing the upcoming Valentine's Day party (ordering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [116, 40], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [116, 39], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5451": {"Isabella Rodriguez": {"movement": [79, 45], "pronunciatio": "📦🎉", "description": "preparing the upcoming Valentine's Day party (ordering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [116, 41], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [116, 40], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5452": {"Isabella Rodriguez": {"movement": [79, 46], "pronunciatio": "📦🎉", "description": "preparing the upcoming Valentine's Day party (ordering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [116, 42], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [116, 41], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5453": {"Isabella Rodriguez": {"movement": [79, 47], "pronunciatio": "📦🎉", "description": "preparing the upcoming Valentine's Day party (ordering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [116, 43], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [116, 42], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5454": {"Isabella Rodriguez": {"movement": [79, 48], "pronunciatio": "📦🎉", "description": "preparing the upcoming Valentine's Day party (ordering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [116, 44], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [116, 43], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5455": {"Isabella Rodriguez": {"movement": [79, 49], "pronunciatio": "📦🎉", "description": "preparing the upcoming Valentine's Day party (ordering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [116, 45], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [116, 44], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5456": {"Isabella Rodriguez": {"movement": [78, 49], "pronunciatio": "📦🎉", "description": "preparing the upcoming Valentine's Day party (ordering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [117, 45], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [116, 45], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5457": {"Isabella Rodriguez": {"movement": [78, 50], "pronunciatio": "📦🎉", "description": "preparing the upcoming Valentine's Day party (ordering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [118, 45], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [117, 45], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5458": {"Isabella Rodriguez": {"movement": [78, 51], "pronunciatio": "📦🎉", "description": "preparing the upcoming Valentine's Day party (ordering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [119, 45], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [118, 45], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5459": {"Klaus Mueller": {"movement": [119, 46], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [119, 45], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5460": {"Klaus Mueller": {"movement": [119, 47], "pronunciatio": "💬", "description": "working on his research paper at the library (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [119, 46], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5461": {"Maria Lopez": {"movement": [119, 47], "pronunciatio": "💬🥪", "description": "attending her Physics class (conversing about This is a conversation between 龙哥 and 阿牛 about Maria's research paper on the applications of quantum physics in computer science and Klaus's interest in reading it and discussing it over lunch.) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "5462": {}, "5463": {}, "5464": {}, "5465": {}, "5466": {}, "5467": {}, "5468": {}, "5469": {}, "5470": {}, "5471": {}, "5472": {"Klaus Mueller": {"movement": [118, 47], "pronunciatio": "☕️", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [118, 47], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5473": {"Klaus Mueller": {"movement": [117, 47], "pronunciatio": "☕️", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [117, 47], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5474": {"Klaus Mueller": {"movement": [117, 48], "pronunciatio": "☕️", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [116, 47], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5475": {"Klaus Mueller": {"movement": [117, 49], "pronunciatio": "☕️", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [115, 47], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5476": {"Klaus Mueller": {"movement": [117, 50], "pronunciatio": "☕️", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [114, 47], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5477": {"Klaus Mueller": {"movement": [117, 51], "pronunciatio": "☕️", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [113, 47], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5478": {"Isabella Rodriguez": {"movement": [78, 50], "pronunciatio": "🍕🎉", "description": "preparing the upcoming Valentine's Day party (ordering food for the party) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}, "Klaus Mueller": {"movement": [116, 51], "pronunciatio": "☕️", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [112, 47], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5479": {"Isabella Rodriguez": {"movement": [78, 49], "pronunciatio": "🍕🎉", "description": "preparing the upcoming Valentine's Day party (ordering food for the party) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}, "Klaus Mueller": {"movement": [115, 51], "pronunciatio": "☕️", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [111, 47], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5480": {"Isabella Rodriguez": {"movement": [79, 49], "pronunciatio": "🍕🎉", "description": "preparing the upcoming Valentine's Day party (ordering food for the party) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}, "Klaus Mueller": {"movement": [114, 51], "pronunciatio": "☕️", "description": "working on his research paper at the library (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [110, 47], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5481": {"Isabella Rodriguez": {"movement": [79, 48], "pronunciatio": "🍕🎉", "description": "preparing the upcoming Valentine's Day party (ordering food for the party) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}, "Maria Lopez": {"movement": [109, 47], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5482": {"Isabella Rodriguez": {"movement": [79, 47], "pronunciatio": "🍕🎉", "description": "preparing the upcoming Valentine's Day party (ordering food for the party) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}, "Maria Lopez": {"movement": [108, 47], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5483": {"Isabella Rodriguez": {"movement": [79, 46], "pronunciatio": "🍕🎉", "description": "preparing the upcoming Valentine's Day party (ordering food for the party) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}, "Maria Lopez": {"movement": [107, 47], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5484": {"Isabella Rodriguez": {"movement": [80, 46], "pronunciatio": "🍕🎉", "description": "preparing the upcoming Valentine's Day party (ordering food for the party) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}, "Maria Lopez": {"movement": [106, 47], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5485": {"Isabella Rodriguez": {"movement": [81, 46], "pronunciatio": "🍕🎉", "description": "preparing the upcoming Valentine's Day party (ordering food for the party) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}, "Maria Lopez": {"movement": [105, 47], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5486": {"Isabella Rodriguez": {"movement": [82, 46], "pronunciatio": "🍕🎉", "description": "preparing the upcoming Valentine's Day party (ordering food for the party) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}, "Maria Lopez": {"movement": [104, 47], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5487": {"Isabella Rodriguez": {"movement": [83, 46], "pronunciatio": "🍕🎉", "description": "preparing the upcoming Valentine's Day party (ordering food for the party) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}, "Maria Lopez": {"movement": [103, 47], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5488": {"Isabella Rodriguez": {"movement": [84, 46], "pronunciatio": "🍕🎉", "description": "preparing the upcoming Valentine's Day party (ordering food for the party) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}, "Maria Lopez": {"movement": [102, 47], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5489": {"Isabella Rodriguez": {"movement": [85, 46], "pronunciatio": "🍕🎉", "description": "preparing the upcoming Valentine's Day party (ordering food for the party) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}, "Maria Lopez": {"movement": [101, 47], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5490": {"Isabella Rodriguez": {"movement": [86, 46], "pronunciatio": "🍕🎉", "description": "preparing the upcoming Valentine's Day party (ordering food for the party) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}, "Maria Lopez": {"movement": [100, 47], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5491": {"Isabella Rodriguez": {"movement": [87, 46], "pronunciatio": "🍕🎉", "description": "preparing the upcoming Valentine's Day party (ordering food for the party) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}, "Maria Lopez": {"movement": [99, 47], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5492": {"Isabella Rodriguez": {"movement": [88, 46], "pronunciatio": "🍕🎉", "description": "preparing the upcoming Valentine's Day party (ordering food for the party) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}, "Maria Lopez": {"movement": [98, 47], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5493": {"Maria Lopez": {"movement": [98, 48], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5494": {"Maria Lopez": {"movement": [98, 49], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5495": {"Maria Lopez": {"movement": [98, 50], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5496": {"Maria Lopez": {"movement": [98, 51], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5497": {"Maria Lopez": {"movement": [98, 52], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5498": {"Maria Lopez": {"movement": [98, 53], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5499": {"Maria Lopez": {"movement": [98, 54], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5500": {"Maria Lopez": {"movement": [98, 55], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5501": {"Maria Lopez": {"movement": [97, 55], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5502": {"Maria Lopez": {"movement": [96, 55], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5503": {"Maria Lopez": {"movement": [95, 55], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5504": {"Maria Lopez": {"movement": [95, 56], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5505": {"Maria Lopez": {"movement": [94, 56], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5506": {"Maria Lopez": {"movement": [93, 56], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5507": {"Maria Lopez": {"movement": [92, 56], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5508": {"Klaus Mueller": {"movement": [115, 51], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [91, 56], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5509": {"Klaus Mueller": {"movement": [116, 51], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [90, 56], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5510": {"Klaus Mueller": {"movement": [117, 51], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [89, 56], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5511": {"Klaus Mueller": {"movement": [117, 50], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [88, 56], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5512": {"Klaus Mueller": {"movement": [117, 49], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [88, 55], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5513": {"Klaus Mueller": {"movement": [117, 48], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [88, 54], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5514": {"Klaus Mueller": {"movement": [117, 47], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [88, 53], "pronunciatio": "🚶♀", "description": "picking up groceries (walking to the grocery store) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5515": {"Isabella Rodriguez": {"movement": [87, 46], "pronunciatio": "💬", "description": "conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥 @ 龙哥", "chat": [["小美", "Hey 龙哥! I'm so glad I ran into you. I wanted to remind you about the Valentine's Day party at Hobbs Cafe tomorrow. It's going to be so much fun! You should definitely come and bring your friends. It starts at 5pm and goes until 7pm. I really hope to see you there!"], ["龙哥", "Hey 小美, thanks for the reminder! I wouldn't miss the Valentine's Day party for anything. I'll definitely be there with 阿牛. Can I help with anything for the party?"], ["小美", "Thank you so much, 龙哥! I would really appreciate it if you could help with setting up decorations for the party. Could you bring some balloons and streamers?"], ["龙哥", "Sure, I can bring balloons and streamers for the party. Just let me know what colors you prefer."], ["小美", "Thank you so much, 龙哥! I think red and pink would be great colors for the balloons and streamers. That would fit perfectly with the Valentine's Day theme. Can you also bring some heart-shaped decorations? I think that would add a nice touch."], ["龙哥", "Of course! I can bring some heart-shaped decorations too. Is there anything else you need help with?"], ["小美", "Thank you so much, 龙哥! I really appreciate your help. Just one more thing, could you also bring some Valentine's Day-themed snacks for the party? That would be a great addition!"], ["龙哥", "Sure, I can bring some Valentine's Day-themed snacks for the party. Just let me know what kind of snacks you would like."], ["小美", "Thank you, 龙哥! I think some heart-shaped cookies and chocolate-covered strawberries would be perfect for the Valentine's Day-themed snacks. Can you bring those?"], ["龙哥", "Sure, I can bring heart-shaped cookies and chocolate-covered strawberries for the party."], ["小美", "That sounds perfect! Thank you so much, 龙哥. Your help is greatly appreciated. See you at the party tomorrow!"], ["龙哥", "Is there a specific time you would like me to arrive to help with the decorations?"], ["小美", "Could you please arrive at the cafe around 4pm tomorrow before the party starts? That way we'll have enough time to set up the decorations together."], ["龙哥", "Sounds good, 小美! I'll make sure to arrive at Hobbs Cafe tomorrow at 4pm to help with the decorations. See you then!"], ["小美", "Thank you, 龙哥! I'm really looking forward to seeing you and 阿牛 at the party tomorrow. It's going to be a great time!"], ["龙哥", "Is there anything else I can do to help with the party?"]]}, "Klaus Mueller": {"movement": [116, 47], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [87, 53], "pronunciatio": "💬", "description": "conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥 @ 小美", "chat": [["小美", "Hey 龙哥! I'm so glad I ran into you. I wanted to remind you about the Valentine's Day party at Hobbs Cafe tomorrow. It's going to be so much fun! You should definitely come and bring your friends. It starts at 5pm and goes until 7pm. I really hope to see you there!"], ["龙哥", "Hey 小美, thanks for the reminder! I wouldn't miss the Valentine's Day party for anything. I'll definitely be there with 阿牛. Can I help with anything for the party?"], ["小美", "Thank you so much, 龙哥! I would really appreciate it if you could help with setting up decorations for the party. Could you bring some balloons and streamers?"], ["龙哥", "Sure, I can bring balloons and streamers for the party. Just let me know what colors you prefer."], ["小美", "Thank you so much, 龙哥! I think red and pink would be great colors for the balloons and streamers. That would fit perfectly with the Valentine's Day theme. Can you also bring some heart-shaped decorations? I think that would add a nice touch."], ["龙哥", "Of course! I can bring some heart-shaped decorations too. Is there anything else you need help with?"], ["小美", "Thank you so much, 龙哥! I really appreciate your help. Just one more thing, could you also bring some Valentine's Day-themed snacks for the party? That would be a great addition!"], ["龙哥", "Sure, I can bring some Valentine's Day-themed snacks for the party. Just let me know what kind of snacks you would like."], ["小美", "Thank you, 龙哥! I think some heart-shaped cookies and chocolate-covered strawberries would be perfect for the Valentine's Day-themed snacks. Can you bring those?"], ["龙哥", "Sure, I can bring heart-shaped cookies and chocolate-covered strawberries for the party."], ["小美", "That sounds perfect! Thank you so much, 龙哥. Your help is greatly appreciated. See you at the party tomorrow!"], ["龙哥", "Is there a specific time you would like me to arrive to help with the decorations?"], ["小美", "Could you please arrive at the cafe around 4pm tomorrow before the party starts? That way we'll have enough time to set up the decorations together."], ["龙哥", "Sounds good, 小美! I'll make sure to arrive at Hobbs Cafe tomorrow at 4pm to help with the decorations. See you then!"], ["小美", "Thank you, 龙哥! I'm really looking forward to seeing you and 阿牛 at the party tomorrow. It's going to be a great time!"], ["龙哥", "Is there anything else I can do to help with the party?"]]}}, "5516": {"Isabella Rodriguez": {"movement": [87, 47], "pronunciatio": "💬", "description": "conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥 @ 龙哥", "chat": [["小美", "Hey 龙哥! I'm so glad I ran into you. I wanted to remind you about the Valentine's Day party at Hobbs Cafe tomorrow. It's going to be so much fun! You should definitely come and bring your friends. It starts at 5pm and goes until 7pm. I really hope to see you there!"], ["龙哥", "Hey 小美, thanks for the reminder! I wouldn't miss the Valentine's Day party for anything. I'll definitely be there with 阿牛. Can I help with anything for the party?"], ["小美", "Thank you so much, 龙哥! I would really appreciate it if you could help with setting up decorations for the party. Could you bring some balloons and streamers?"], ["龙哥", "Sure, I can bring balloons and streamers for the party. Just let me know what colors you prefer."], ["小美", "Thank you so much, 龙哥! I think red and pink would be great colors for the balloons and streamers. That would fit perfectly with the Valentine's Day theme. Can you also bring some heart-shaped decorations? I think that would add a nice touch."], ["龙哥", "Of course! I can bring some heart-shaped decorations too. Is there anything else you need help with?"], ["小美", "Thank you so much, 龙哥! I really appreciate your help. Just one more thing, could you also bring some Valentine's Day-themed snacks for the party? That would be a great addition!"], ["龙哥", "Sure, I can bring some Valentine's Day-themed snacks for the party. Just let me know what kind of snacks you would like."], ["小美", "Thank you, 龙哥! I think some heart-shaped cookies and chocolate-covered strawberries would be perfect for the Valentine's Day-themed snacks. Can you bring those?"], ["龙哥", "Sure, I can bring heart-shaped cookies and chocolate-covered strawberries for the party."], ["小美", "That sounds perfect! Thank you so much, 龙哥. Your help is greatly appreciated. See you at the party tomorrow!"], ["龙哥", "Is there a specific time you would like me to arrive to help with the decorations?"], ["小美", "Could you please arrive at the cafe around 4pm tomorrow before the party starts? That way we'll have enough time to set up the decorations together."], ["龙哥", "Sounds good, 小美! I'll make sure to arrive at Hobbs Cafe tomorrow at 4pm to help with the decorations. See you then!"], ["小美", "Thank you, 龙哥! I'm really looking forward to seeing you and 阿牛 at the party tomorrow. It's going to be a great time!"], ["龙哥", "Is there anything else I can do to help with the party?"]]}, "Klaus Mueller": {"movement": [115, 47], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [87, 52], "pronunciatio": "💬", "description": "conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥 @ 小美", "chat": [["小美", "Hey 龙哥! I'm so glad I ran into you. I wanted to remind you about the Valentine's Day party at Hobbs Cafe tomorrow. It's going to be so much fun! You should definitely come and bring your friends. It starts at 5pm and goes until 7pm. I really hope to see you there!"], ["龙哥", "Hey 小美, thanks for the reminder! I wouldn't miss the Valentine's Day party for anything. I'll definitely be there with 阿牛. Can I help with anything for the party?"], ["小美", "Thank you so much, 龙哥! I would really appreciate it if you could help with setting up decorations for the party. Could you bring some balloons and streamers?"], ["龙哥", "Sure, I can bring balloons and streamers for the party. Just let me know what colors you prefer."], ["小美", "Thank you so much, 龙哥! I think red and pink would be great colors for the balloons and streamers. That would fit perfectly with the Valentine's Day theme. Can you also bring some heart-shaped decorations? I think that would add a nice touch."], ["龙哥", "Of course! I can bring some heart-shaped decorations too. Is there anything else you need help with?"], ["小美", "Thank you so much, 龙哥! I really appreciate your help. Just one more thing, could you also bring some Valentine's Day-themed snacks for the party? That would be a great addition!"], ["龙哥", "Sure, I can bring some Valentine's Day-themed snacks for the party. Just let me know what kind of snacks you would like."], ["小美", "Thank you, 龙哥! I think some heart-shaped cookies and chocolate-covered strawberries would be perfect for the Valentine's Day-themed snacks. Can you bring those?"], ["龙哥", "Sure, I can bring heart-shaped cookies and chocolate-covered strawberries for the party."], ["小美", "That sounds perfect! Thank you so much, 龙哥. Your help is greatly appreciated. See you at the party tomorrow!"], ["龙哥", "Is there a specific time you would like me to arrive to help with the decorations?"], ["小美", "Could you please arrive at the cafe around 4pm tomorrow before the party starts? That way we'll have enough time to set up the decorations together."], ["龙哥", "Sounds good, 小美! I'll make sure to arrive at Hobbs Cafe tomorrow at 4pm to help with the decorations. See you then!"], ["小美", "Thank you, 龙哥! I'm really looking forward to seeing you and 阿牛 at the party tomorrow. It's going to be a great time!"], ["龙哥", "Is there anything else I can do to help with the party?"]]}}, "5517": {"Isabella Rodriguez": {"movement": [87, 48], "pronunciatio": "💬", "description": "conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥 @ 龙哥", "chat": [["小美", "Hey 龙哥! I'm so glad I ran into you. I wanted to remind you about the Valentine's Day party at Hobbs Cafe tomorrow. It's going to be so much fun! You should definitely come and bring your friends. It starts at 5pm and goes until 7pm. I really hope to see you there!"], ["龙哥", "Hey 小美, thanks for the reminder! I wouldn't miss the Valentine's Day party for anything. I'll definitely be there with 阿牛. Can I help with anything for the party?"], ["小美", "Thank you so much, 龙哥! I would really appreciate it if you could help with setting up decorations for the party. Could you bring some balloons and streamers?"], ["龙哥", "Sure, I can bring balloons and streamers for the party. Just let me know what colors you prefer."], ["小美", "Thank you so much, 龙哥! I think red and pink would be great colors for the balloons and streamers. That would fit perfectly with the Valentine's Day theme. Can you also bring some heart-shaped decorations? I think that would add a nice touch."], ["龙哥", "Of course! I can bring some heart-shaped decorations too. Is there anything else you need help with?"], ["小美", "Thank you so much, 龙哥! I really appreciate your help. Just one more thing, could you also bring some Valentine's Day-themed snacks for the party? That would be a great addition!"], ["龙哥", "Sure, I can bring some Valentine's Day-themed snacks for the party. Just let me know what kind of snacks you would like."], ["小美", "Thank you, 龙哥! I think some heart-shaped cookies and chocolate-covered strawberries would be perfect for the Valentine's Day-themed snacks. Can you bring those?"], ["龙哥", "Sure, I can bring heart-shaped cookies and chocolate-covered strawberries for the party."], ["小美", "That sounds perfect! Thank you so much, 龙哥. Your help is greatly appreciated. See you at the party tomorrow!"], ["龙哥", "Is there a specific time you would like me to arrive to help with the decorations?"], ["小美", "Could you please arrive at the cafe around 4pm tomorrow before the party starts? That way we'll have enough time to set up the decorations together."], ["龙哥", "Sounds good, 小美! I'll make sure to arrive at Hobbs Cafe tomorrow at 4pm to help with the decorations. See you then!"], ["小美", "Thank you, 龙哥! I'm really looking forward to seeing you and 阿牛 at the party tomorrow. It's going to be a great time!"], ["龙哥", "Is there anything else I can do to help with the party?"]]}, "Klaus Mueller": {"movement": [114, 47], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [87, 51], "pronunciatio": "💬", "description": "conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥 @ 小美", "chat": [["小美", "Hey 龙哥! I'm so glad I ran into you. I wanted to remind you about the Valentine's Day party at Hobbs Cafe tomorrow. It's going to be so much fun! You should definitely come and bring your friends. It starts at 5pm and goes until 7pm. I really hope to see you there!"], ["龙哥", "Hey 小美, thanks for the reminder! I wouldn't miss the Valentine's Day party for anything. I'll definitely be there with 阿牛. Can I help with anything for the party?"], ["小美", "Thank you so much, 龙哥! I would really appreciate it if you could help with setting up decorations for the party. Could you bring some balloons and streamers?"], ["龙哥", "Sure, I can bring balloons and streamers for the party. Just let me know what colors you prefer."], ["小美", "Thank you so much, 龙哥! I think red and pink would be great colors for the balloons and streamers. That would fit perfectly with the Valentine's Day theme. Can you also bring some heart-shaped decorations? I think that would add a nice touch."], ["龙哥", "Of course! I can bring some heart-shaped decorations too. Is there anything else you need help with?"], ["小美", "Thank you so much, 龙哥! I really appreciate your help. Just one more thing, could you also bring some Valentine's Day-themed snacks for the party? That would be a great addition!"], ["龙哥", "Sure, I can bring some Valentine's Day-themed snacks for the party. Just let me know what kind of snacks you would like."], ["小美", "Thank you, 龙哥! I think some heart-shaped cookies and chocolate-covered strawberries would be perfect for the Valentine's Day-themed snacks. Can you bring those?"], ["龙哥", "Sure, I can bring heart-shaped cookies and chocolate-covered strawberries for the party."], ["小美", "That sounds perfect! Thank you so much, 龙哥. Your help is greatly appreciated. See you at the party tomorrow!"], ["龙哥", "Is there a specific time you would like me to arrive to help with the decorations?"], ["小美", "Could you please arrive at the cafe around 4pm tomorrow before the party starts? That way we'll have enough time to set up the decorations together."], ["龙哥", "Sounds good, 小美! I'll make sure to arrive at Hobbs Cafe tomorrow at 4pm to help with the decorations. See you then!"], ["小美", "Thank you, 龙哥! I'm really looking forward to seeing you and 阿牛 at the party tomorrow. It's going to be a great time!"], ["龙哥", "Is there anything else I can do to help with the party?"]]}}, "5518": {"Isabella Rodriguez": {"movement": [87, 49], "pronunciatio": "💬", "description": "conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥 @ 龙哥", "chat": [["小美", "Hey 龙哥! I'm so glad I ran into you. I wanted to remind you about the Valentine's Day party at Hobbs Cafe tomorrow. It's going to be so much fun! You should definitely come and bring your friends. It starts at 5pm and goes until 7pm. I really hope to see you there!"], ["龙哥", "Hey 小美, thanks for the reminder! I wouldn't miss the Valentine's Day party for anything. I'll definitely be there with 阿牛. Can I help with anything for the party?"], ["小美", "Thank you so much, 龙哥! I would really appreciate it if you could help with setting up decorations for the party. Could you bring some balloons and streamers?"], ["龙哥", "Sure, I can bring balloons and streamers for the party. Just let me know what colors you prefer."], ["小美", "Thank you so much, 龙哥! I think red and pink would be great colors for the balloons and streamers. That would fit perfectly with the Valentine's Day theme. Can you also bring some heart-shaped decorations? I think that would add a nice touch."], ["龙哥", "Of course! I can bring some heart-shaped decorations too. Is there anything else you need help with?"], ["小美", "Thank you so much, 龙哥! I really appreciate your help. Just one more thing, could you also bring some Valentine's Day-themed snacks for the party? That would be a great addition!"], ["龙哥", "Sure, I can bring some Valentine's Day-themed snacks for the party. Just let me know what kind of snacks you would like."], ["小美", "Thank you, 龙哥! I think some heart-shaped cookies and chocolate-covered strawberries would be perfect for the Valentine's Day-themed snacks. Can you bring those?"], ["龙哥", "Sure, I can bring heart-shaped cookies and chocolate-covered strawberries for the party."], ["小美", "That sounds perfect! Thank you so much, 龙哥. Your help is greatly appreciated. See you at the party tomorrow!"], ["龙哥", "Is there a specific time you would like me to arrive to help with the decorations?"], ["小美", "Could you please arrive at the cafe around 4pm tomorrow before the party starts? That way we'll have enough time to set up the decorations together."], ["龙哥", "Sounds good, 小美! I'll make sure to arrive at Hobbs Cafe tomorrow at 4pm to help with the decorations. See you then!"], ["小美", "Thank you, 龙哥! I'm really looking forward to seeing you and 阿牛 at the party tomorrow. It's going to be a great time!"], ["龙哥", "Is there anything else I can do to help with the party?"]]}, "Klaus Mueller": {"movement": [113, 47], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [87, 50], "pronunciatio": "💬", "description": "conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥 @ 小美", "chat": [["小美", "Hey 龙哥! I'm so glad I ran into you. I wanted to remind you about the Valentine's Day party at Hobbs Cafe tomorrow. It's going to be so much fun! You should definitely come and bring your friends. It starts at 5pm and goes until 7pm. I really hope to see you there!"], ["龙哥", "Hey 小美, thanks for the reminder! I wouldn't miss the Valentine's Day party for anything. I'll definitely be there with 阿牛. Can I help with anything for the party?"], ["小美", "Thank you so much, 龙哥! I would really appreciate it if you could help with setting up decorations for the party. Could you bring some balloons and streamers?"], ["龙哥", "Sure, I can bring balloons and streamers for the party. Just let me know what colors you prefer."], ["小美", "Thank you so much, 龙哥! I think red and pink would be great colors for the balloons and streamers. That would fit perfectly with the Valentine's Day theme. Can you also bring some heart-shaped decorations? I think that would add a nice touch."], ["龙哥", "Of course! I can bring some heart-shaped decorations too. Is there anything else you need help with?"], ["小美", "Thank you so much, 龙哥! I really appreciate your help. Just one more thing, could you also bring some Valentine's Day-themed snacks for the party? That would be a great addition!"], ["龙哥", "Sure, I can bring some Valentine's Day-themed snacks for the party. Just let me know what kind of snacks you would like."], ["小美", "Thank you, 龙哥! I think some heart-shaped cookies and chocolate-covered strawberries would be perfect for the Valentine's Day-themed snacks. Can you bring those?"], ["龙哥", "Sure, I can bring heart-shaped cookies and chocolate-covered strawberries for the party."], ["小美", "That sounds perfect! Thank you so much, 龙哥. Your help is greatly appreciated. See you at the party tomorrow!"], ["龙哥", "Is there a specific time you would like me to arrive to help with the decorations?"], ["小美", "Could you please arrive at the cafe around 4pm tomorrow before the party starts? That way we'll have enough time to set up the decorations together."], ["龙哥", "Sounds good, 小美! I'll make sure to arrive at Hobbs Cafe tomorrow at 4pm to help with the decorations. See you then!"], ["小美", "Thank you, 龙哥! I'm really looking forward to seeing you and 阿牛 at the party tomorrow. It's going to be a great time!"], ["龙哥", "Is there anything else I can do to help with the party?"]]}}, "5519": {"Isabella Rodriguez": {"movement": [88, 49], "pronunciatio": "💬", "description": "conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥 @ 龙哥", "chat": [["小美", "Hey 龙哥! I'm so glad I ran into you. I wanted to remind you about the Valentine's Day party at Hobbs Cafe tomorrow. It's going to be so much fun! You should definitely come and bring your friends. It starts at 5pm and goes until 7pm. I really hope to see you there!"], ["龙哥", "Hey 小美, thanks for the reminder! I wouldn't miss the Valentine's Day party for anything. I'll definitely be there with 阿牛. Can I help with anything for the party?"], ["小美", "Thank you so much, 龙哥! I would really appreciate it if you could help with setting up decorations for the party. Could you bring some balloons and streamers?"], ["龙哥", "Sure, I can bring balloons and streamers for the party. Just let me know what colors you prefer."], ["小美", "Thank you so much, 龙哥! I think red and pink would be great colors for the balloons and streamers. That would fit perfectly with the Valentine's Day theme. Can you also bring some heart-shaped decorations? I think that would add a nice touch."], ["龙哥", "Of course! I can bring some heart-shaped decorations too. Is there anything else you need help with?"], ["小美", "Thank you so much, 龙哥! I really appreciate your help. Just one more thing, could you also bring some Valentine's Day-themed snacks for the party? That would be a great addition!"], ["龙哥", "Sure, I can bring some Valentine's Day-themed snacks for the party. Just let me know what kind of snacks you would like."], ["小美", "Thank you, 龙哥! I think some heart-shaped cookies and chocolate-covered strawberries would be perfect for the Valentine's Day-themed snacks. Can you bring those?"], ["龙哥", "Sure, I can bring heart-shaped cookies and chocolate-covered strawberries for the party."], ["小美", "That sounds perfect! Thank you so much, 龙哥. Your help is greatly appreciated. See you at the party tomorrow!"], ["龙哥", "Is there a specific time you would like me to arrive to help with the decorations?"], ["小美", "Could you please arrive at the cafe around 4pm tomorrow before the party starts? That way we'll have enough time to set up the decorations together."], ["龙哥", "Sounds good, 小美! I'll make sure to arrive at Hobbs Cafe tomorrow at 4pm to help with the decorations. See you then!"], ["小美", "Thank you, 龙哥! I'm really looking forward to seeing you and 阿牛 at the party tomorrow. It's going to be a great time!"], ["龙哥", "Is there anything else I can do to help with the party?"]]}, "Klaus Mueller": {"movement": [112, 47], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [87, 49], "pronunciatio": "💬", "description": "conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥 @ 小美", "chat": [["小美", "Hey 龙哥! I'm so glad I ran into you. I wanted to remind you about the Valentine's Day party at Hobbs Cafe tomorrow. It's going to be so much fun! You should definitely come and bring your friends. It starts at 5pm and goes until 7pm. I really hope to see you there!"], ["龙哥", "Hey 小美, thanks for the reminder! I wouldn't miss the Valentine's Day party for anything. I'll definitely be there with 阿牛. Can I help with anything for the party?"], ["小美", "Thank you so much, 龙哥! I would really appreciate it if you could help with setting up decorations for the party. Could you bring some balloons and streamers?"], ["龙哥", "Sure, I can bring balloons and streamers for the party. Just let me know what colors you prefer."], ["小美", "Thank you so much, 龙哥! I think red and pink would be great colors for the balloons and streamers. That would fit perfectly with the Valentine's Day theme. Can you also bring some heart-shaped decorations? I think that would add a nice touch."], ["龙哥", "Of course! I can bring some heart-shaped decorations too. Is there anything else you need help with?"], ["小美", "Thank you so much, 龙哥! I really appreciate your help. Just one more thing, could you also bring some Valentine's Day-themed snacks for the party? That would be a great addition!"], ["龙哥", "Sure, I can bring some Valentine's Day-themed snacks for the party. Just let me know what kind of snacks you would like."], ["小美", "Thank you, 龙哥! I think some heart-shaped cookies and chocolate-covered strawberries would be perfect for the Valentine's Day-themed snacks. Can you bring those?"], ["龙哥", "Sure, I can bring heart-shaped cookies and chocolate-covered strawberries for the party."], ["小美", "That sounds perfect! Thank you so much, 龙哥. Your help is greatly appreciated. See you at the party tomorrow!"], ["龙哥", "Is there a specific time you would like me to arrive to help with the decorations?"], ["小美", "Could you please arrive at the cafe around 4pm tomorrow before the party starts? That way we'll have enough time to set up the decorations together."], ["龙哥", "Sounds good, 小美! I'll make sure to arrive at Hobbs Cafe tomorrow at 4pm to help with the decorations. See you then!"], ["小美", "Thank you, 龙哥! I'm really looking forward to seeing you and 阿牛 at the party tomorrow. It's going to be a great time!"], ["龙哥", "Is there anything else I can do to help with the party?"]]}}, "5520": {"Klaus Mueller": {"movement": [111, 47], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5521": {"Klaus Mueller": {"movement": [110, 47], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5522": {"Klaus Mueller": {"movement": [109, 47], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5523": {"Klaus Mueller": {"movement": [108, 47], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5524": {"Klaus Mueller": {"movement": [108, 46], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5525": {"Klaus Mueller": {"movement": [108, 45], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5526": {"Klaus Mueller": {"movement": [108, 44], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5527": {"Klaus Mueller": {"movement": [108, 43], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5528": {"Klaus Mueller": {"movement": [108, 42], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5529": {"Klaus Mueller": {"movement": [108, 41], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5530": {"Klaus Mueller": {"movement": [108, 40], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5531": {"Klaus Mueller": {"movement": [108, 39], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5532": {"Klaus Mueller": {"movement": [108, 38], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5533": {"Klaus Mueller": {"movement": [108, 37], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5534": {"Klaus Mueller": {"movement": [108, 36], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5535": {"Klaus Mueller": {"movement": [108, 35], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5536": {"Klaus Mueller": {"movement": [108, 34], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5537": {"Klaus Mueller": {"movement": [108, 33], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5538": {"Klaus Mueller": {"movement": [108, 32], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5539": {"Klaus Mueller": {"movement": [109, 32], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5540": {"Klaus Mueller": {"movement": [109, 31], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5541": {"Klaus Mueller": {"movement": [109, 30], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5542": {"Klaus Mueller": {"movement": [110, 30], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5543": {"Klaus Mueller": {"movement": [111, 30], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5544": {"Klaus Mueller": {"movement": [112, 30], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5545": {"Klaus Mueller": {"movement": [113, 30], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5546": {"Klaus Mueller": {"movement": [114, 30], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5547": {"Klaus Mueller": {"movement": [115, 30], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5548": {"Klaus Mueller": {"movement": [116, 30], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5549": {"Klaus Mueller": {"movement": [117, 30], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5550": {"Klaus Mueller": {"movement": [118, 30], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5551": {"Klaus Mueller": {"movement": [119, 30], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5552": {"Klaus Mueller": {"movement": [119, 29], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5553": {"Klaus Mueller": {"movement": [119, 28], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5554": {"Klaus Mueller": {"movement": [119, 27], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5555": {"Klaus Mueller": {"movement": [119, 26], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5556": {"Klaus Mueller": {"movement": [119, 25], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5557": {"Klaus Mueller": {"movement": [119, 24], "pronunciatio": "✍️", "description": "working on his research paper at the library (writing the body of the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "5558": {}, "5559": {}, "5560": {}, "5561": {}, "5562": {}, "5563": {}, "5564": {}, "5565": {}, "5566": {}, "5567": {}, "5568": {}, "5569": {}, "5570": {}, "5571": {}, "5572": {}, "5573": {}, "5574": {}, "5575": {}, "5576": {}, "5577": {}, "5578": {}, "5579": {}, "5580": {"Isabella Rodriguez": {"movement": [87, 49], "pronunciatio": "💬✨", "description": "preparing the upcoming Valentine's Day party (conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [86, 49], "pronunciatio": "💼💡", "description": "picking up groceries (selecting the items she needs) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5581": {"Isabella Rodriguez": {"movement": [86, 49], "pronunciatio": "💬✨", "description": "preparing the upcoming Valentine's Day party (conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5582": {"Isabella Rodriguez": {"movement": [85, 49], "pronunciatio": "💬✨", "description": "preparing the upcoming Valentine's Day party (conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5583": {"Isabella Rodriguez": {"movement": [84, 49], "pronunciatio": "💬✨", "description": "preparing the upcoming Valentine's Day party (conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5584": {"Isabella Rodriguez": {"movement": [83, 49], "pronunciatio": "💬✨", "description": "preparing the upcoming Valentine's Day party (conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5585": {"Isabella Rodriguez": {"movement": [82, 49], "pronunciatio": "💬✨", "description": "preparing the upcoming Valentine's Day party (conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5586": {"Isabella Rodriguez": {"movement": [81, 49], "pronunciatio": "💬✨", "description": "preparing the upcoming Valentine's Day party (conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5587": {"Isabella Rodriguez": {"movement": [80, 49], "pronunciatio": "💬✨", "description": "preparing the upcoming Valentine's Day party (conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5588": {"Isabella Rodriguez": {"movement": [80, 48], "pronunciatio": "💬✨", "description": "preparing the upcoming Valentine's Day party (conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5589": {"Isabella Rodriguez": {"movement": [80, 47], "pronunciatio": "💬✨", "description": "preparing the upcoming Valentine's Day party (conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5590": {"Isabella Rodriguez": {"movement": [80, 46], "pronunciatio": "💬✨", "description": "preparing the upcoming Valentine's Day party (conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5591": {"Isabella Rodriguez": {"movement": [80, 45], "pronunciatio": "💬✨", "description": "preparing the upcoming Valentine's Day party (conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5592": {"Isabella Rodriguez": {"movement": [80, 44], "pronunciatio": "💬✨", "description": "preparing the upcoming Valentine's Day party (conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5593": {"Isabella Rodriguez": {"movement": [80, 43], "pronunciatio": "💬✨", "description": "preparing the upcoming Valentine's Day party (conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5594": {"Isabella Rodriguez": {"movement": [80, 42], "pronunciatio": "💬✨", "description": "preparing the upcoming Valentine's Day party (conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5595": {"Isabella Rodriguez": {"movement": [80, 41], "pronunciatio": "💬✨", "description": "preparing the upcoming Valentine's Day party (conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5596": {"Isabella Rodriguez": {"movement": [80, 40], "pronunciatio": "💬✨", "description": "preparing the upcoming Valentine's Day party (conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5597": {"Isabella Rodriguez": {"movement": [80, 39], "pronunciatio": "💬✨", "description": "preparing the upcoming Valentine's Day party (conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5598": {"Isabella Rodriguez": {"movement": [80, 38], "pronunciatio": "💬✨", "description": "preparing the upcoming Valentine's Day party (conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5599": {"Isabella Rodriguez": {"movement": [80, 37], "pronunciatio": "💬✨", "description": "preparing the upcoming Valentine's Day party (conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5600": {"Isabella Rodriguez": {"movement": [79, 37], "pronunciatio": "💬✨", "description": "preparing the upcoming Valentine's Day party (conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5601": {"Isabella Rodriguez": {"movement": [78, 37], "pronunciatio": "💬✨", "description": "preparing the upcoming Valentine's Day party (conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5602": {"Isabella Rodriguez": {"movement": [77, 37], "pronunciatio": "💬✨", "description": "preparing the upcoming Valentine's Day party (conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5603": {"Isabella Rodriguez": {"movement": [76, 37], "pronunciatio": "💬✨", "description": "preparing the upcoming Valentine's Day party (conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5604": {"Isabella Rodriguez": {"movement": [76, 36], "pronunciatio": "💬✨", "description": "preparing the upcoming Valentine's Day party (conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5605": {"Isabella Rodriguez": {"movement": [76, 35], "pronunciatio": "💬✨", "description": "preparing the upcoming Valentine's Day party (conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5606": {"Isabella Rodriguez": {"movement": [76, 34], "pronunciatio": "💬✨", "description": "preparing the upcoming Valentine's Day party (conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5607": {"Isabella Rodriguez": {"movement": [76, 33], "pronunciatio": "💬✨", "description": "preparing the upcoming Valentine's Day party (conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5608": {"Isabella Rodriguez": {"movement": [76, 32], "pronunciatio": "💬✨", "description": "preparing the upcoming Valentine's Day party (conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5609": {"Isabella Rodriguez": {"movement": [76, 31], "pronunciatio": "💬✨", "description": "preparing the upcoming Valentine's Day party (conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5610": {"Isabella Rodriguez": {"movement": [76, 30], "pronunciatio": "💬✨", "description": "preparing the upcoming Valentine's Day party (conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5611": {"Isabella Rodriguez": {"movement": [76, 29], "pronunciatio": "💬✨", "description": "preparing the upcoming Valentine's Day party (conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5612": {"Isabella Rodriguez": {"movement": [76, 28], "pronunciatio": "💬✨", "description": "preparing the upcoming Valentine's Day party (conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5613": {"Isabella Rodriguez": {"movement": [76, 27], "pronunciatio": "💬✨", "description": "preparing the upcoming Valentine's Day party (conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5614": {"Isabella Rodriguez": {"movement": [76, 26], "pronunciatio": "💬✨", "description": "preparing the upcoming Valentine's Day party (conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5615": {"Isabella Rodriguez": {"movement": [76, 25], "pronunciatio": "💬✨", "description": "preparing the upcoming Valentine's Day party (conversing about preparations for the Valentine's Day party at Hobbs Cafe including decorations and snacks, with 小美 and 龙哥) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "5616": {}, "5617": {}, "5618": {}, "5619": {}, "5620": {}, "5621": {}, "5622": {}, "5623": {}, "5624": {}, "5625": {}, "5626": {}, "5627": {}, "5628": {}, "5629": {}, "5630": {}, "5631": {}, "5632": {}, "5633": {}, "5634": {}, "5635": {}, "5636": {}, "5637": {}, "5638": {}, "5639": {}, "5640": {}, "5641": {}, "5642": {}, "5643": {}, "5644": {}, "5645": {}, "5646": {"Isabella Rodriguez": {"movement": [75, 25], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a guest list) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "5647": {"Isabella Rodriguez": {"movement": [75, 24], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a guest list) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "5648": {"Isabella Rodriguez": {"movement": [75, 23], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a guest list) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "5649": {"Isabella Rodriguez": {"movement": [75, 22], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a guest list) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "5650": {"Isabella Rodriguez": {"movement": [75, 21], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a guest list) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "5651": {"Isabella Rodriguez": {"movement": [75, 20], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a guest list) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "5652": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a guest list) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "5653": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a guest list) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "5654": {"Isabella Rodriguez": {"movement": [77, 19], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a guest list) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "5655": {"Isabella Rodriguez": {"movement": [78, 19], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a guest list) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "5656": {"Isabella Rodriguez": {"movement": [78, 18], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a guest list) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "5657": {"Isabella Rodriguez": {"movement": [78, 17], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a guest list) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "5658": {"Isabella Rodriguez": {"movement": [78, 16], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a guest list) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "5659": {"Isabella Rodriguez": {"movement": [77, 16], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a guest list) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "5660": {"Isabella Rodriguez": {"movement": [76, 16], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a guest list) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "5661": {"Isabella Rodriguez": {"movement": [75, 16], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a guest list) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "5662": {"Isabella Rodriguez": {"movement": [74, 16], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a guest list) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "5663": {"Isabella Rodriguez": {"movement": [73, 16], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a guest list) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "5664": {}, "5665": {}, "5666": {}, "5667": {}, "5668": {}, "5669": {}, "5670": {"Maria Lopez": {"movement": [87, 49], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5671": {"Maria Lopez": {"movement": [88, 49], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5672": {"Maria Lopez": {"movement": [89, 49], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5673": {"Maria Lopez": {"movement": [89, 50], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5674": {"Maria Lopez": {"movement": [89, 51], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5675": {"Maria Lopez": {"movement": [89, 52], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5676": {"Maria Lopez": {"movement": [89, 53], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5677": {"Maria Lopez": {"movement": [89, 54], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5678": {"Maria Lopez": {"movement": [89, 55], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5679": {"Maria Lopez": {"movement": [89, 56], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5680": {"Maria Lopez": {"movement": [90, 56], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5681": {"Maria Lopez": {"movement": [91, 56], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5682": {"Maria Lopez": {"movement": [92, 56], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5683": {"Maria Lopez": {"movement": [93, 56], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5684": {"Maria Lopez": {"movement": [94, 56], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5685": {"Maria Lopez": {"movement": [95, 56], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5686": {"Maria Lopez": {"movement": [95, 55], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5687": {"Maria Lopez": {"movement": [96, 55], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5688": {"Maria Lopez": {"movement": [97, 55], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5689": {"Maria Lopez": {"movement": [98, 55], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5690": {"Maria Lopez": {"movement": [98, 54], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5691": {"Maria Lopez": {"movement": [98, 53], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5692": {"Maria Lopez": {"movement": [98, 52], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5693": {"Maria Lopez": {"movement": [98, 51], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5694": {"Maria Lopez": {"movement": [98, 50], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5695": {"Maria Lopez": {"movement": [98, 49], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5696": {"Maria Lopez": {"movement": [98, 48], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5697": {"Maria Lopez": {"movement": [98, 47], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5698": {"Maria Lopez": {"movement": [98, 46], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5699": {"Maria Lopez": {"movement": [98, 45], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5700": {"Maria Lopez": {"movement": [99, 45], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5701": {"Maria Lopez": {"movement": [100, 45], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5702": {"Maria Lopez": {"movement": [101, 45], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5703": {"Maria Lopez": {"movement": [102, 45], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5704": {"Maria Lopez": {"movement": [103, 45], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5705": {"Maria Lopez": {"movement": [104, 45], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5706": {"Isabella Rodriguez": {"movement": [74, 16], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a seating plan) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [105, 45], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5707": {"Isabella Rodriguez": {"movement": [75, 16], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a seating plan) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [106, 45], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5708": {"Isabella Rodriguez": {"movement": [76, 16], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a seating plan) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [107, 45], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5709": {"Isabella Rodriguez": {"movement": [77, 16], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a seating plan) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [108, 45], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5710": {"Isabella Rodriguez": {"movement": [78, 16], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a seating plan) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [109, 45], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5711": {"Isabella Rodriguez": {"movement": [78, 17], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a seating plan) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [110, 45], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5712": {"Isabella Rodriguez": {"movement": [78, 18], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a seating plan) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [111, 45], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5713": {"Isabella Rodriguez": {"movement": [78, 19], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a seating plan) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [112, 45], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5714": {"Isabella Rodriguez": {"movement": [77, 19], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a seating plan) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [113, 45], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5715": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a seating plan) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [114, 45], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5716": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a seating plan) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [115, 45], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5717": {"Isabella Rodriguez": {"movement": [75, 20], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a seating plan) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [116, 45], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5718": {"Isabella Rodriguez": {"movement": [75, 21], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a seating plan) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [117, 45], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5719": {"Isabella Rodriguez": {"movement": [76, 21], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a seating plan) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [118, 45], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5720": {"Isabella Rodriguez": {"movement": [76, 22], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a seating plan) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [119, 45], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5721": {"Isabella Rodriguez": {"movement": [76, 23], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a seating plan) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [120, 45], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5722": {"Maria Lopez": {"movement": [121, 45], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5723": {"Maria Lopez": {"movement": [122, 45], "pronunciatio": "📦", "description": "picking up groceries (packing the items) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5724": {}, "5725": {}, "5726": {}, "5727": {}, "5728": {}, "5729": {}, "5730": {"Maria Lopez": {"movement": [121, 45], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5731": {"Maria Lopez": {"movement": [120, 45], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5732": {"Maria Lopez": {"movement": [119, 45], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5733": {"Maria Lopez": {"movement": [118, 45], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5734": {"Maria Lopez": {"movement": [117, 45], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5735": {"Maria Lopez": {"movement": [116, 45], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5736": {"Maria Lopez": {"movement": [115, 45], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5737": {"Maria Lopez": {"movement": [114, 45], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5738": {"Maria Lopez": {"movement": [113, 45], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5739": {"Maria Lopez": {"movement": [112, 45], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5740": {"Maria Lopez": {"movement": [111, 45], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5741": {"Maria Lopez": {"movement": [110, 45], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5742": {"Maria Lopez": {"movement": [109, 45], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5743": {"Maria Lopez": {"movement": [108, 45], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5744": {"Maria Lopez": {"movement": [107, 45], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5745": {"Maria Lopez": {"movement": [106, 45], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5746": {"Maria Lopez": {"movement": [105, 45], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5747": {"Maria Lopez": {"movement": [104, 45], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5748": {"Maria Lopez": {"movement": [103, 45], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5749": {"Maria Lopez": {"movement": [102, 45], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5750": {"Maria Lopez": {"movement": [101, 45], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5751": {"Maria Lopez": {"movement": [100, 45], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5752": {"Maria Lopez": {"movement": [99, 45], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5753": {"Maria Lopez": {"movement": [98, 45], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5754": {"Maria Lopez": {"movement": [98, 46], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5755": {"Maria Lopez": {"movement": [98, 47], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5756": {"Maria Lopez": {"movement": [98, 48], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5757": {"Maria Lopez": {"movement": [98, 49], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5758": {"Maria Lopez": {"movement": [98, 50], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5759": {"Maria Lopez": {"movement": [98, 51], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5760": {"Maria Lopez": {"movement": [98, 52], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5761": {"Maria Lopez": {"movement": [98, 53], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5762": {"Maria Lopez": {"movement": [98, 54], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5763": {"Maria Lopez": {"movement": [98, 55], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5764": {"Maria Lopez": {"movement": [97, 55], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5765": {"Maria Lopez": {"movement": [96, 55], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5766": {"Isabella Rodriguez": {"movement": [75, 23], "pronunciatio": "🎵", "description": "preparing the upcoming Valentine's Day party (creating a playlist) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [95, 55], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5767": {"Isabella Rodriguez": {"movement": [75, 22], "pronunciatio": "🎵", "description": "preparing the upcoming Valentine's Day party (creating a playlist) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [95, 56], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5768": {"Isabella Rodriguez": {"movement": [75, 21], "pronunciatio": "🎵", "description": "preparing the upcoming Valentine's Day party (creating a playlist) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [94, 56], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5769": {"Isabella Rodriguez": {"movement": [75, 20], "pronunciatio": "🎵", "description": "preparing the upcoming Valentine's Day party (creating a playlist) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [93, 56], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5770": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "🎵", "description": "preparing the upcoming Valentine's Day party (creating a playlist) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [92, 56], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5771": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "🎵", "description": "preparing the upcoming Valentine's Day party (creating a playlist) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [91, 56], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5772": {"Isabella Rodriguez": {"movement": [77, 19], "pronunciatio": "🎵", "description": "preparing the upcoming Valentine's Day party (creating a playlist) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [90, 56], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5773": {"Isabella Rodriguez": {"movement": [78, 19], "pronunciatio": "🎵", "description": "preparing the upcoming Valentine's Day party (creating a playlist) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [89, 56], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5774": {"Isabella Rodriguez": {"movement": [78, 18], "pronunciatio": "🎵", "description": "preparing the upcoming Valentine's Day party (creating a playlist) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [88, 56], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5775": {"Isabella Rodriguez": {"movement": [78, 17], "pronunciatio": "🎵", "description": "preparing the upcoming Valentine's Day party (creating a playlist) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [88, 55], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5776": {"Isabella Rodriguez": {"movement": [78, 16], "pronunciatio": "🎵", "description": "preparing the upcoming Valentine's Day party (creating a playlist) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [88, 54], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5777": {"Isabella Rodriguez": {"movement": [77, 16], "pronunciatio": "🎵", "description": "preparing the upcoming Valentine's Day party (creating a playlist) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [88, 53], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5778": {"Isabella Rodriguez": {"movement": [76, 16], "pronunciatio": "🎵", "description": "preparing the upcoming Valentine's Day party (creating a playlist) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Klaus Mueller": {"movement": [119, 25], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [87, 53], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5779": {"Isabella Rodriguez": {"movement": [75, 16], "pronunciatio": "🎵", "description": "preparing the upcoming Valentine's Day party (creating a playlist) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Klaus Mueller": {"movement": [119, 26], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [86, 53], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5780": {"Isabella Rodriguez": {"movement": [74, 16], "pronunciatio": "🎵", "description": "preparing the upcoming Valentine's Day party (creating a playlist) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Klaus Mueller": {"movement": [119, 27], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [85, 53], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5781": {"Isabella Rodriguez": {"movement": [73, 16], "pronunciatio": "🎵", "description": "preparing the upcoming Valentine's Day party (creating a playlist) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Klaus Mueller": {"movement": [119, 28], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [85, 52], "pronunciatio": "🚶♂", "description": "picking up groceries (walking back home) @ the Ville:The Willows Market and Pharmacy:store:grocery store shelf", "chat": null}}, "5782": {"Klaus Mueller": {"movement": [119, 29], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "5783": {"Klaus Mueller": {"movement": [119, 30], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "5784": {"Klaus Mueller": {"movement": [118, 30], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "5785": {"Klaus Mueller": {"movement": [117, 30], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "5786": {"Klaus Mueller": {"movement": [116, 30], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "5787": {"Klaus Mueller": {"movement": [115, 30], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "5788": {"Klaus Mueller": {"movement": [114, 30], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "5789": {"Klaus Mueller": {"movement": [113, 30], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "5790": {"Klaus Mueller": {"movement": [112, 30], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [86, 52], "pronunciatio": "🛒🧺", "description": "picking up groceries (putting away the groceries) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5791": {"Klaus Mueller": {"movement": [111, 30], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [87, 52], "pronunciatio": "🛒🧺", "description": "picking up groceries (putting away the groceries) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5792": {"Klaus Mueller": {"movement": [110, 30], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [88, 52], "pronunciatio": "🛒🧺", "description": "picking up groceries (putting away the groceries) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5793": {"Klaus Mueller": {"movement": [109, 30], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [89, 52], "pronunciatio": "🛒🧺", "description": "picking up groceries (putting away the groceries) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5794": {"Klaus Mueller": {"movement": [109, 31], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [89, 53], "pronunciatio": "🛒🧺", "description": "picking up groceries (putting away the groceries) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5795": {"Klaus Mueller": {"movement": [109, 32], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [89, 54], "pronunciatio": "🛒🧺", "description": "picking up groceries (putting away the groceries) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5796": {"Klaus Mueller": {"movement": [108, 32], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [89, 55], "pronunciatio": "🛒🧺", "description": "picking up groceries (putting away the groceries) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5797": {"Klaus Mueller": {"movement": [108, 33], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [89, 56], "pronunciatio": "🛒🧺", "description": "picking up groceries (putting away the groceries) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5798": {"Klaus Mueller": {"movement": [108, 34], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [90, 56], "pronunciatio": "🛒🧺", "description": "picking up groceries (putting away the groceries) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5799": {"Klaus Mueller": {"movement": [108, 35], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [91, 56], "pronunciatio": "🛒🧺", "description": "picking up groceries (putting away the groceries) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5800": {"Klaus Mueller": {"movement": [108, 36], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [92, 56], "pronunciatio": "🛒🧺", "description": "picking up groceries (putting away the groceries) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5801": {"Klaus Mueller": {"movement": [108, 37], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [93, 56], "pronunciatio": "🛒🧺", "description": "picking up groceries (putting away the groceries) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5802": {"Klaus Mueller": {"movement": [109, 37], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [94, 56], "pronunciatio": "🛒🧺", "description": "picking up groceries (putting away the groceries) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5803": {"Klaus Mueller": {"movement": [110, 37], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [95, 56], "pronunciatio": "🛒🧺", "description": "picking up groceries (putting away the groceries) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5804": {"Klaus Mueller": {"movement": [111, 37], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [95, 55], "pronunciatio": "🛒🧺", "description": "picking up groceries (putting away the groceries) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5805": {"Klaus Mueller": {"movement": [112, 37], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [96, 55], "pronunciatio": "🛒🧺", "description": "picking up groceries (putting away the groceries) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5806": {"Klaus Mueller": {"movement": [113, 37], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [97, 55], "pronunciatio": "🛒🧺", "description": "picking up groceries (putting away the groceries) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5807": {"Klaus Mueller": {"movement": [114, 37], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [98, 55], "pronunciatio": "🛒🧺", "description": "picking up groceries (putting away the groceries) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5808": {"Klaus Mueller": {"movement": [115, 37], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [98, 54], "pronunciatio": "🛒🧺", "description": "picking up groceries (putting away the groceries) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5809": {"Klaus Mueller": {"movement": [116, 37], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [98, 53], "pronunciatio": "🛒🧺", "description": "picking up groceries (putting away the groceries) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5810": {"Klaus Mueller": {"movement": [116, 38], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [98, 52], "pronunciatio": "🛒🧺", "description": "picking up groceries (putting away the groceries) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5811": {"Klaus Mueller": {"movement": [116, 39], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [98, 51], "pronunciatio": "🛒🧺", "description": "picking up groceries (putting away the groceries) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5812": {"Klaus Mueller": {"movement": [116, 40], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [98, 50], "pronunciatio": "🛒🧺", "description": "picking up groceries (putting away the groceries) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5813": {"Klaus Mueller": {"movement": [116, 41], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [98, 49], "pronunciatio": "🛒🧺", "description": "picking up groceries (putting away the groceries) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5814": {"Klaus Mueller": {"movement": [116, 42], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [98, 48], "pronunciatio": "🛒🧺", "description": "picking up groceries (putting away the groceries) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5815": {"Klaus Mueller": {"movement": [116, 43], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [98, 47], "pronunciatio": "🛒🧺", "description": "picking up groceries (putting away the groceries) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5816": {"Klaus Mueller": {"movement": [116, 44], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [98, 46], "pronunciatio": "🛒🧺", "description": "picking up groceries (putting away the groceries) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5817": {"Klaus Mueller": {"movement": [116, 45], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [98, 45], "pronunciatio": "🛒🧺", "description": "picking up groceries (putting away the groceries) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5818": {"Klaus Mueller": {"movement": [117, 45], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [99, 45], "pronunciatio": "🛒🧺", "description": "picking up groceries (putting away the groceries) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5819": {"Klaus Mueller": {"movement": [118, 45], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [100, 45], "pronunciatio": "🛒🧺", "description": "picking up groceries (putting away the groceries) @ the Ville:Dorm for Oak Hill College:kitchen:refrigerator", "chat": null}}, "5820": {"Klaus Mueller": {"movement": [119, 45], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [99, 45], "pronunciatio": "🍔", "description": "studying and socializing at Hobbs Cafe (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "5821": {"Klaus Mueller": {"movement": [120, 45], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [98, 45], "pronunciatio": "🍔", "description": "studying and socializing at Hobbs Cafe (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "5822": {"Klaus Mueller": {"movement": [121, 45], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [98, 46], "pronunciatio": "🍔", "description": "studying and socializing at Hobbs Cafe (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "5823": {"Klaus Mueller": {"movement": [122, 45], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [98, 47], "pronunciatio": "🍔", "description": "studying and socializing at Hobbs Cafe (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "5824": {"Klaus Mueller": {"movement": [123, 45], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [98, 48], "pronunciatio": "🍔", "description": "studying and socializing at Hobbs Cafe (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "5825": {"Klaus Mueller": {"movement": [123, 46], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [98, 49], "pronunciatio": "🍔", "description": "studying and socializing at Hobbs Cafe (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "5826": {"Isabella Rodriguez": {"movement": [73, 16], "pronunciatio": "📧", "description": "resting and preparing other admin tasks (checking emails) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Klaus Mueller": {"movement": [123, 47], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [98, 50], "pronunciatio": "🍔", "description": "studying and socializing at Hobbs Cafe (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "5827": {"Klaus Mueller": {"movement": [123, 48], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [98, 51], "pronunciatio": "🍔", "description": "studying and socializing at Hobbs Cafe (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "5828": {"Klaus Mueller": {"movement": [123, 49], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [98, 52], "pronunciatio": "🍔", "description": "studying and socializing at Hobbs Cafe (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "5829": {"Klaus Mueller": {"movement": [124, 49], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [98, 53], "pronunciatio": "🍔", "description": "studying and socializing at Hobbs Cafe (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "5830": {"Klaus Mueller": {"movement": [124, 50], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [98, 54], "pronunciatio": "🍔", "description": "studying and socializing at Hobbs Cafe (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "5831": {"Klaus Mueller": {"movement": [125, 50], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [98, 55], "pronunciatio": "🍔", "description": "studying and socializing at Hobbs Cafe (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "5832": {"Klaus Mueller": {"movement": [126, 50], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [97, 55], "pronunciatio": "🍔", "description": "studying and socializing at Hobbs Cafe (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "5833": {"Klaus Mueller": {"movement": [127, 50], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [96, 55], "pronunciatio": "🍔", "description": "studying and socializing at Hobbs Cafe (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "5834": {"Klaus Mueller": {"movement": [128, 50], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [95, 55], "pronunciatio": "🍔", "description": "studying and socializing at Hobbs Cafe (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "5835": {"Klaus Mueller": {"movement": [129, 50], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [95, 56], "pronunciatio": "🍔", "description": "studying and socializing at Hobbs Cafe (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "5836": {"Klaus Mueller": {"movement": [130, 50], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [94, 56], "pronunciatio": "🍔", "description": "studying and socializing at Hobbs Cafe (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "5837": {"Klaus Mueller": {"movement": [131, 50], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [93, 56], "pronunciatio": "🍔", "description": "studying and socializing at Hobbs Cafe (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "5838": {"Klaus Mueller": {"movement": [131, 49], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [92, 56], "pronunciatio": "🍔", "description": "studying and socializing at Hobbs Cafe (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "5839": {"Klaus Mueller": {"movement": [131, 48], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [91, 56], "pronunciatio": "🍔", "description": "studying and socializing at Hobbs Cafe (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "5840": {"Klaus Mueller": {"movement": [131, 47], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [90, 56], "pronunciatio": "🍔", "description": "studying and socializing at Hobbs Cafe (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "5841": {"Klaus Mueller": {"movement": [131, 46], "pronunciatio": "✍️", "description": "working on his research paper at the library (revising the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [89, 56], "pronunciatio": "🍔", "description": "studying and socializing at Hobbs Cafe (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "5842": {"Maria Lopez": {"movement": [88, 56], "pronunciatio": "🍔", "description": "studying and socializing at Hobbs Cafe (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "5843": {"Maria Lopez": {"movement": [88, 55], "pronunciatio": "🍔", "description": "studying and socializing at Hobbs Cafe (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "5844": {"Maria Lopez": {"movement": [88, 54], "pronunciatio": "🍔", "description": "studying and socializing at Hobbs Cafe (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "5845": {"Maria Lopez": {"movement": [88, 53], "pronunciatio": "🍔", "description": "studying and socializing at Hobbs Cafe (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "5846": {"Maria Lopez": {"movement": [87, 53], "pronunciatio": "🍔", "description": "studying and socializing at Hobbs Cafe (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "5847": {"Maria Lopez": {"movement": [87, 52], "pronunciatio": "🍔", "description": "studying and socializing at Hobbs Cafe (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "5848": {"Maria Lopez": {"movement": [87, 51], "pronunciatio": "🍔", "description": "studying and socializing at Hobbs Cafe (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "5849": {"Maria Lopez": {"movement": [87, 50], "pronunciatio": "🍔", "description": "studying and socializing at Hobbs Cafe (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "5850": {"Maria Lopez": {"movement": [86, 50], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5851": {"Maria Lopez": {"movement": [85, 50], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5852": {"Maria Lopez": {"movement": [84, 50], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5853": {"Maria Lopez": {"movement": [83, 50], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5854": {"Maria Lopez": {"movement": [82, 50], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5855": {"Maria Lopez": {"movement": [81, 50], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5856": {"Maria Lopez": {"movement": [80, 50], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5857": {"Maria Lopez": {"movement": [80, 49], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5858": {"Maria Lopez": {"movement": [80, 48], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5859": {"Maria Lopez": {"movement": [80, 47], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5860": {"Maria Lopez": {"movement": [80, 46], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5861": {"Maria Lopez": {"movement": [80, 45], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5862": {"Maria Lopez": {"movement": [80, 44], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5863": {"Maria Lopez": {"movement": [80, 43], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5864": {"Maria Lopez": {"movement": [80, 42], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5865": {"Maria Lopez": {"movement": [80, 41], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5866": {"Maria Lopez": {"movement": [80, 40], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5867": {"Maria Lopez": {"movement": [80, 39], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5868": {"Maria Lopez": {"movement": [80, 38], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5869": {"Maria Lopez": {"movement": [80, 37], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5870": {"Maria Lopez": {"movement": [79, 37], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5871": {"Maria Lopez": {"movement": [78, 37], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5872": {"Maria Lopez": {"movement": [77, 37], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5873": {"Maria Lopez": {"movement": [76, 37], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5874": {"Maria Lopez": {"movement": [75, 37], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5875": {"Maria Lopez": {"movement": [74, 37], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5876": {"Maria Lopez": {"movement": [73, 37], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5877": {"Maria Lopez": {"movement": [72, 37], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5878": {"Maria Lopez": {"movement": [71, 37], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5879": {"Maria Lopez": {"movement": [70, 37], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5880": {"Maria Lopez": {"movement": [69, 37], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5881": {"Maria Lopez": {"movement": [68, 37], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5882": {"Maria Lopez": {"movement": [67, 37], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5883": {"Maria Lopez": {"movement": [66, 37], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5884": {"Maria Lopez": {"movement": [65, 37], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5885": {"Maria Lopez": {"movement": [64, 37], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5886": {"Isabella Rodriguez": {"movement": [73, 16], "pronunciatio": "📝", "description": "resting and preparing other admin tasks (making a list of supplies needed for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [63, 37], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5887": {"Maria Lopez": {"movement": [62, 37], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5888": {"Maria Lopez": {"movement": [61, 37], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5889": {"Maria Lopez": {"movement": [60, 37], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5890": {"Maria Lopez": {"movement": [59, 37], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5891": {"Maria Lopez": {"movement": [58, 37], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5892": {"Maria Lopez": {"movement": [57, 37], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5893": {"Maria Lopez": {"movement": [57, 36], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5894": {"Maria Lopez": {"movement": [57, 35], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5895": {"Maria Lopez": {"movement": [57, 34], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5896": {"Maria Lopez": {"movement": [57, 33], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5897": {"Maria Lopez": {"movement": [57, 32], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5898": {"Maria Lopez": {"movement": [57, 31], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5899": {"Maria Lopez": {"movement": [57, 30], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5900": {"Maria Lopez": {"movement": [57, 29], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5901": {"Maria Lopez": {"movement": [57, 28], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5902": {"Maria Lopez": {"movement": [57, 27], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5903": {"Maria Lopez": {"movement": [57, 26], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5904": {"Maria Lopez": {"movement": [57, 25], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5905": {"Maria Lopez": {"movement": [58, 25], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5906": {"Maria Lopez": {"movement": [59, 25], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5907": {"Maria Lopez": {"movement": [60, 25], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5908": {"Maria Lopez": {"movement": [61, 25], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:The Rose and Crown Pub:pub:microphone", "chat": null}}, "5909": {}, "5910": {"Maria Lopez": {"movement": [60, 25], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5911": {"Maria Lopez": {"movement": [59, 25], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5912": {"Maria Lopez": {"movement": [58, 25], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5913": {"Maria Lopez": {"movement": [57, 25], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5914": {"Maria Lopez": {"movement": [57, 26], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5915": {"Maria Lopez": {"movement": [57, 27], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5916": {"Maria Lopez": {"movement": [57, 28], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5917": {"Maria Lopez": {"movement": [57, 29], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5918": {"Maria Lopez": {"movement": [57, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5919": {"Maria Lopez": {"movement": [58, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5920": {"Maria Lopez": {"movement": [59, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5921": {"Maria Lopez": {"movement": [60, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5922": {"Maria Lopez": {"movement": [61, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5923": {"Maria Lopez": {"movement": [62, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5924": {"Maria Lopez": {"movement": [63, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5925": {"Maria Lopez": {"movement": [64, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5926": {"Maria Lopez": {"movement": [65, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5927": {"Maria Lopez": {"movement": [66, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5928": {"Maria Lopez": {"movement": [67, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5929": {"Maria Lopez": {"movement": [68, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5930": {"Maria Lopez": {"movement": [69, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5931": {"Maria Lopez": {"movement": [70, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5932": {"Maria Lopez": {"movement": [71, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5933": {"Maria Lopez": {"movement": [72, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5934": {"Maria Lopez": {"movement": [73, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5935": {"Maria Lopez": {"movement": [74, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5936": {"Maria Lopez": {"movement": [75, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5937": {"Maria Lopez": {"movement": [76, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5938": {"Maria Lopez": {"movement": [77, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5939": {"Maria Lopez": {"movement": [78, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5940": {"Maria Lopez": {"movement": [79, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5941": {"Maria Lopez": {"movement": [80, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5942": {"Maria Lopez": {"movement": [81, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5943": {"Maria Lopez": {"movement": [82, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5944": {"Maria Lopez": {"movement": [83, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5945": {"Maria Lopez": {"movement": [84, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5946": {"Isabella Rodriguez": {"movement": [74, 16], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [85, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5947": {"Isabella Rodriguez": {"movement": [75, 16], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [86, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5948": {"Isabella Rodriguez": {"movement": [76, 16], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [87, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5949": {"Isabella Rodriguez": {"movement": [77, 16], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [88, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5950": {"Isabella Rodriguez": {"movement": [78, 16], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [89, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5951": {"Isabella Rodriguez": {"movement": [78, 17], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [90, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5952": {"Isabella Rodriguez": {"movement": [78, 18], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [91, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5953": {"Isabella Rodriguez": {"movement": [78, 19], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [92, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5954": {"Isabella Rodriguez": {"movement": [77, 19], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [93, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5955": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [94, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5956": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [95, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5957": {"Isabella Rodriguez": {"movement": [75, 20], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [96, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5958": {"Isabella Rodriguez": {"movement": [75, 21], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [131, 46], "pronunciatio": "📄✍️", "description": "working on his research paper at the library (proofreading the paper) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [97, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5959": {"Isabella Rodriguez": {"movement": [76, 21], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [98, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5960": {"Isabella Rodriguez": {"movement": [76, 22], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [99, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5961": {"Isabella Rodriguez": {"movement": [76, 23], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [100, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5962": {"Isabella Rodriguez": {"movement": [76, 24], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [101, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5963": {"Isabella Rodriguez": {"movement": [76, 25], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [102, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5964": {"Isabella Rodriguez": {"movement": [77, 25], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [103, 30], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5965": {"Isabella Rodriguez": {"movement": [77, 26], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [103, 31], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5966": {"Isabella Rodriguez": {"movement": [77, 27], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [103, 32], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5967": {"Isabella Rodriguez": {"movement": [77, 28], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [104, 32], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5968": {"Isabella Rodriguez": {"movement": [77, 29], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [105, 32], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5969": {"Isabella Rodriguez": {"movement": [77, 30], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [106, 32], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5970": {"Isabella Rodriguez": {"movement": [78, 30], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [107, 32], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5971": {"Isabella Rodriguez": {"movement": [79, 30], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [108, 32], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5972": {"Isabella Rodriguez": {"movement": [80, 30], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [108, 33], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5973": {"Isabella Rodriguez": {"movement": [80, 31], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [108, 34], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5974": {"Isabella Rodriguez": {"movement": [80, 32], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [108, 35], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5975": {"Isabella Rodriguez": {"movement": [80, 33], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [108, 36], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5976": {"Isabella Rodriguez": {"movement": [80, 34], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [108, 37], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5977": {"Isabella Rodriguez": {"movement": [80, 35], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [109, 37], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5978": {"Isabella Rodriguez": {"movement": [80, 36], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [110, 37], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5979": {"Isabella Rodriguez": {"movement": [80, 37], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [111, 37], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5980": {"Isabella Rodriguez": {"movement": [80, 38], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [112, 37], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5981": {"Isabella Rodriguez": {"movement": [80, 39], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [113, 37], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5982": {"Isabella Rodriguez": {"movement": [80, 40], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [114, 37], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5983": {"Isabella Rodriguez": {"movement": [80, 41], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [115, 37], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5984": {"Isabella Rodriguez": {"movement": [80, 42], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [116, 37], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5985": {"Isabella Rodriguez": {"movement": [80, 43], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [116, 38], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5986": {"Isabella Rodriguez": {"movement": [80, 44], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [116, 39], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5987": {"Isabella Rodriguez": {"movement": [79, 44], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [116, 40], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5988": {"Isabella Rodriguez": {"movement": [79, 45], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [116, 41], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5989": {"Isabella Rodriguez": {"movement": [79, 46], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [116, 42], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5990": {"Isabella Rodriguez": {"movement": [79, 47], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [116, 43], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5991": {"Isabella Rodriguez": {"movement": [79, 48], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [116, 44], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5992": {"Isabella Rodriguez": {"movement": [79, 49], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [116, 45], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5993": {"Isabella Rodriguez": {"movement": [78, 49], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [117, 45], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5994": {"Isabella Rodriguez": {"movement": [78, 50], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [118, 45], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5995": {"Isabella Rodriguez": {"movement": [78, 51], "pronunciatio": "💬🎉", "description": "resting and preparing other admin tasks (ordering supplies for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [119, 45], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5996": {"Maria Lopez": {"movement": [120, 45], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5997": {"Maria Lopez": {"movement": [121, 45], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5998": {"Maria Lopez": {"movement": [122, 45], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "5999": {"Maria Lopez": {"movement": [123, 45], "pronunciatio": "📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6000": {"Maria Lopez": {"movement": [122, 45], "pronunciatio": "🛁🧖", "description": "studying and socializing at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6001": {"Maria Lopez": {"movement": [121, 45], "pronunciatio": "🛁🧖", "description": "studying and socializing at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6002": {"Maria Lopez": {"movement": [120, 45], "pronunciatio": "🛁🧖", "description": "studying and socializing at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6003": {"Maria Lopez": {"movement": [119, 45], "pronunciatio": "🛁🧖", "description": "studying and socializing at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6004": {"Maria Lopez": {"movement": [118, 45], "pronunciatio": "🛁🧖", "description": "studying and socializing at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6005": {"Maria Lopez": {"movement": [117, 45], "pronunciatio": "🛁🧖", "description": "studying and socializing at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6006": {"Isabella Rodriguez": {"movement": [78, 50], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [117, 46], "pronunciatio": "🛁🧖", "description": "studying and socializing at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6007": {"Isabella Rodriguez": {"movement": [78, 49], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [117, 47], "pronunciatio": "🛁🧖", "description": "studying and socializing at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6008": {"Isabella Rodriguez": {"movement": [79, 49], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [117, 48], "pronunciatio": "🛁🧖", "description": "studying and socializing at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6009": {"Isabella Rodriguez": {"movement": [79, 48], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [117, 49], "pronunciatio": "🛁🧖", "description": "studying and socializing at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6010": {"Isabella Rodriguez": {"movement": [79, 47], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [117, 50], "pronunciatio": "🛁🧖", "description": "studying and socializing at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6011": {"Isabella Rodriguez": {"movement": [79, 46], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [117, 51], "pronunciatio": "🛁🧖", "description": "studying and socializing at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6012": {"Isabella Rodriguez": {"movement": [79, 45], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [116, 51], "pronunciatio": "🛁🧖", "description": "studying and socializing at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6013": {"Isabella Rodriguez": {"movement": [79, 44], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [115, 51], "pronunciatio": "🛁🧖", "description": "studying and socializing at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6014": {"Isabella Rodriguez": {"movement": [80, 44], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [114, 51], "pronunciatio": "🛁🧖", "description": "studying and socializing at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6015": {"Isabella Rodriguez": {"movement": [80, 43], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6016": {"Isabella Rodriguez": {"movement": [80, 42], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6017": {"Isabella Rodriguez": {"movement": [80, 41], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6018": {"Isabella Rodriguez": {"movement": [80, 40], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6019": {"Isabella Rodriguez": {"movement": [80, 39], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6020": {"Isabella Rodriguez": {"movement": [80, 38], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6021": {"Isabella Rodriguez": {"movement": [80, 37], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6022": {"Isabella Rodriguez": {"movement": [79, 37], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6023": {"Isabella Rodriguez": {"movement": [78, 37], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6024": {"Isabella Rodriguez": {"movement": [77, 37], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6025": {"Isabella Rodriguez": {"movement": [76, 37], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6026": {"Isabella Rodriguez": {"movement": [76, 36], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6027": {"Isabella Rodriguez": {"movement": [76, 35], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6028": {"Isabella Rodriguez": {"movement": [76, 34], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6029": {"Isabella Rodriguez": {"movement": [76, 33], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6030": {"Isabella Rodriguez": {"movement": [76, 32], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [114, 52], "pronunciatio": "📱", "description": "studying and socializing at Hobbs Cafe (checking her phone) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6031": {"Isabella Rodriguez": {"movement": [76, 31], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6032": {"Isabella Rodriguez": {"movement": [76, 30], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6033": {"Isabella Rodriguez": {"movement": [76, 29], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6034": {"Isabella Rodriguez": {"movement": [76, 28], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6035": {"Isabella Rodriguez": {"movement": [76, 27], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6036": {"Isabella Rodriguez": {"movement": [76, 26], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6037": {"Isabella Rodriguez": {"movement": [75, 26], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6038": {"Isabella Rodriguez": {"movement": [75, 25], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6039": {"Isabella Rodriguez": {"movement": [75, 24], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6040": {"Isabella Rodriguez": {"movement": [75, 23], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6041": {"Isabella Rodriguez": {"movement": [75, 22], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6042": {"Isabella Rodriguez": {"movement": [75, 21], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6043": {"Isabella Rodriguez": {"movement": [75, 20], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6044": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6045": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6046": {"Isabella Rodriguez": {"movement": [77, 19], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6047": {"Isabella Rodriguez": {"movement": [78, 19], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6048": {"Isabella Rodriguez": {"movement": [78, 18], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Klaus Mueller": {"movement": [131, 47], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6049": {"Isabella Rodriguez": {"movement": [78, 17], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Klaus Mueller": {"movement": [131, 48], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6050": {"Isabella Rodriguez": {"movement": [78, 16], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Klaus Mueller": {"movement": [131, 49], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6051": {"Isabella Rodriguez": {"movement": [77, 16], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Klaus Mueller": {"movement": [131, 50], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6052": {"Isabella Rodriguez": {"movement": [76, 16], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Klaus Mueller": {"movement": [130, 50], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6053": {"Isabella Rodriguez": {"movement": [75, 16], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Klaus Mueller": {"movement": [129, 50], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6054": {"Isabella Rodriguez": {"movement": [74, 16], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Klaus Mueller": {"movement": [128, 50], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6055": {"Isabella Rodriguez": {"movement": [73, 16], "pronunciatio": "📋", "description": "resting and preparing other admin tasks (making a list of tasks to be done for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Klaus Mueller": {"movement": [127, 50], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6056": {"Klaus Mueller": {"movement": [126, 50], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6057": {"Klaus Mueller": {"movement": [125, 50], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6058": {"Klaus Mueller": {"movement": [124, 50], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6059": {"Klaus Mueller": {"movement": [123, 50], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6060": {"Klaus Mueller": {"movement": [122, 50], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [114, 51], "pronunciatio": "📘📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6061": {"Klaus Mueller": {"movement": [121, 50], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [115, 51], "pronunciatio": "📘📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6062": {"Klaus Mueller": {"movement": [120, 50], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [116, 51], "pronunciatio": "📘📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6063": {"Klaus Mueller": {"movement": [119, 50], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [117, 51], "pronunciatio": "📘📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6064": {"Klaus Mueller": {"movement": [118, 50], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [118, 51], "pronunciatio": "📘📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6065": {"Klaus Mueller": {"movement": [117, 50], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [119, 51], "pronunciatio": "📘📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6066": {"Isabella Rodriguez": {"movement": [73, 16], "pronunciatio": "📝", "description": "resting and preparing other admin tasks (making a list of people to invite to the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Klaus Mueller": {"movement": [117, 49], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [120, 51], "pronunciatio": "📘📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6067": {"Klaus Mueller": {"movement": [117, 48], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [121, 51], "pronunciatio": "📘📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6068": {"Klaus Mueller": {"movement": [117, 47], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [122, 51], "pronunciatio": "📘📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6069": {"Klaus Mueller": {"movement": [116, 47], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [123, 51], "pronunciatio": "📘📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6070": {"Klaus Mueller": {"movement": [115, 47], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [124, 51], "pronunciatio": "📘📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6071": {"Klaus Mueller": {"movement": [114, 47], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [124, 52], "pronunciatio": "📘📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6072": {"Klaus Mueller": {"movement": [113, 47], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [124, 53], "pronunciatio": "📘📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6073": {"Klaus Mueller": {"movement": [112, 47], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [124, 54], "pronunciatio": "📘📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6074": {"Klaus Mueller": {"movement": [111, 47], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [123, 54], "pronunciatio": "📘📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6075": {"Klaus Mueller": {"movement": [110, 47], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [123, 55], "pronunciatio": "📘📚", "description": "studying and socializing at Hobbs Cafe (studying her physics notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6076": {"Klaus Mueller": {"movement": [109, 47], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6077": {"Klaus Mueller": {"movement": [108, 47], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6078": {"Klaus Mueller": {"movement": [108, 46], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6079": {"Klaus Mueller": {"movement": [108, 45], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6080": {"Klaus Mueller": {"movement": [108, 44], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6081": {"Klaus Mueller": {"movement": [108, 43], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6082": {"Klaus Mueller": {"movement": [108, 42], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6083": {"Klaus Mueller": {"movement": [108, 41], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6084": {"Klaus Mueller": {"movement": [108, 40], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6085": {"Klaus Mueller": {"movement": [108, 39], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6086": {"Klaus Mueller": {"movement": [108, 38], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6087": {"Klaus Mueller": {"movement": [108, 37], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6088": {"Klaus Mueller": {"movement": [108, 36], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6089": {"Klaus Mueller": {"movement": [108, 35], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6090": {"Klaus Mueller": {"movement": [108, 34], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6091": {"Klaus Mueller": {"movement": [108, 33], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6092": {"Klaus Mueller": {"movement": [108, 32], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6093": {"Klaus Mueller": {"movement": [109, 32], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6094": {"Klaus Mueller": {"movement": [109, 31], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6095": {"Klaus Mueller": {"movement": [109, 30], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6096": {"Klaus Mueller": {"movement": [110, 30], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6097": {"Klaus Mueller": {"movement": [111, 30], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6098": {"Klaus Mueller": {"movement": [112, 30], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6099": {"Klaus Mueller": {"movement": [113, 30], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6100": {"Klaus Mueller": {"movement": [114, 30], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6101": {"Klaus Mueller": {"movement": [115, 30], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6102": {"Klaus Mueller": {"movement": [116, 30], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6103": {"Klaus Mueller": {"movement": [117, 30], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6104": {"Klaus Mueller": {"movement": [118, 30], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6105": {"Klaus Mueller": {"movement": [119, 30], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6106": {"Klaus Mueller": {"movement": [119, 29], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6107": {"Klaus Mueller": {"movement": [119, 28], "pronunciatio": "🖨️", "description": "working on his research paper at the library (printing the paper) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6108": {"Klaus Mueller": {"movement": [119, 29], "pronunciatio": "📄🎒", "description": "working on his research paper at the library (putting the paper in his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "6109": {"Klaus Mueller": {"movement": [119, 30], "pronunciatio": "📄🎒", "description": "working on his research paper at the library (putting the paper in his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "6110": {"Klaus Mueller": {"movement": [118, 30], "pronunciatio": "📄🎒", "description": "working on his research paper at the library (putting the paper in his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "6111": {"Klaus Mueller": {"movement": [117, 30], "pronunciatio": "📄🎒", "description": "working on his research paper at the library (putting the paper in his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "6112": {"Klaus Mueller": {"movement": [116, 30], "pronunciatio": "📄🎒", "description": "working on his research paper at the library (putting the paper in his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "6113": {"Klaus Mueller": {"movement": [115, 30], "pronunciatio": "📄🎒", "description": "working on his research paper at the library (putting the paper in his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "6114": {"Klaus Mueller": {"movement": [114, 30], "pronunciatio": "📄🎒", "description": "working on his research paper at the library (putting the paper in his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "6115": {"Klaus Mueller": {"movement": [113, 30], "pronunciatio": "📄🎒", "description": "working on his research paper at the library (putting the paper in his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "6116": {"Klaus Mueller": {"movement": [112, 30], "pronunciatio": "📄🎒", "description": "working on his research paper at the library (putting the paper in his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "6117": {"Klaus Mueller": {"movement": [111, 30], "pronunciatio": "📄🎒", "description": "working on his research paper at the library (putting the paper in his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "6118": {"Klaus Mueller": {"movement": [110, 30], "pronunciatio": "📄🎒", "description": "working on his research paper at the library (putting the paper in his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "6119": {"Klaus Mueller": {"movement": [109, 30], "pronunciatio": "📄🎒", "description": "working on his research paper at the library (putting the paper in his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "6120": {"Isabella Rodriguez": {"movement": [74, 16], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [109, 31], "pronunciatio": "📄🎒", "description": "working on his research paper at the library (putting the paper in his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [123, 54], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6121": {"Isabella Rodriguez": {"movement": [75, 16], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [109, 32], "pronunciatio": "📄🎒", "description": "working on his research paper at the library (putting the paper in his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [124, 54], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6122": {"Isabella Rodriguez": {"movement": [76, 16], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [108, 32], "pronunciatio": "📄🎒", "description": "working on his research paper at the library (putting the paper in his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [124, 53], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6123": {"Isabella Rodriguez": {"movement": [77, 16], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [108, 33], "pronunciatio": "📄🎒", "description": "working on his research paper at the library (putting the paper in his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [124, 52], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6124": {"Isabella Rodriguez": {"movement": [78, 16], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [108, 34], "pronunciatio": "📄🎒", "description": "working on his research paper at the library (putting the paper in his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [124, 51], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6125": {"Isabella Rodriguez": {"movement": [78, 17], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [108, 35], "pronunciatio": "📄🎒", "description": "working on his research paper at the library (putting the paper in his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [123, 51], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6126": {"Isabella Rodriguez": {"movement": [78, 18], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [108, 36], "pronunciatio": "📄🎒", "description": "working on his research paper at the library (putting the paper in his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [122, 51], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6127": {"Isabella Rodriguez": {"movement": [78, 19], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [108, 37], "pronunciatio": "📄🎒", "description": "working on his research paper at the library (putting the paper in his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [121, 51], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6128": {"Isabella Rodriguez": {"movement": [77, 19], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [109, 37], "pronunciatio": "📄🎒", "description": "working on his research paper at the library (putting the paper in his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [120, 51], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6129": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [110, 37], "pronunciatio": "📄🎒", "description": "working on his research paper at the library (putting the paper in his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [119, 51], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6130": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [111, 37], "pronunciatio": "📄🎒", "description": "working on his research paper at the library (putting the paper in his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [118, 51], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6131": {"Isabella Rodriguez": {"movement": [75, 20], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [112, 37], "pronunciatio": "📄🎒", "description": "working on his research paper at the library (putting the paper in his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [117, 51], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6132": {"Isabella Rodriguez": {"movement": [75, 21], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [113, 37], "pronunciatio": "📄🎒", "description": "working on his research paper at the library (putting the paper in his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [117, 50], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6133": {"Isabella Rodriguez": {"movement": [76, 21], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [114, 37], "pronunciatio": "📄🎒", "description": "working on his research paper at the library (putting the paper in his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [117, 49], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6134": {"Isabella Rodriguez": {"movement": [76, 22], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [115, 37], "pronunciatio": "📄🎒", "description": "working on his research paper at the library (putting the paper in his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [117, 48], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6135": {"Isabella Rodriguez": {"movement": [76, 23], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [116, 37], "pronunciatio": "📄🎒", "description": "working on his research paper at the library (putting the paper in his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [117, 47], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6136": {"Isabella Rodriguez": {"movement": [76, 24], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [116, 38], "pronunciatio": "📄🎒", "description": "working on his research paper at the library (putting the paper in his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [116, 47], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6137": {"Isabella Rodriguez": {"movement": [76, 25], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [116, 39], "pronunciatio": "📄🎒", "description": "working on his research paper at the library (putting the paper in his bag) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [115, 47], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6138": {"Isabella Rodriguez": {"movement": [77, 25], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [115, 39], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [114, 47], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6139": {"Isabella Rodriguez": {"movement": [77, 26], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [114, 39], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [113, 47], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6140": {"Isabella Rodriguez": {"movement": [77, 27], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [113, 39], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [112, 47], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6141": {"Isabella Rodriguez": {"movement": [77, 28], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [112, 39], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [111, 47], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6142": {"Isabella Rodriguez": {"movement": [77, 29], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [111, 39], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [110, 47], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6143": {"Isabella Rodriguez": {"movement": [77, 30], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [110, 39], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [109, 47], "pronunciatio": "💬", "description": "studying and socializing at Hobbs Cafe (talking to her friends) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6144": {"Isabella Rodriguez": {"movement": [78, 30], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [109, 39], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [110, 47], "pronunciatio": "📦", "description": "studying and socializing at Hobbs Cafe (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "6145": {"Isabella Rodriguez": {"movement": [79, 30], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [108, 39], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [111, 47], "pronunciatio": "📦", "description": "studying and socializing at Hobbs Cafe (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "6146": {"Isabella Rodriguez": {"movement": [80, 30], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [107, 39], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [112, 47], "pronunciatio": "📦", "description": "studying and socializing at Hobbs Cafe (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "6147": {"Isabella Rodriguez": {"movement": [80, 31], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [106, 39], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [113, 47], "pronunciatio": "📦", "description": "studying and socializing at Hobbs Cafe (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "6148": {"Isabella Rodriguez": {"movement": [80, 32], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [105, 39], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [114, 47], "pronunciatio": "📦", "description": "studying and socializing at Hobbs Cafe (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "6149": {"Isabella Rodriguez": {"movement": [80, 33], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [104, 39], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [115, 47], "pronunciatio": "📦", "description": "studying and socializing at Hobbs Cafe (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "6150": {"Isabella Rodriguez": {"movement": [80, 34], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [103, 39], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [116, 47], "pronunciatio": "📦", "description": "studying and socializing at Hobbs Cafe (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "6151": {"Isabella Rodriguez": {"movement": [80, 35], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [102, 39], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [117, 47], "pronunciatio": "📦", "description": "studying and socializing at Hobbs Cafe (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "6152": {"Isabella Rodriguez": {"movement": [80, 36], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [101, 39], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [118, 47], "pronunciatio": "📦", "description": "studying and socializing at Hobbs Cafe (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "6153": {"Isabella Rodriguez": {"movement": [80, 37], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [100, 39], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [119, 47], "pronunciatio": "📦", "description": "studying and socializing at Hobbs Cafe (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "6154": {"Isabella Rodriguez": {"movement": [80, 38], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [99, 39], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [119, 48], "pronunciatio": "📦", "description": "studying and socializing at Hobbs Cafe (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "6155": {"Isabella Rodriguez": {"movement": [80, 39], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [98, 39], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [119, 49], "pronunciatio": "📦", "description": "studying and socializing at Hobbs Cafe (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "6156": {"Isabella Rodriguez": {"movement": [80, 40], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [98, 38], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [120, 49], "pronunciatio": "📦", "description": "studying and socializing at Hobbs Cafe (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "6157": {"Isabella Rodriguez": {"movement": [80, 41], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [98, 37], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [121, 49], "pronunciatio": "📦", "description": "studying and socializing at Hobbs Cafe (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "6158": {"Isabella Rodriguez": {"movement": [80, 42], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [97, 37], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [122, 49], "pronunciatio": "📦", "description": "studying and socializing at Hobbs Cafe (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "6159": {"Isabella Rodriguez": {"movement": [80, 43], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [96, 37], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [123, 49], "pronunciatio": "📦", "description": "studying and socializing at Hobbs Cafe (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "6160": {"Isabella Rodriguez": {"movement": [80, 44], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [95, 37], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [124, 49], "pronunciatio": "📦", "description": "studying and socializing at Hobbs Cafe (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "6161": {"Isabella Rodriguez": {"movement": [79, 44], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [94, 37], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [124, 50], "pronunciatio": "📦", "description": "studying and socializing at Hobbs Cafe (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "6162": {"Isabella Rodriguez": {"movement": [79, 45], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [93, 37], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [124, 51], "pronunciatio": "📦", "description": "studying and socializing at Hobbs Cafe (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "6163": {"Isabella Rodriguez": {"movement": [79, 46], "pronunciatio": "🎉🎊", "description": "preparing the upcoming Valentine's Day party (gathering decorations for the party) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store shelf", "chat": null}, "Klaus Mueller": {"movement": [92, 37], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [124, 52], "pronunciatio": "📦", "description": "studying and socializing at Hobbs Cafe (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "6164": {"Klaus Mueller": {"movement": [91, 37], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [124, 53], "pronunciatio": "📦", "description": "studying and socializing at Hobbs Cafe (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "6165": {"Klaus Mueller": {"movement": [90, 37], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [124, 54], "pronunciatio": "📦", "description": "studying and socializing at Hobbs Cafe (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "6166": {"Klaus Mueller": {"movement": [89, 37], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [123, 54], "pronunciatio": "📦", "description": "studying and socializing at Hobbs Cafe (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "6167": {"Klaus Mueller": {"movement": [88, 37], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6168": {"Klaus Mueller": {"movement": [87, 37], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6169": {"Klaus Mueller": {"movement": [86, 37], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6170": {"Klaus Mueller": {"movement": [85, 37], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6171": {"Klaus Mueller": {"movement": [84, 37], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6172": {"Klaus Mueller": {"movement": [83, 37], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6173": {"Klaus Mueller": {"movement": [82, 37], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6174": {"Klaus Mueller": {"movement": [81, 37], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [123, 55], "pronunciatio": "📚", "description": "studying physics at Hobbs Cafe (reviewing her notes) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6175": {"Klaus Mueller": {"movement": [80, 37], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6176": {"Klaus Mueller": {"movement": [79, 37], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6177": {"Klaus Mueller": {"movement": [78, 37], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6178": {"Klaus Mueller": {"movement": [77, 37], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6179": {"Klaus Mueller": {"movement": [76, 37], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6180": {"Isabella Rodriguez": {"movement": [80, 46], "pronunciatio": "🍔🎉", "description": "preparing the upcoming Valentine's Day party (ordering food for the party) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}, "Klaus Mueller": {"movement": [76, 36], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6181": {"Isabella Rodriguez": {"movement": [81, 46], "pronunciatio": "🍔🎉", "description": "preparing the upcoming Valentine's Day party (ordering food for the party) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}, "Klaus Mueller": {"movement": [76, 35], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6182": {"Isabella Rodriguez": {"movement": [82, 46], "pronunciatio": "🍔🎉", "description": "preparing the upcoming Valentine's Day party (ordering food for the party) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}, "Klaus Mueller": {"movement": [76, 34], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6183": {"Isabella Rodriguez": {"movement": [83, 46], "pronunciatio": "🍔🎉", "description": "preparing the upcoming Valentine's Day party (ordering food for the party) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}, "Klaus Mueller": {"movement": [76, 33], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6184": {"Isabella Rodriguez": {"movement": [84, 46], "pronunciatio": "🍔🎉", "description": "preparing the upcoming Valentine's Day party (ordering food for the party) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}, "Klaus Mueller": {"movement": [76, 32], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6185": {"Isabella Rodriguez": {"movement": [85, 46], "pronunciatio": "🍔🎉", "description": "preparing the upcoming Valentine's Day party (ordering food for the party) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}, "Klaus Mueller": {"movement": [76, 31], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6186": {"Isabella Rodriguez": {"movement": [86, 46], "pronunciatio": "🍔🎉", "description": "preparing the upcoming Valentine's Day party (ordering food for the party) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}, "Klaus Mueller": {"movement": [76, 30], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6187": {"Isabella Rodriguez": {"movement": [87, 46], "pronunciatio": "🍔🎉", "description": "preparing the upcoming Valentine's Day party (ordering food for the party) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}, "Klaus Mueller": {"movement": [76, 29], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6188": {"Isabella Rodriguez": {"movement": [88, 46], "pronunciatio": "🍔🎉", "description": "preparing the upcoming Valentine's Day party (ordering food for the party) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}, "Klaus Mueller": {"movement": [76, 28], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6189": {"Klaus Mueller": {"movement": [76, 27], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6190": {"Klaus Mueller": {"movement": [76, 26], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6191": {"Klaus Mueller": {"movement": [75, 26], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6192": {"Klaus Mueller": {"movement": [74, 26], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6193": {"Klaus Mueller": {"movement": [74, 25], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6194": {"Klaus Mueller": {"movement": [74, 24], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6195": {"Klaus Mueller": {"movement": [74, 23], "pronunciatio": "🍽️", "description": "eating dinner (ordering his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6196": {}, "6197": {}, "6198": {"Klaus Mueller": {"movement": [75, 23], "pronunciatio": "⌛🍽️", "description": "eating dinner (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6199": {"Klaus Mueller": {"movement": [76, 23], "pronunciatio": "⌛🍽️", "description": "eating dinner (waiting for his food) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6200": {}, "6201": {}, "6202": {}, "6203": {}, "6204": {}, "6205": {}, "6206": {}, "6207": {}, "6208": {}, "6209": {}, "6210": {}, "6211": {}, "6212": {}, "6213": {}, "6214": {}, "6215": {}, "6216": {}, "6217": {}, "6218": {}, "6219": {}, "6220": {}, "6221": {}, "6222": {}, "6223": {}, "6224": {}, "6225": {}, "6226": {}, "6227": {}, "6228": {}, "6229": {}, "6230": {}, "6231": {}, "6232": {}, "6233": {}, "6234": {}, "6235": {}, "6236": {}, "6237": {}, "6238": {}, "6239": {}, "6240": {"Isabella Rodriguez": {"movement": [87, 46], "pronunciatio": "📻🎉", "description": "preparing the upcoming Valentine's Day party (creating a playlist for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6241": {"Isabella Rodriguez": {"movement": [86, 46], "pronunciatio": "📻🎉", "description": "preparing the upcoming Valentine's Day party (creating a playlist for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6242": {"Isabella Rodriguez": {"movement": [85, 46], "pronunciatio": "📻🎉", "description": "preparing the upcoming Valentine's Day party (creating a playlist for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6243": {"Isabella Rodriguez": {"movement": [84, 46], "pronunciatio": "📻🎉", "description": "preparing the upcoming Valentine's Day party (creating a playlist for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6244": {"Isabella Rodriguez": {"movement": [83, 46], "pronunciatio": "📻🎉", "description": "preparing the upcoming Valentine's Day party (creating a playlist for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6245": {"Isabella Rodriguez": {"movement": [82, 46], "pronunciatio": "📻🎉", "description": "preparing the upcoming Valentine's Day party (creating a playlist for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6246": {"Isabella Rodriguez": {"movement": [81, 46], "pronunciatio": "📻🎉", "description": "preparing the upcoming Valentine's Day party (creating a playlist for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6247": {"Isabella Rodriguez": {"movement": [80, 46], "pronunciatio": "📻🎉", "description": "preparing the upcoming Valentine's Day party (creating a playlist for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6248": {"Isabella Rodriguez": {"movement": [80, 45], "pronunciatio": "📻🎉", "description": "preparing the upcoming Valentine's Day party (creating a playlist for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6249": {"Isabella Rodriguez": {"movement": [80, 44], "pronunciatio": "📻🎉", "description": "preparing the upcoming Valentine's Day party (creating a playlist for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6250": {"Isabella Rodriguez": {"movement": [80, 43], "pronunciatio": "📻🎉", "description": "preparing the upcoming Valentine's Day party (creating a playlist for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6251": {"Isabella Rodriguez": {"movement": [80, 42], "pronunciatio": "📻🎉", "description": "preparing the upcoming Valentine's Day party (creating a playlist for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6252": {"Isabella Rodriguez": {"movement": [80, 41], "pronunciatio": "📻🎉", "description": "preparing the upcoming Valentine's Day party (creating a playlist for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6253": {"Isabella Rodriguez": {"movement": [80, 40], "pronunciatio": "📻🎉", "description": "preparing the upcoming Valentine's Day party (creating a playlist for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6254": {"Isabella Rodriguez": {"movement": [80, 39], "pronunciatio": "📻🎉", "description": "preparing the upcoming Valentine's Day party (creating a playlist for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6255": {"Isabella Rodriguez": {"movement": [80, 38], "pronunciatio": "📻🎉", "description": "preparing the upcoming Valentine's Day party (creating a playlist for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6256": {"Isabella Rodriguez": {"movement": [80, 37], "pronunciatio": "📻🎉", "description": "preparing the upcoming Valentine's Day party (creating a playlist for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6257": {"Isabella Rodriguez": {"movement": [79, 37], "pronunciatio": "📻🎉", "description": "preparing the upcoming Valentine's Day party (creating a playlist for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6258": {"Isabella Rodriguez": {"movement": [78, 37], "pronunciatio": "📻🎉", "description": "preparing the upcoming Valentine's Day party (creating a playlist for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Klaus Mueller": {"movement": [75, 23], "pronunciatio": "🍽️", "description": "eating dinner (eating his food) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}}, "6259": {"Isabella Rodriguez": {"movement": [77, 37], "pronunciatio": "📻🎉", "description": "preparing the upcoming Valentine's Day party (creating a playlist for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Klaus Mueller": {"movement": [75, 22], "pronunciatio": "🍽️", "description": "eating dinner (eating his food) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}}, "6260": {"Isabella Rodriguez": {"movement": [76, 37], "pronunciatio": "📻🎉", "description": "preparing the upcoming Valentine's Day party (creating a playlist for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Klaus Mueller": {"movement": [75, 21], "pronunciatio": "🍽️", "description": "eating dinner (eating his food) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}}, "6261": {"Isabella Rodriguez": {"movement": [76, 36], "pronunciatio": "📻🎉", "description": "preparing the upcoming Valentine's Day party (creating a playlist for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Klaus Mueller": {"movement": [75, 20], "pronunciatio": "🍽️", "description": "eating dinner (eating his food) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}}, "6262": {"Isabella Rodriguez": {"movement": [76, 35], "pronunciatio": "📻🎉", "description": "preparing the upcoming Valentine's Day party (creating a playlist for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Klaus Mueller": {"movement": [75, 19], "pronunciatio": "🍽️", "description": "eating dinner (eating his food) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}}, "6263": {"Isabella Rodriguez": {"movement": [76, 34], "pronunciatio": "📻🎉", "description": "preparing the upcoming Valentine's Day party (creating a playlist for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Klaus Mueller": {"movement": [76, 19], "pronunciatio": "🍽️", "description": "eating dinner (eating his food) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}}, "6264": {"Isabella Rodriguez": {"movement": [76, 33], "pronunciatio": "📻🎉", "description": "preparing the upcoming Valentine's Day party (creating a playlist for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Klaus Mueller": {"movement": [77, 19], "pronunciatio": "🍽️", "description": "eating dinner (eating his food) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}, "Maria Lopez": {"movement": [123, 54], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6265": {"Isabella Rodriguez": {"movement": [76, 32], "pronunciatio": "📻🎉", "description": "preparing the upcoming Valentine's Day party (creating a playlist for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [124, 54], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6266": {"Isabella Rodriguez": {"movement": [76, 31], "pronunciatio": "📻🎉", "description": "preparing the upcoming Valentine's Day party (creating a playlist for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [124, 53], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6267": {"Isabella Rodriguez": {"movement": [76, 30], "pronunciatio": "📻🎉", "description": "preparing the upcoming Valentine's Day party (creating a playlist for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [124, 52], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6268": {"Isabella Rodriguez": {"movement": [76, 29], "pronunciatio": "📻🎉", "description": "preparing the upcoming Valentine's Day party (creating a playlist for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [124, 51], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6269": {"Isabella Rodriguez": {"movement": [76, 28], "pronunciatio": "📻🎉", "description": "preparing the upcoming Valentine's Day party (creating a playlist for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [123, 51], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6270": {"Isabella Rodriguez": {"movement": [76, 27], "pronunciatio": "📻🎉", "description": "preparing the upcoming Valentine's Day party (creating a playlist for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [122, 51], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6271": {"Isabella Rodriguez": {"movement": [76, 26], "pronunciatio": "📻🎉", "description": "preparing the upcoming Valentine's Day party (creating a playlist for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [121, 51], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6272": {"Isabella Rodriguez": {"movement": [75, 26], "pronunciatio": "💬", "description": "conversing about conversing about the Valentine's Day party at Hobbs Cafe, including the invitation, assistance with decorations, and suggestions for snacks @ 阿牛", "chat": [["小美", "Hey 阿牛! I see you're enjoying your dinner. I wanted to remind you about the Valentine's Day party at Hobbs Cafe tomorrow from 5pm to 7pm. I'm really looking forward to seeing you there!"], ["阿牛", "Hey 小美! Thanks for the reminder. I'm really excited for the party tomorrow. It sounds like it's going to be a lot of fun!"], ["小美", "Great! I'm glad you're excited! Don't forget to invite your friends as well. The more, the merrier!"], ["阿牛", "Sure, I'll make sure to invite my friends. Thanks for reminding me! Is there anything specific you need help with for the party?"], ["小美", "Thank you, 阿牛! I appreciate your offer to help. Actually, I could use some assistance with setting up the decorations. If you're available, it would be great if you could come a bit early tomorrow to lend a hand."], ["阿牛", "Of course, I'd be happy to help with the decorations. What time should I come?"], ["小美", "You can come around 4:30pm. That should give us enough time to set everything up before the party starts at 5pm."], ["阿牛", "Sounds good! I'll be there at 4:30pm to help with the decorations."], ["小美", "Thank you so much for offering to help with the decorations, 阿牛! I really appreciate it."], ["阿牛", "Is there anything specific you want me to bring for the decorations?"], ["小美", "I'm glad you asked! It would be great if you could bring some red and pink balloons. It'll add a festive touch to the party!"], ["阿牛", "Sure, I can bring some red and pink balloons for the decorations. I'll make sure to have them with me when I come at 4:30pm."], ["小美", "Thank you again, 阿牛! I'm really looking forward to tomorrow's party. See you then!"], ["阿牛", "By the way, do you need any help with food or drinks for the party?"], ["小美", "Yes, actually! I could use some help with the snacks for the party. If you have any ideas or would like to contribute something, that would be wonderful!"], ["阿牛", "I have a few ideas for snacks. How about I bring some homemade cookies and chips?"]]}, "Klaus Mueller": {"movement": [76, 19], "pronunciatio": "💬", "description": "conversing about conversing about the Valentine's Day party at Hobbs Cafe, including the invitation, assistance with decorations, and suggestions for snacks @ 小美", "chat": [["小美", "Hey 阿牛! I see you're enjoying your dinner. I wanted to remind you about the Valentine's Day party at Hobbs Cafe tomorrow from 5pm to 7pm. I'm really looking forward to seeing you there!"], ["阿牛", "Hey 小美! Thanks for the reminder. I'm really excited for the party tomorrow. It sounds like it's going to be a lot of fun!"], ["小美", "Great! I'm glad you're excited! Don't forget to invite your friends as well. The more, the merrier!"], ["阿牛", "Sure, I'll make sure to invite my friends. Thanks for reminding me! Is there anything specific you need help with for the party?"], ["小美", "Thank you, 阿牛! I appreciate your offer to help. Actually, I could use some assistance with setting up the decorations. If you're available, it would be great if you could come a bit early tomorrow to lend a hand."], ["阿牛", "Of course, I'd be happy to help with the decorations. What time should I come?"], ["小美", "You can come around 4:30pm. That should give us enough time to set everything up before the party starts at 5pm."], ["阿牛", "Sounds good! I'll be there at 4:30pm to help with the decorations."], ["小美", "Thank you so much for offering to help with the decorations, 阿牛! I really appreciate it."], ["阿牛", "Is there anything specific you want me to bring for the decorations?"], ["小美", "I'm glad you asked! It would be great if you could bring some red and pink balloons. It'll add a festive touch to the party!"], ["阿牛", "Sure, I can bring some red and pink balloons for the decorations. I'll make sure to have them with me when I come at 4:30pm."], ["小美", "Thank you again, 阿牛! I'm really looking forward to tomorrow's party. See you then!"], ["阿牛", "By the way, do you need any help with food or drinks for the party?"], ["小美", "Yes, actually! I could use some help with the snacks for the party. If you have any ideas or would like to contribute something, that would be wonderful!"], ["阿牛", "I have a few ideas for snacks. How about I bring some homemade cookies and chips?"]]}, "Maria Lopez": {"movement": [120, 51], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6273": {"Isabella Rodriguez": {"movement": [75, 25], "pronunciatio": "💬", "description": "conversing about conversing about the Valentine's Day party at Hobbs Cafe, including the invitation, assistance with decorations, and suggestions for snacks @ 阿牛", "chat": [["小美", "Hey 阿牛! I see you're enjoying your dinner. I wanted to remind you about the Valentine's Day party at Hobbs Cafe tomorrow from 5pm to 7pm. I'm really looking forward to seeing you there!"], ["阿牛", "Hey 小美! Thanks for the reminder. I'm really excited for the party tomorrow. It sounds like it's going to be a lot of fun!"], ["小美", "Great! I'm glad you're excited! Don't forget to invite your friends as well. The more, the merrier!"], ["阿牛", "Sure, I'll make sure to invite my friends. Thanks for reminding me! Is there anything specific you need help with for the party?"], ["小美", "Thank you, 阿牛! I appreciate your offer to help. Actually, I could use some assistance with setting up the decorations. If you're available, it would be great if you could come a bit early tomorrow to lend a hand."], ["阿牛", "Of course, I'd be happy to help with the decorations. What time should I come?"], ["小美", "You can come around 4:30pm. That should give us enough time to set everything up before the party starts at 5pm."], ["阿牛", "Sounds good! I'll be there at 4:30pm to help with the decorations."], ["小美", "Thank you so much for offering to help with the decorations, 阿牛! I really appreciate it."], ["阿牛", "Is there anything specific you want me to bring for the decorations?"], ["小美", "I'm glad you asked! It would be great if you could bring some red and pink balloons. It'll add a festive touch to the party!"], ["阿牛", "Sure, I can bring some red and pink balloons for the decorations. I'll make sure to have them with me when I come at 4:30pm."], ["小美", "Thank you again, 阿牛! I'm really looking forward to tomorrow's party. See you then!"], ["阿牛", "By the way, do you need any help with food or drinks for the party?"], ["小美", "Yes, actually! I could use some help with the snacks for the party. If you have any ideas or would like to contribute something, that would be wonderful!"], ["阿牛", "I have a few ideas for snacks. How about I bring some homemade cookies and chips?"]]}, "Klaus Mueller": {"movement": [75, 19], "pronunciatio": "💬", "description": "conversing about conversing about the Valentine's Day party at Hobbs Cafe, including the invitation, assistance with decorations, and suggestions for snacks @ 小美", "chat": [["小美", "Hey 阿牛! I see you're enjoying your dinner. I wanted to remind you about the Valentine's Day party at Hobbs Cafe tomorrow from 5pm to 7pm. I'm really looking forward to seeing you there!"], ["阿牛", "Hey 小美! Thanks for the reminder. I'm really excited for the party tomorrow. It sounds like it's going to be a lot of fun!"], ["小美", "Great! I'm glad you're excited! Don't forget to invite your friends as well. The more, the merrier!"], ["阿牛", "Sure, I'll make sure to invite my friends. Thanks for reminding me! Is there anything specific you need help with for the party?"], ["小美", "Thank you, 阿牛! I appreciate your offer to help. Actually, I could use some assistance with setting up the decorations. If you're available, it would be great if you could come a bit early tomorrow to lend a hand."], ["阿牛", "Of course, I'd be happy to help with the decorations. What time should I come?"], ["小美", "You can come around 4:30pm. That should give us enough time to set everything up before the party starts at 5pm."], ["阿牛", "Sounds good! I'll be there at 4:30pm to help with the decorations."], ["小美", "Thank you so much for offering to help with the decorations, 阿牛! I really appreciate it."], ["阿牛", "Is there anything specific you want me to bring for the decorations?"], ["小美", "I'm glad you asked! It would be great if you could bring some red and pink balloons. It'll add a festive touch to the party!"], ["阿牛", "Sure, I can bring some red and pink balloons for the decorations. I'll make sure to have them with me when I come at 4:30pm."], ["小美", "Thank you again, 阿牛! I'm really looking forward to tomorrow's party. See you then!"], ["阿牛", "By the way, do you need any help with food or drinks for the party?"], ["小美", "Yes, actually! I could use some help with the snacks for the party. If you have any ideas or would like to contribute something, that would be wonderful!"], ["阿牛", "I have a few ideas for snacks. How about I bring some homemade cookies and chips?"]]}, "Maria Lopez": {"movement": [119, 51], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6274": {"Isabella Rodriguez": {"movement": [75, 24], "pronunciatio": "💬", "description": "conversing about conversing about the Valentine's Day party at Hobbs Cafe, including the invitation, assistance with decorations, and suggestions for snacks @ 阿牛", "chat": [["小美", "Hey 阿牛! I see you're enjoying your dinner. I wanted to remind you about the Valentine's Day party at Hobbs Cafe tomorrow from 5pm to 7pm. I'm really looking forward to seeing you there!"], ["阿牛", "Hey 小美! Thanks for the reminder. I'm really excited for the party tomorrow. It sounds like it's going to be a lot of fun!"], ["小美", "Great! I'm glad you're excited! Don't forget to invite your friends as well. The more, the merrier!"], ["阿牛", "Sure, I'll make sure to invite my friends. Thanks for reminding me! Is there anything specific you need help with for the party?"], ["小美", "Thank you, 阿牛! I appreciate your offer to help. Actually, I could use some assistance with setting up the decorations. If you're available, it would be great if you could come a bit early tomorrow to lend a hand."], ["阿牛", "Of course, I'd be happy to help with the decorations. What time should I come?"], ["小美", "You can come around 4:30pm. That should give us enough time to set everything up before the party starts at 5pm."], ["阿牛", "Sounds good! I'll be there at 4:30pm to help with the decorations."], ["小美", "Thank you so much for offering to help with the decorations, 阿牛! I really appreciate it."], ["阿牛", "Is there anything specific you want me to bring for the decorations?"], ["小美", "I'm glad you asked! It would be great if you could bring some red and pink balloons. It'll add a festive touch to the party!"], ["阿牛", "Sure, I can bring some red and pink balloons for the decorations. I'll make sure to have them with me when I come at 4:30pm."], ["小美", "Thank you again, 阿牛! I'm really looking forward to tomorrow's party. See you then!"], ["阿牛", "By the way, do you need any help with food or drinks for the party?"], ["小美", "Yes, actually! I could use some help with the snacks for the party. If you have any ideas or would like to contribute something, that would be wonderful!"], ["阿牛", "I have a few ideas for snacks. How about I bring some homemade cookies and chips?"]]}, "Klaus Mueller": {"movement": [75, 20], "pronunciatio": "💬", "description": "conversing about conversing about the Valentine's Day party at Hobbs Cafe, including the invitation, assistance with decorations, and suggestions for snacks @ 小美", "chat": [["小美", "Hey 阿牛! I see you're enjoying your dinner. I wanted to remind you about the Valentine's Day party at Hobbs Cafe tomorrow from 5pm to 7pm. I'm really looking forward to seeing you there!"], ["阿牛", "Hey 小美! Thanks for the reminder. I'm really excited for the party tomorrow. It sounds like it's going to be a lot of fun!"], ["小美", "Great! I'm glad you're excited! Don't forget to invite your friends as well. The more, the merrier!"], ["阿牛", "Sure, I'll make sure to invite my friends. Thanks for reminding me! Is there anything specific you need help with for the party?"], ["小美", "Thank you, 阿牛! I appreciate your offer to help. Actually, I could use some assistance with setting up the decorations. If you're available, it would be great if you could come a bit early tomorrow to lend a hand."], ["阿牛", "Of course, I'd be happy to help with the decorations. What time should I come?"], ["小美", "You can come around 4:30pm. That should give us enough time to set everything up before the party starts at 5pm."], ["阿牛", "Sounds good! I'll be there at 4:30pm to help with the decorations."], ["小美", "Thank you so much for offering to help with the decorations, 阿牛! I really appreciate it."], ["阿牛", "Is there anything specific you want me to bring for the decorations?"], ["小美", "I'm glad you asked! It would be great if you could bring some red and pink balloons. It'll add a festive touch to the party!"], ["阿牛", "Sure, I can bring some red and pink balloons for the decorations. I'll make sure to have them with me when I come at 4:30pm."], ["小美", "Thank you again, 阿牛! I'm really looking forward to tomorrow's party. See you then!"], ["阿牛", "By the way, do you need any help with food or drinks for the party?"], ["小美", "Yes, actually! I could use some help with the snacks for the party. If you have any ideas or would like to contribute something, that would be wonderful!"], ["阿牛", "I have a few ideas for snacks. How about I bring some homemade cookies and chips?"]]}, "Maria Lopez": {"movement": [118, 51], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6275": {"Isabella Rodriguez": {"movement": [75, 23], "pronunciatio": "💬", "description": "conversing about conversing about the Valentine's Day party at Hobbs Cafe, including the invitation, assistance with decorations, and suggestions for snacks @ 阿牛", "chat": [["小美", "Hey 阿牛! I see you're enjoying your dinner. I wanted to remind you about the Valentine's Day party at Hobbs Cafe tomorrow from 5pm to 7pm. I'm really looking forward to seeing you there!"], ["阿牛", "Hey 小美! Thanks for the reminder. I'm really excited for the party tomorrow. It sounds like it's going to be a lot of fun!"], ["小美", "Great! I'm glad you're excited! Don't forget to invite your friends as well. The more, the merrier!"], ["阿牛", "Sure, I'll make sure to invite my friends. Thanks for reminding me! Is there anything specific you need help with for the party?"], ["小美", "Thank you, 阿牛! I appreciate your offer to help. Actually, I could use some assistance with setting up the decorations. If you're available, it would be great if you could come a bit early tomorrow to lend a hand."], ["阿牛", "Of course, I'd be happy to help with the decorations. What time should I come?"], ["小美", "You can come around 4:30pm. That should give us enough time to set everything up before the party starts at 5pm."], ["阿牛", "Sounds good! I'll be there at 4:30pm to help with the decorations."], ["小美", "Thank you so much for offering to help with the decorations, 阿牛! I really appreciate it."], ["阿牛", "Is there anything specific you want me to bring for the decorations?"], ["小美", "I'm glad you asked! It would be great if you could bring some red and pink balloons. It'll add a festive touch to the party!"], ["阿牛", "Sure, I can bring some red and pink balloons for the decorations. I'll make sure to have them with me when I come at 4:30pm."], ["小美", "Thank you again, 阿牛! I'm really looking forward to tomorrow's party. See you then!"], ["阿牛", "By the way, do you need any help with food or drinks for the party?"], ["小美", "Yes, actually! I could use some help with the snacks for the party. If you have any ideas or would like to contribute something, that would be wonderful!"], ["阿牛", "I have a few ideas for snacks. How about I bring some homemade cookies and chips?"]]}, "Klaus Mueller": {"movement": [75, 21], "pronunciatio": "💬", "description": "conversing about conversing about the Valentine's Day party at Hobbs Cafe, including the invitation, assistance with decorations, and suggestions for snacks @ 小美", "chat": [["小美", "Hey 阿牛! I see you're enjoying your dinner. I wanted to remind you about the Valentine's Day party at Hobbs Cafe tomorrow from 5pm to 7pm. I'm really looking forward to seeing you there!"], ["阿牛", "Hey 小美! Thanks for the reminder. I'm really excited for the party tomorrow. It sounds like it's going to be a lot of fun!"], ["小美", "Great! I'm glad you're excited! Don't forget to invite your friends as well. The more, the merrier!"], ["阿牛", "Sure, I'll make sure to invite my friends. Thanks for reminding me! Is there anything specific you need help with for the party?"], ["小美", "Thank you, 阿牛! I appreciate your offer to help. Actually, I could use some assistance with setting up the decorations. If you're available, it would be great if you could come a bit early tomorrow to lend a hand."], ["阿牛", "Of course, I'd be happy to help with the decorations. What time should I come?"], ["小美", "You can come around 4:30pm. That should give us enough time to set everything up before the party starts at 5pm."], ["阿牛", "Sounds good! I'll be there at 4:30pm to help with the decorations."], ["小美", "Thank you so much for offering to help with the decorations, 阿牛! I really appreciate it."], ["阿牛", "Is there anything specific you want me to bring for the decorations?"], ["小美", "I'm glad you asked! It would be great if you could bring some red and pink balloons. It'll add a festive touch to the party!"], ["阿牛", "Sure, I can bring some red and pink balloons for the decorations. I'll make sure to have them with me when I come at 4:30pm."], ["小美", "Thank you again, 阿牛! I'm really looking forward to tomorrow's party. See you then!"], ["阿牛", "By the way, do you need any help with food or drinks for the party?"], ["小美", "Yes, actually! I could use some help with the snacks for the party. If you have any ideas or would like to contribute something, that would be wonderful!"], ["阿牛", "I have a few ideas for snacks. How about I bring some homemade cookies and chips?"]]}, "Maria Lopez": {"movement": [117, 51], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6276": {"Isabella Rodriguez": {"movement": [75, 22], "pronunciatio": "💬", "description": "conversing about conversing about the Valentine's Day party at Hobbs Cafe, including the invitation, assistance with decorations, and suggestions for snacks @ 阿牛", "chat": [["小美", "Hey 阿牛! I see you're enjoying your dinner. I wanted to remind you about the Valentine's Day party at Hobbs Cafe tomorrow from 5pm to 7pm. I'm really looking forward to seeing you there!"], ["阿牛", "Hey 小美! Thanks for the reminder. I'm really excited for the party tomorrow. It sounds like it's going to be a lot of fun!"], ["小美", "Great! I'm glad you're excited! Don't forget to invite your friends as well. The more, the merrier!"], ["阿牛", "Sure, I'll make sure to invite my friends. Thanks for reminding me! Is there anything specific you need help with for the party?"], ["小美", "Thank you, 阿牛! I appreciate your offer to help. Actually, I could use some assistance with setting up the decorations. If you're available, it would be great if you could come a bit early tomorrow to lend a hand."], ["阿牛", "Of course, I'd be happy to help with the decorations. What time should I come?"], ["小美", "You can come around 4:30pm. That should give us enough time to set everything up before the party starts at 5pm."], ["阿牛", "Sounds good! I'll be there at 4:30pm to help with the decorations."], ["小美", "Thank you so much for offering to help with the decorations, 阿牛! I really appreciate it."], ["阿牛", "Is there anything specific you want me to bring for the decorations?"], ["小美", "I'm glad you asked! It would be great if you could bring some red and pink balloons. It'll add a festive touch to the party!"], ["阿牛", "Sure, I can bring some red and pink balloons for the decorations. I'll make sure to have them with me when I come at 4:30pm."], ["小美", "Thank you again, 阿牛! I'm really looking forward to tomorrow's party. See you then!"], ["阿牛", "By the way, do you need any help with food or drinks for the party?"], ["小美", "Yes, actually! I could use some help with the snacks for the party. If you have any ideas or would like to contribute something, that would be wonderful!"], ["阿牛", "I have a few ideas for snacks. How about I bring some homemade cookies and chips?"]]}, "Klaus Mueller": {"movement": [76, 21], "pronunciatio": "💬", "description": "conversing about conversing about the Valentine's Day party at Hobbs Cafe, including the invitation, assistance with decorations, and suggestions for snacks @ 小美", "chat": [["小美", "Hey 阿牛! I see you're enjoying your dinner. I wanted to remind you about the Valentine's Day party at Hobbs Cafe tomorrow from 5pm to 7pm. I'm really looking forward to seeing you there!"], ["阿牛", "Hey 小美! Thanks for the reminder. I'm really excited for the party tomorrow. It sounds like it's going to be a lot of fun!"], ["小美", "Great! I'm glad you're excited! Don't forget to invite your friends as well. The more, the merrier!"], ["阿牛", "Sure, I'll make sure to invite my friends. Thanks for reminding me! Is there anything specific you need help with for the party?"], ["小美", "Thank you, 阿牛! I appreciate your offer to help. Actually, I could use some assistance with setting up the decorations. If you're available, it would be great if you could come a bit early tomorrow to lend a hand."], ["阿牛", "Of course, I'd be happy to help with the decorations. What time should I come?"], ["小美", "You can come around 4:30pm. That should give us enough time to set everything up before the party starts at 5pm."], ["阿牛", "Sounds good! I'll be there at 4:30pm to help with the decorations."], ["小美", "Thank you so much for offering to help with the decorations, 阿牛! I really appreciate it."], ["阿牛", "Is there anything specific you want me to bring for the decorations?"], ["小美", "I'm glad you asked! It would be great if you could bring some red and pink balloons. It'll add a festive touch to the party!"], ["阿牛", "Sure, I can bring some red and pink balloons for the decorations. I'll make sure to have them with me when I come at 4:30pm."], ["小美", "Thank you again, 阿牛! I'm really looking forward to tomorrow's party. See you then!"], ["阿牛", "By the way, do you need any help with food or drinks for the party?"], ["小美", "Yes, actually! I could use some help with the snacks for the party. If you have any ideas or would like to contribute something, that would be wonderful!"], ["阿牛", "I have a few ideas for snacks. How about I bring some homemade cookies and chips?"]]}, "Maria Lopez": {"movement": [117, 50], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6277": {"Maria Lopez": {"movement": [117, 49], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6278": {"Maria Lopez": {"movement": [117, 48], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6279": {"Maria Lopez": {"movement": [117, 47], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6280": {"Maria Lopez": {"movement": [116, 47], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6281": {"Maria Lopez": {"movement": [115, 47], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6282": {"Maria Lopez": {"movement": [114, 47], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6283": {"Maria Lopez": {"movement": [113, 47], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6284": {"Maria Lopez": {"movement": [112, 47], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6285": {"Maria Lopez": {"movement": [111, 47], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6286": {"Maria Lopez": {"movement": [110, 47], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6287": {"Maria Lopez": {"movement": [109, 47], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6288": {"Maria Lopez": {"movement": [108, 47], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6289": {"Maria Lopez": {"movement": [108, 46], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6290": {"Maria Lopez": {"movement": [108, 45], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6291": {"Maria Lopez": {"movement": [108, 44], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6292": {"Maria Lopez": {"movement": [108, 43], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6293": {"Maria Lopez": {"movement": [108, 42], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6294": {"Maria Lopez": {"movement": [108, 41], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6295": {"Maria Lopez": {"movement": [108, 40], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6296": {"Maria Lopez": {"movement": [108, 39], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6297": {"Maria Lopez": {"movement": [108, 38], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6298": {"Maria Lopez": {"movement": [108, 37], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6299": {"Maria Lopez": {"movement": [108, 36], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6300": {"Maria Lopez": {"movement": [108, 35], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6301": {"Maria Lopez": {"movement": [108, 34], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6302": {"Maria Lopez": {"movement": [108, 33], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6303": {"Maria Lopez": {"movement": [108, 32], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6304": {"Maria Lopez": {"movement": [109, 32], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6305": {"Maria Lopez": {"movement": [109, 31], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6306": {"Maria Lopez": {"movement": [109, 30], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6307": {"Maria Lopez": {"movement": [110, 30], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6308": {"Maria Lopez": {"movement": [111, 30], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6309": {"Maria Lopez": {"movement": [112, 30], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6310": {"Maria Lopez": {"movement": [113, 30], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6311": {"Maria Lopez": {"movement": [114, 30], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6312": {"Maria Lopez": {"movement": [115, 30], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6313": {"Maria Lopez": {"movement": [116, 30], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6314": {"Maria Lopez": {"movement": [117, 30], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6315": {"Maria Lopez": {"movement": [118, 30], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6316": {"Maria Lopez": {"movement": [119, 30], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6317": {"Maria Lopez": {"movement": [119, 29], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6318": {"Maria Lopez": {"movement": [119, 28], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6319": {"Maria Lopez": {"movement": [119, 27], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6320": {"Maria Lopez": {"movement": [119, 26], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6321": {"Maria Lopez": {"movement": [119, 25], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6322": {"Maria Lopez": {"movement": [119, 24], "pronunciatio": "🔎", "description": "studying physics at Hobbs Cafe (researching new topics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "6323": {}, "6324": {}, "6325": {}, "6326": {}, "6327": {}, "6328": {}, "6329": {}, "6330": {"Isabella Rodriguez": {"movement": [76, 22], "pronunciatio": "💬", "description": "preparing the upcoming Valentine's Day party (conversing about conversing about the Valentine's Day party at Hobbs Cafe, including the invitation, assistance with decorations, and suggestions for snacks) @ the Ville:Giorgio Rossi's apartment:main room:blackboard", "chat": null}, "Klaus Mueller": {"movement": [75, 21], "pronunciatio": "🍽️", "description": "eating dinner (eating his food) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}}, "6331": {"Isabella Rodriguez": {"movement": [76, 23], "pronunciatio": "💬", "description": "preparing the upcoming Valentine's Day party (conversing about conversing about the Valentine's Day party at Hobbs Cafe, including the invitation, assistance with decorations, and suggestions for snacks) @ the Ville:Giorgio Rossi's apartment:main room:blackboard", "chat": null}, "Klaus Mueller": {"movement": [75, 20], "pronunciatio": "🍽️", "description": "eating dinner (eating his food) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}}, "6332": {"Isabella Rodriguez": {"movement": [76, 24], "pronunciatio": "💬", "description": "preparing the upcoming Valentine's Day party (conversing about conversing about the Valentine's Day party at Hobbs Cafe, including the invitation, assistance with decorations, and suggestions for snacks) @ the Ville:Giorgio Rossi's apartment:main room:blackboard", "chat": null}, "Klaus Mueller": {"movement": [75, 19], "pronunciatio": "🍽️", "description": "eating dinner (eating his food) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}}, "6333": {"Isabella Rodriguez": {"movement": [76, 25], "pronunciatio": "💬", "description": "preparing the upcoming Valentine's Day party (conversing about conversing about the Valentine's Day party at Hobbs Cafe, including the invitation, assistance with decorations, and suggestions for snacks) @ the Ville:Giorgio Rossi's apartment:main room:blackboard", "chat": null}, "Klaus Mueller": {"movement": [76, 19], "pronunciatio": "🍽️", "description": "eating dinner (eating his food) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}}, "6334": {"Isabella Rodriguez": {"movement": [77, 25], "pronunciatio": "💬", "description": "preparing the upcoming Valentine's Day party (conversing about conversing about the Valentine's Day party at Hobbs Cafe, including the invitation, assistance with decorations, and suggestions for snacks) @ the Ville:Giorgio Rossi's apartment:main room:blackboard", "chat": null}, "Klaus Mueller": {"movement": [77, 19], "pronunciatio": "🍽️", "description": "eating dinner (eating his food) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}}, "6335": {"Isabella Rodriguez": {"movement": [77, 26], "pronunciatio": "💬", "description": "preparing the upcoming Valentine's Day party (conversing about conversing about the Valentine's Day party at Hobbs Cafe, including the invitation, assistance with decorations, and suggestions for snacks) @ the Ville:Giorgio Rossi's apartment:main room:blackboard", "chat": null}}, "6336": {"Isabella Rodriguez": {"movement": [77, 27], "pronunciatio": "💬", "description": "preparing the upcoming Valentine's Day party (conversing about conversing about the Valentine's Day party at Hobbs Cafe, including the invitation, assistance with decorations, and suggestions for snacks) @ the Ville:Giorgio Rossi's apartment:main room:blackboard", "chat": null}}, "6337": {"Isabella Rodriguez": {"movement": [77, 28], "pronunciatio": "💬", "description": "preparing the upcoming Valentine's Day party (conversing about conversing about the Valentine's Day party at Hobbs Cafe, including the invitation, assistance with decorations, and suggestions for snacks) @ the Ville:Giorgio Rossi's apartment:main room:blackboard", "chat": null}}, "6338": {"Isabella Rodriguez": {"movement": [77, 29], "pronunciatio": "💬", "description": "preparing the upcoming Valentine's Day party (conversing about conversing about the Valentine's Day party at Hobbs Cafe, including the invitation, assistance with decorations, and suggestions for snacks) @ the Ville:Giorgio Rossi's apartment:main room:blackboard", "chat": null}}, "6339": {"Isabella Rodriguez": {"movement": [77, 30], "pronunciatio": "💬", "description": "preparing the upcoming Valentine's Day party (conversing about conversing about the Valentine's Day party at Hobbs Cafe, including the invitation, assistance with decorations, and suggestions for snacks) @ the Ville:Giorgio Rossi's apartment:main room:blackboard", "chat": null}}, "6340": {"Isabella Rodriguez": {"movement": [78, 30], "pronunciatio": "💬", "description": "preparing the upcoming Valentine's Day party (conversing about conversing about the Valentine's Day party at Hobbs Cafe, including the invitation, assistance with decorations, and suggestions for snacks) @ the Ville:Giorgio Rossi's apartment:main room:blackboard", "chat": null}}, "6341": {"Isabella Rodriguez": {"movement": [79, 30], "pronunciatio": "💬", "description": "preparing the upcoming Valentine's Day party (conversing about conversing about the Valentine's Day party at Hobbs Cafe, including the invitation, assistance with decorations, and suggestions for snacks) @ the Ville:Giorgio Rossi's apartment:main room:blackboard", "chat": null}}, "6342": {"Isabella Rodriguez": {"movement": [80, 30], "pronunciatio": "💬", "description": "preparing the upcoming Valentine's Day party (conversing about conversing about the Valentine's Day party at Hobbs Cafe, including the invitation, assistance with decorations, and suggestions for snacks) @ the Ville:Giorgio Rossi's apartment:main room:blackboard", "chat": null}}, "6343": {"Isabella Rodriguez": {"movement": [81, 30], "pronunciatio": "💬", "description": "preparing the upcoming Valentine's Day party (conversing about conversing about the Valentine's Day party at Hobbs Cafe, including the invitation, assistance with decorations, and suggestions for snacks) @ the Ville:Giorgio Rossi's apartment:main room:blackboard", "chat": null}}, "6344": {"Isabella Rodriguez": {"movement": [82, 30], "pronunciatio": "💬", "description": "preparing the upcoming Valentine's Day party (conversing about conversing about the Valentine's Day party at Hobbs Cafe, including the invitation, assistance with decorations, and suggestions for snacks) @ the Ville:Giorgio Rossi's apartment:main room:blackboard", "chat": null}}, "6345": {"Isabella Rodriguez": {"movement": [83, 30], "pronunciatio": "💬", "description": "preparing the upcoming Valentine's Day party (conversing about conversing about the Valentine's Day party at Hobbs Cafe, including the invitation, assistance with decorations, and suggestions for snacks) @ the Ville:Giorgio Rossi's apartment:main room:blackboard", "chat": null}}, "6346": {"Isabella Rodriguez": {"movement": [84, 30], "pronunciatio": "💬", "description": "preparing the upcoming Valentine's Day party (conversing about conversing about the Valentine's Day party at Hobbs Cafe, including the invitation, assistance with decorations, and suggestions for snacks) @ the Ville:Giorgio Rossi's apartment:main room:blackboard", "chat": null}}, "6347": {"Isabella Rodriguez": {"movement": [84, 29], "pronunciatio": "💬", "description": "preparing the upcoming Valentine's Day party (conversing about conversing about the Valentine's Day party at Hobbs Cafe, including the invitation, assistance with decorations, and suggestions for snacks) @ the Ville:Giorgio Rossi's apartment:main room:blackboard", "chat": null}}, "6348": {"Isabella Rodriguez": {"movement": [85, 29], "pronunciatio": "💬", "description": "preparing the upcoming Valentine's Day party (conversing about conversing about the Valentine's Day party at Hobbs Cafe, including the invitation, assistance with decorations, and suggestions for snacks) @ the Ville:Giorgio Rossi's apartment:main room:blackboard", "chat": null}}, "6349": {"Isabella Rodriguez": {"movement": [86, 29], "pronunciatio": "💬", "description": "preparing the upcoming Valentine's Day party (conversing about conversing about the Valentine's Day party at Hobbs Cafe, including the invitation, assistance with decorations, and suggestions for snacks) @ the Ville:Giorgio Rossi's apartment:main room:blackboard", "chat": null}}, "6350": {"Isabella Rodriguez": {"movement": [87, 29], "pronunciatio": "💬", "description": "preparing the upcoming Valentine's Day party (conversing about conversing about the Valentine's Day party at Hobbs Cafe, including the invitation, assistance with decorations, and suggestions for snacks) @ the Ville:Giorgio Rossi's apartment:main room:blackboard", "chat": null}}, "6351": {"Isabella Rodriguez": {"movement": [87, 28], "pronunciatio": "💬", "description": "preparing the upcoming Valentine's Day party (conversing about conversing about the Valentine's Day party at Hobbs Cafe, including the invitation, assistance with decorations, and suggestions for snacks) @ the Ville:Giorgio Rossi's apartment:main room:blackboard", "chat": null}}, "6352": {"Isabella Rodriguez": {"movement": [87, 27], "pronunciatio": "💬", "description": "preparing the upcoming Valentine's Day party (conversing about conversing about the Valentine's Day party at Hobbs Cafe, including the invitation, assistance with decorations, and suggestions for snacks) @ the Ville:Giorgio Rossi's apartment:main room:blackboard", "chat": null}}, "6353": {"Isabella Rodriguez": {"movement": [87, 26], "pronunciatio": "💬", "description": "preparing the upcoming Valentine's Day party (conversing about conversing about the Valentine's Day party at Hobbs Cafe, including the invitation, assistance with decorations, and suggestions for snacks) @ the Ville:Giorgio Rossi's apartment:main room:blackboard", "chat": null}}, "6354": {"Isabella Rodriguez": {"movement": [87, 25], "pronunciatio": "💬", "description": "preparing the upcoming Valentine's Day party (conversing about conversing about the Valentine's Day party at Hobbs Cafe, including the invitation, assistance with decorations, and suggestions for snacks) @ the Ville:Giorgio Rossi's apartment:main room:blackboard", "chat": null}, "Maria Lopez": {"movement": [119, 25], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6355": {"Isabella Rodriguez": {"movement": [87, 24], "pronunciatio": "💬", "description": "preparing the upcoming Valentine's Day party (conversing about conversing about the Valentine's Day party at Hobbs Cafe, including the invitation, assistance with decorations, and suggestions for snacks) @ the Ville:Giorgio Rossi's apartment:main room:blackboard", "chat": null}, "Maria Lopez": {"movement": [119, 26], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6356": {"Maria Lopez": {"movement": [119, 27], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6357": {"Maria Lopez": {"movement": [119, 28], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6358": {"Maria Lopez": {"movement": [119, 29], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6359": {"Maria Lopez": {"movement": [119, 30], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6360": {"Maria Lopez": {"movement": [118, 30], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6361": {"Maria Lopez": {"movement": [117, 30], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6362": {"Maria Lopez": {"movement": [116, 30], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6363": {"Maria Lopez": {"movement": [115, 30], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6364": {"Maria Lopez": {"movement": [114, 30], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6365": {"Maria Lopez": {"movement": [113, 30], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6366": {"Maria Lopez": {"movement": [112, 30], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6367": {"Maria Lopez": {"movement": [111, 30], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6368": {"Maria Lopez": {"movement": [110, 30], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6369": {"Maria Lopez": {"movement": [109, 30], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6370": {"Maria Lopez": {"movement": [109, 31], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6371": {"Maria Lopez": {"movement": [109, 32], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6372": {"Maria Lopez": {"movement": [108, 32], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6373": {"Maria Lopez": {"movement": [108, 33], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6374": {"Maria Lopez": {"movement": [108, 34], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6375": {"Maria Lopez": {"movement": [108, 35], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6376": {"Maria Lopez": {"movement": [108, 36], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6377": {"Maria Lopez": {"movement": [108, 37], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6378": {"Maria Lopez": {"movement": [109, 37], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6379": {"Maria Lopez": {"movement": [110, 37], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6380": {"Maria Lopez": {"movement": [111, 37], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6381": {"Maria Lopez": {"movement": [112, 37], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6382": {"Maria Lopez": {"movement": [113, 37], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6383": {"Maria Lopez": {"movement": [114, 37], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6384": {"Isabella Rodriguez": {"movement": [87, 25], "pronunciatio": "🪑", "description": "preparing the upcoming Valentine's Day party (creating a seating plan for the party) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [115, 37], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6385": {"Isabella Rodriguez": {"movement": [87, 26], "pronunciatio": "🪑", "description": "preparing the upcoming Valentine's Day party (creating a seating plan for the party) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [116, 37], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6386": {"Isabella Rodriguez": {"movement": [87, 27], "pronunciatio": "🪑", "description": "preparing the upcoming Valentine's Day party (creating a seating plan for the party) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [116, 38], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6387": {"Isabella Rodriguez": {"movement": [87, 28], "pronunciatio": "🪑", "description": "preparing the upcoming Valentine's Day party (creating a seating plan for the party) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [116, 39], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6388": {"Isabella Rodriguez": {"movement": [87, 29], "pronunciatio": "🪑", "description": "preparing the upcoming Valentine's Day party (creating a seating plan for the party) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [116, 40], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6389": {"Isabella Rodriguez": {"movement": [86, 29], "pronunciatio": "🪑", "description": "preparing the upcoming Valentine's Day party (creating a seating plan for the party) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [116, 41], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6390": {"Isabella Rodriguez": {"movement": [85, 29], "pronunciatio": "🪑", "description": "preparing the upcoming Valentine's Day party (creating a seating plan for the party) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [116, 42], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6391": {"Isabella Rodriguez": {"movement": [84, 29], "pronunciatio": "🪑", "description": "preparing the upcoming Valentine's Day party (creating a seating plan for the party) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [116, 43], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6392": {"Isabella Rodriguez": {"movement": [84, 30], "pronunciatio": "🪑", "description": "preparing the upcoming Valentine's Day party (creating a seating plan for the party) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [116, 44], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6393": {"Isabella Rodriguez": {"movement": [83, 30], "pronunciatio": "🪑", "description": "preparing the upcoming Valentine's Day party (creating a seating plan for the party) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [116, 45], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6394": {"Isabella Rodriguez": {"movement": [82, 30], "pronunciatio": "🪑", "description": "preparing the upcoming Valentine's Day party (creating a seating plan for the party) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [117, 45], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6395": {"Isabella Rodriguez": {"movement": [81, 30], "pronunciatio": "🪑", "description": "preparing the upcoming Valentine's Day party (creating a seating plan for the party) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [118, 45], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6396": {"Isabella Rodriguez": {"movement": [80, 30], "pronunciatio": "🪑", "description": "preparing the upcoming Valentine's Day party (creating a seating plan for the party) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [119, 45], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6397": {"Isabella Rodriguez": {"movement": [79, 30], "pronunciatio": "🪑", "description": "preparing the upcoming Valentine's Day party (creating a seating plan for the party) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [119, 46], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6398": {"Isabella Rodriguez": {"movement": [78, 30], "pronunciatio": "🪑", "description": "preparing the upcoming Valentine's Day party (creating a seating plan for the party) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [119, 47], "pronunciatio": "💬👥", "description": "studying physics at Hobbs Cafe (discussing her ideas with friends) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}}, "6399": {"Isabella Rodriguez": {"movement": [77, 30], "pronunciatio": "🪑", "description": "preparing the upcoming Valentine's Day party (creating a seating plan for the party) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6400": {"Isabella Rodriguez": {"movement": [77, 29], "pronunciatio": "🪑", "description": "preparing the upcoming Valentine's Day party (creating a seating plan for the party) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6401": {"Isabella Rodriguez": {"movement": [77, 28], "pronunciatio": "🪑", "description": "preparing the upcoming Valentine's Day party (creating a seating plan for the party) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6402": {"Isabella Rodriguez": {"movement": [77, 27], "pronunciatio": "🪑", "description": "preparing the upcoming Valentine's Day party (creating a seating plan for the party) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6403": {"Isabella Rodriguez": {"movement": [77, 26], "pronunciatio": "🪑", "description": "preparing the upcoming Valentine's Day party (creating a seating plan for the party) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6404": {"Isabella Rodriguez": {"movement": [77, 25], "pronunciatio": "🪑", "description": "preparing the upcoming Valentine's Day party (creating a seating plan for the party) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6405": {"Isabella Rodriguez": {"movement": [78, 25], "pronunciatio": "🪑", "description": "preparing the upcoming Valentine's Day party (creating a seating plan for the party) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6406": {"Isabella Rodriguez": {"movement": [79, 25], "pronunciatio": "🪑", "description": "preparing the upcoming Valentine's Day party (creating a seating plan for the party) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}}, "6407": {}, "6408": {}, "6409": {}, "6410": {}, "6411": {}, "6412": {}, "6413": {}, "6414": {}, "6415": {}, "6416": {}, "6417": {}, "6418": {}, "6419": {}, "6420": {}, "6421": {}, "6422": {}, "6423": {}, "6424": {}, "6425": {}, "6426": {}, "6427": {}, "6428": {}, "6429": {}, "6430": {}, "6431": {}, "6432": {}, "6433": {}, "6434": {}, "6435": {}, "6436": {}, "6437": {}, "6438": {}, "6439": {}, "6440": {}, "6441": {}, "6442": {}, "6443": {}, "6444": {"Isabella Rodriguez": {"movement": [78, 25], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a menu for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [118, 47], "pronunciatio": "🍃", "description": "studying physics at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "6445": {"Isabella Rodriguez": {"movement": [77, 25], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a menu for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [117, 47], "pronunciatio": "🍃", "description": "studying physics at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "6446": {"Isabella Rodriguez": {"movement": [76, 25], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a menu for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [116, 47], "pronunciatio": "🍃", "description": "studying physics at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "6447": {"Isabella Rodriguez": {"movement": [75, 25], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a menu for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [116, 46], "pronunciatio": "🍃", "description": "studying physics at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "6448": {"Isabella Rodriguez": {"movement": [75, 24], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a menu for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [116, 45], "pronunciatio": "🍃", "description": "studying physics at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "6449": {"Isabella Rodriguez": {"movement": [75, 23], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a menu for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [116, 44], "pronunciatio": "🍃", "description": "studying physics at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "6450": {"Isabella Rodriguez": {"movement": [75, 22], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a menu for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Klaus Mueller": {"movement": [77, 19], "pronunciatio": "🧹", "description": "eating dinner (cleaning up his table) @ the Ville:Hobbs Cafe:cafe:kitchen sink", "chat": null}, "Maria Lopez": {"movement": [116, 43], "pronunciatio": "🍃", "description": "studying physics at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "6451": {"Isabella Rodriguez": {"movement": [75, 21], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a menu for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [116, 42], "pronunciatio": "🍃", "description": "studying physics at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "6452": {"Isabella Rodriguez": {"movement": [75, 20], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a menu for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [116, 41], "pronunciatio": "🍃", "description": "studying physics at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "6453": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a menu for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [116, 40], "pronunciatio": "🍃", "description": "studying physics at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "6454": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a menu for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [116, 39], "pronunciatio": "🍃", "description": "studying physics at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "6455": {"Isabella Rodriguez": {"movement": [77, 19], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a menu for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [116, 38], "pronunciatio": "🍃", "description": "studying physics at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "6456": {"Isabella Rodriguez": {"movement": [78, 19], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a menu for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [116, 37], "pronunciatio": "🍃", "description": "studying physics at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "6457": {"Isabella Rodriguez": {"movement": [78, 18], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a menu for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [117, 37], "pronunciatio": "🍃", "description": "studying physics at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "6458": {"Isabella Rodriguez": {"movement": [78, 17], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a menu for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Maria Lopez": {"movement": [118, 37], "pronunciatio": "🍃", "description": "studying physics at Hobbs Cafe (taking a break) @ the Ville:Dorm for Oak Hill College:garden:dorm garden", "chat": null}}, "6459": {"Isabella Rodriguez": {"movement": [78, 16], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a menu for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6460": {"Isabella Rodriguez": {"movement": [77, 16], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a menu for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6461": {"Isabella Rodriguez": {"movement": [76, 16], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a menu for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6462": {"Isabella Rodriguez": {"movement": [75, 16], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a menu for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6463": {"Isabella Rodriguez": {"movement": [74, 16], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a menu for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6464": {"Isabella Rodriguez": {"movement": [73, 16], "pronunciatio": "📋", "description": "preparing the upcoming Valentine's Day party (creating a menu for the party) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6465": {}, "6466": {}, "6467": {}, "6468": {}, "6469": {}, "6470": {}, "6471": {}, "6472": {}, "6473": {}, "6474": {}, "6475": {}, "6476": {}, "6477": {}, "6478": {}, "6479": {}, "6480": {"Klaus Mueller": {"movement": [76, 19], "pronunciatio": "📺", "description": "watching TV (turning on the TV) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6481": {"Klaus Mueller": {"movement": [75, 19], "pronunciatio": "📺", "description": "watching TV (turning on the TV) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6482": {"Klaus Mueller": {"movement": [75, 20], "pronunciatio": "📺", "description": "watching TV (turning on the TV) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6483": {"Klaus Mueller": {"movement": [75, 21], "pronunciatio": "📺", "description": "watching TV (turning on the TV) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6484": {"Klaus Mueller": {"movement": [76, 21], "pronunciatio": "📺", "description": "watching TV (turning on the TV) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6485": {"Klaus Mueller": {"movement": [76, 22], "pronunciatio": "📺", "description": "watching TV (turning on the TV) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6486": {"Klaus Mueller": {"movement": [76, 23], "pronunciatio": "📺", "description": "watching TV (turning on the TV) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6487": {"Klaus Mueller": {"movement": [76, 24], "pronunciatio": "📺", "description": "watching TV (turning on the TV) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6488": {"Klaus Mueller": {"movement": [76, 25], "pronunciatio": "📺", "description": "watching TV (turning on the TV) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6489": {"Klaus Mueller": {"movement": [77, 25], "pronunciatio": "📺", "description": "watching TV (turning on the TV) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6490": {"Klaus Mueller": {"movement": [77, 26], "pronunciatio": "📺", "description": "watching TV (turning on the TV) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6491": {"Klaus Mueller": {"movement": [77, 27], "pronunciatio": "📺", "description": "watching TV (turning on the TV) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6492": {"Klaus Mueller": {"movement": [77, 28], "pronunciatio": "📺", "description": "watching TV (turning on the TV) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6493": {"Klaus Mueller": {"movement": [77, 29], "pronunciatio": "📺", "description": "watching TV (turning on the TV) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6494": {"Klaus Mueller": {"movement": [77, 30], "pronunciatio": "📺", "description": "watching TV (turning on the TV) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6495": {"Klaus Mueller": {"movement": [78, 30], "pronunciatio": "📺", "description": "watching TV (turning on the TV) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6496": {"Klaus Mueller": {"movement": [79, 30], "pronunciatio": "📺", "description": "watching TV (turning on the TV) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6497": {"Klaus Mueller": {"movement": [80, 30], "pronunciatio": "📺", "description": "watching TV (turning on the TV) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6498": {"Klaus Mueller": {"movement": [81, 30], "pronunciatio": "📺", "description": "watching TV (turning on the TV) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6499": {"Klaus Mueller": {"movement": [82, 30], "pronunciatio": "📺", "description": "watching TV (turning on the TV) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6500": {"Klaus Mueller": {"movement": [83, 30], "pronunciatio": "📺", "description": "watching TV (turning on the TV) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6501": {"Klaus Mueller": {"movement": [84, 30], "pronunciatio": "📺", "description": "watching TV (turning on the TV) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6502": {"Klaus Mueller": {"movement": [85, 30], "pronunciatio": "📺", "description": "watching TV (turning on the TV) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6503": {"Klaus Mueller": {"movement": [86, 30], "pronunciatio": "📺", "description": "watching TV (turning on the TV) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6504": {"Isabella Rodriguez": {"movement": [74, 16], "pronunciatio": "🔍", "description": "preparing other admin tasks (checking the cafe's inventory) @ the Ville:Hobbs Cafe:cafe:refrigerator", "chat": null}, "Klaus Mueller": {"movement": [87, 30], "pronunciatio": "📺", "description": "watching TV (turning on the TV) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [117, 37], "pronunciatio": "📝", "description": "studying physics at Hobbs Cafe (making a to-do list for the next day) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6505": {"Isabella Rodriguez": {"movement": [75, 16], "pronunciatio": "🔍", "description": "preparing other admin tasks (checking the cafe's inventory) @ the Ville:Hobbs Cafe:cafe:refrigerator", "chat": null}, "Klaus Mueller": {"movement": [88, 30], "pronunciatio": "📺", "description": "watching TV (turning on the TV) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [116, 37], "pronunciatio": "📝", "description": "studying physics at Hobbs Cafe (making a to-do list for the next day) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6506": {"Isabella Rodriguez": {"movement": [76, 16], "pronunciatio": "🔍", "description": "preparing other admin tasks (checking the cafe's inventory) @ the Ville:Hobbs Cafe:cafe:refrigerator", "chat": null}, "Klaus Mueller": {"movement": [89, 30], "pronunciatio": "📺", "description": "watching TV (turning on the TV) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [116, 38], "pronunciatio": "📝", "description": "studying physics at Hobbs Cafe (making a to-do list for the next day) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6507": {"Isabella Rodriguez": {"movement": [77, 16], "pronunciatio": "🔍", "description": "preparing other admin tasks (checking the cafe's inventory) @ the Ville:Hobbs Cafe:cafe:refrigerator", "chat": null}, "Klaus Mueller": {"movement": [90, 30], "pronunciatio": "📺", "description": "watching TV (turning on the TV) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [116, 39], "pronunciatio": "📝", "description": "studying physics at Hobbs Cafe (making a to-do list for the next day) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6508": {"Isabella Rodriguez": {"movement": [78, 16], "pronunciatio": "🔍", "description": "preparing other admin tasks (checking the cafe's inventory) @ the Ville:Hobbs Cafe:cafe:refrigerator", "chat": null}, "Klaus Mueller": {"movement": [91, 30], "pronunciatio": "📺", "description": "watching TV (turning on the TV) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [116, 40], "pronunciatio": "📝", "description": "studying physics at Hobbs Cafe (making a to-do list for the next day) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6509": {"Isabella Rodriguez": {"movement": [78, 17], "pronunciatio": "🔍", "description": "preparing other admin tasks (checking the cafe's inventory) @ the Ville:Hobbs Cafe:cafe:refrigerator", "chat": null}, "Klaus Mueller": {"movement": [92, 30], "pronunciatio": "📺", "description": "watching TV (turning on the TV) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [116, 41], "pronunciatio": "📝", "description": "studying physics at Hobbs Cafe (making a to-do list for the next day) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6510": {"Isabella Rodriguez": {"movement": [78, 18], "pronunciatio": "🔍", "description": "preparing other admin tasks (checking the cafe's inventory) @ the Ville:Hobbs Cafe:cafe:refrigerator", "chat": null}, "Klaus Mueller": {"movement": [93, 30], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [116, 42], "pronunciatio": "📝", "description": "studying physics at Hobbs Cafe (making a to-do list for the next day) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6511": {"Isabella Rodriguez": {"movement": [78, 19], "pronunciatio": "🔍", "description": "preparing other admin tasks (checking the cafe's inventory) @ the Ville:Hobbs Cafe:cafe:refrigerator", "chat": null}, "Klaus Mueller": {"movement": [94, 30], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [116, 43], "pronunciatio": "📝", "description": "studying physics at Hobbs Cafe (making a to-do list for the next day) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6512": {"Isabella Rodriguez": {"movement": [77, 19], "pronunciatio": "🔍", "description": "preparing other admin tasks (checking the cafe's inventory) @ the Ville:Hobbs Cafe:cafe:refrigerator", "chat": null}, "Klaus Mueller": {"movement": [95, 30], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [116, 44], "pronunciatio": "📝", "description": "studying physics at Hobbs Cafe (making a to-do list for the next day) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6513": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "🔍", "description": "preparing other admin tasks (checking the cafe's inventory) @ the Ville:Hobbs Cafe:cafe:refrigerator", "chat": null}, "Klaus Mueller": {"movement": [96, 30], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [116, 45], "pronunciatio": "📝", "description": "studying physics at Hobbs Cafe (making a to-do list for the next day) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6514": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "🔍", "description": "preparing other admin tasks (checking the cafe's inventory) @ the Ville:Hobbs Cafe:cafe:refrigerator", "chat": null}, "Klaus Mueller": {"movement": [97, 30], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [117, 45], "pronunciatio": "📝", "description": "studying physics at Hobbs Cafe (making a to-do list for the next day) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6515": {"Isabella Rodriguez": {"movement": [74, 19], "pronunciatio": "🔍", "description": "preparing other admin tasks (checking the cafe's inventory) @ the Ville:Hobbs Cafe:cafe:refrigerator", "chat": null}, "Klaus Mueller": {"movement": [98, 30], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [118, 45], "pronunciatio": "📝", "description": "studying physics at Hobbs Cafe (making a to-do list for the next day) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6516": {"Isabella Rodriguez": {"movement": [73, 19], "pronunciatio": "🔍", "description": "preparing other admin tasks (checking the cafe's inventory) @ the Ville:Hobbs Cafe:cafe:refrigerator", "chat": null}, "Klaus Mueller": {"movement": [99, 30], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [119, 45], "pronunciatio": "📝", "description": "studying physics at Hobbs Cafe (making a to-do list for the next day) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6517": {"Klaus Mueller": {"movement": [100, 30], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [120, 45], "pronunciatio": "📝", "description": "studying physics at Hobbs Cafe (making a to-do list for the next day) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6518": {"Klaus Mueller": {"movement": [101, 30], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [121, 45], "pronunciatio": "📝", "description": "studying physics at Hobbs Cafe (making a to-do list for the next day) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6519": {"Klaus Mueller": {"movement": [102, 30], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [122, 45], "pronunciatio": "📝", "description": "studying physics at Hobbs Cafe (making a to-do list for the next day) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6520": {"Klaus Mueller": {"movement": [103, 30], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [123, 45], "pronunciatio": "📝", "description": "studying physics at Hobbs Cafe (making a to-do list for the next day) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6521": {"Klaus Mueller": {"movement": [103, 31], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [123, 46], "pronunciatio": "📝", "description": "studying physics at Hobbs Cafe (making a to-do list for the next day) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6522": {"Klaus Mueller": {"movement": [103, 32], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [123, 47], "pronunciatio": "📝", "description": "studying physics at Hobbs Cafe (making a to-do list for the next day) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6523": {"Klaus Mueller": {"movement": [104, 32], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [123, 48], "pronunciatio": "📝", "description": "studying physics at Hobbs Cafe (making a to-do list for the next day) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6524": {"Klaus Mueller": {"movement": [105, 32], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [123, 49], "pronunciatio": "📝", "description": "studying physics at Hobbs Cafe (making a to-do list for the next day) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6525": {"Klaus Mueller": {"movement": [106, 32], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [124, 49], "pronunciatio": "📝", "description": "studying physics at Hobbs Cafe (making a to-do list for the next day) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6526": {"Klaus Mueller": {"movement": [107, 32], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [124, 50], "pronunciatio": "📝", "description": "studying physics at Hobbs Cafe (making a to-do list for the next day) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6527": {"Klaus Mueller": {"movement": [108, 32], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [124, 51], "pronunciatio": "📝", "description": "studying physics at Hobbs Cafe (making a to-do list for the next day) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6528": {"Klaus Mueller": {"movement": [108, 33], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [124, 52], "pronunciatio": "📝", "description": "studying physics at Hobbs Cafe (making a to-do list for the next day) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6529": {"Klaus Mueller": {"movement": [108, 34], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [124, 53], "pronunciatio": "📝", "description": "studying physics at Hobbs Cafe (making a to-do list for the next day) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6530": {"Klaus Mueller": {"movement": [108, 35], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [124, 54], "pronunciatio": "📝", "description": "studying physics at Hobbs Cafe (making a to-do list for the next day) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6531": {"Klaus Mueller": {"movement": [108, 36], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [123, 54], "pronunciatio": "📝", "description": "studying physics at Hobbs Cafe (making a to-do list for the next day) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6532": {"Klaus Mueller": {"movement": [108, 37], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [123, 55], "pronunciatio": "📝", "description": "studying physics at Hobbs Cafe (making a to-do list for the next day) @ the Ville:Dorm for Oak Hill College:龙哥's room:desk", "chat": null}}, "6533": {"Klaus Mueller": {"movement": [109, 37], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6534": {"Klaus Mueller": {"movement": [110, 37], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [123, 54], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6535": {"Klaus Mueller": {"movement": [111, 37], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [124, 54], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6536": {"Klaus Mueller": {"movement": [112, 37], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [124, 53], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6537": {"Klaus Mueller": {"movement": [113, 37], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [124, 52], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6538": {"Klaus Mueller": {"movement": [114, 37], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [124, 51], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6539": {"Klaus Mueller": {"movement": [115, 37], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [123, 51], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6540": {"Klaus Mueller": {"movement": [116, 37], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [122, 51], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6541": {"Klaus Mueller": {"movement": [116, 38], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [121, 51], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6542": {"Klaus Mueller": {"movement": [116, 39], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [120, 51], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6543": {"Klaus Mueller": {"movement": [116, 40], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [119, 51], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6544": {"Klaus Mueller": {"movement": [116, 41], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [118, 51], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6545": {"Klaus Mueller": {"movement": [116, 42], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [117, 51], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6546": {"Klaus Mueller": {"movement": [116, 43], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [117, 50], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6547": {"Klaus Mueller": {"movement": [116, 44], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [117, 49], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6548": {"Klaus Mueller": {"movement": [116, 45], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [117, 48], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6549": {"Klaus Mueller": {"movement": [117, 45], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [117, 47], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6550": {"Klaus Mueller": {"movement": [117, 46], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [116, 47], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6551": {"Klaus Mueller": {"movement": [117, 47], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [115, 47], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6552": {"Klaus Mueller": {"movement": [117, 48], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [114, 47], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6553": {"Klaus Mueller": {"movement": [117, 49], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [113, 47], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6554": {"Klaus Mueller": {"movement": [117, 50], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [112, 47], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6555": {"Klaus Mueller": {"movement": [117, 51], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [111, 47], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6556": {"Klaus Mueller": {"movement": [116, 51], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [110, 47], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6557": {"Klaus Mueller": {"movement": [115, 51], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [109, 47], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6558": {"Klaus Mueller": {"movement": [114, 51], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [108, 47], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6559": {"Maria Lopez": {"movement": [107, 47], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6560": {"Maria Lopez": {"movement": [106, 47], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6561": {"Maria Lopez": {"movement": [105, 47], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6562": {"Maria Lopez": {"movement": [104, 47], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6563": {"Maria Lopez": {"movement": [103, 47], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6564": {"Isabella Rodriguez": {"movement": [74, 19], "pronunciatio": "📚📦", "description": "preparing other admin tasks (ordering supplies for the cafe) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [102, 47], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6565": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "📚📦", "description": "preparing other admin tasks (ordering supplies for the cafe) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [101, 47], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6566": {"Isabella Rodriguez": {"movement": [75, 20], "pronunciatio": "📚📦", "description": "preparing other admin tasks (ordering supplies for the cafe) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [100, 47], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6567": {"Isabella Rodriguez": {"movement": [75, 21], "pronunciatio": "📚📦", "description": "preparing other admin tasks (ordering supplies for the cafe) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [99, 47], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6568": {"Isabella Rodriguez": {"movement": [76, 21], "pronunciatio": "📚📦", "description": "preparing other admin tasks (ordering supplies for the cafe) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [98, 47], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6569": {"Isabella Rodriguez": {"movement": [76, 22], "pronunciatio": "📚📦", "description": "preparing other admin tasks (ordering supplies for the cafe) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [98, 48], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6570": {"Isabella Rodriguez": {"movement": [76, 23], "pronunciatio": "📚📦", "description": "preparing other admin tasks (ordering supplies for the cafe) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Klaus Mueller": {"movement": [114, 50], "pronunciatio": "📺", "description": "watching TV (watching the show) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [98, 49], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6571": {"Isabella Rodriguez": {"movement": [76, 24], "pronunciatio": "📚📦", "description": "preparing other admin tasks (ordering supplies for the cafe) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [98, 50], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6572": {"Isabella Rodriguez": {"movement": [76, 25], "pronunciatio": "📚📦", "description": "preparing other admin tasks (ordering supplies for the cafe) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [98, 51], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6573": {"Isabella Rodriguez": {"movement": [77, 25], "pronunciatio": "📚📦", "description": "preparing other admin tasks (ordering supplies for the cafe) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [98, 52], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6574": {"Isabella Rodriguez": {"movement": [77, 26], "pronunciatio": "📚📦", "description": "preparing other admin tasks (ordering supplies for the cafe) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [98, 53], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6575": {"Isabella Rodriguez": {"movement": [77, 27], "pronunciatio": "📚📦", "description": "preparing other admin tasks (ordering supplies for the cafe) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [98, 54], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6576": {"Isabella Rodriguez": {"movement": [77, 28], "pronunciatio": "📚📦", "description": "preparing other admin tasks (ordering supplies for the cafe) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [98, 55], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6577": {"Isabella Rodriguez": {"movement": [77, 29], "pronunciatio": "📚📦", "description": "preparing other admin tasks (ordering supplies for the cafe) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [97, 55], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6578": {"Isabella Rodriguez": {"movement": [77, 30], "pronunciatio": "📚📦", "description": "preparing other admin tasks (ordering supplies for the cafe) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [96, 55], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6579": {"Isabella Rodriguez": {"movement": [78, 30], "pronunciatio": "📚📦", "description": "preparing other admin tasks (ordering supplies for the cafe) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [95, 55], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6580": {"Isabella Rodriguez": {"movement": [79, 30], "pronunciatio": "📚📦", "description": "preparing other admin tasks (ordering supplies for the cafe) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [95, 56], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6581": {"Isabella Rodriguez": {"movement": [80, 30], "pronunciatio": "📚📦", "description": "preparing other admin tasks (ordering supplies for the cafe) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [94, 56], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6582": {"Isabella Rodriguez": {"movement": [80, 31], "pronunciatio": "📚📦", "description": "preparing other admin tasks (ordering supplies for the cafe) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [93, 56], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6583": {"Isabella Rodriguez": {"movement": [80, 32], "pronunciatio": "📚📦", "description": "preparing other admin tasks (ordering supplies for the cafe) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [92, 56], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6584": {"Isabella Rodriguez": {"movement": [80, 33], "pronunciatio": "📚📦", "description": "preparing other admin tasks (ordering supplies for the cafe) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [91, 56], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6585": {"Isabella Rodriguez": {"movement": [80, 34], "pronunciatio": "📚📦", "description": "preparing other admin tasks (ordering supplies for the cafe) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [90, 56], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6586": {"Isabella Rodriguez": {"movement": [80, 35], "pronunciatio": "📚📦", "description": "preparing other admin tasks (ordering supplies for the cafe) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [89, 56], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6587": {"Isabella Rodriguez": {"movement": [80, 36], "pronunciatio": "📚📦", "description": "preparing other admin tasks (ordering supplies for the cafe) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [88, 56], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6588": {"Isabella Rodriguez": {"movement": [80, 37], "pronunciatio": "📚📦", "description": "preparing other admin tasks (ordering supplies for the cafe) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [88, 55], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6589": {"Isabella Rodriguez": {"movement": [80, 38], "pronunciatio": "📚📦", "description": "preparing other admin tasks (ordering supplies for the cafe) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [88, 54], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6590": {"Isabella Rodriguez": {"movement": [80, 39], "pronunciatio": "📚📦", "description": "preparing other admin tasks (ordering supplies for the cafe) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [88, 53], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6591": {"Isabella Rodriguez": {"movement": [80, 40], "pronunciatio": "📚📦", "description": "preparing other admin tasks (ordering supplies for the cafe) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [87, 53], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6592": {"Isabella Rodriguez": {"movement": [80, 41], "pronunciatio": "📚📦", "description": "preparing other admin tasks (ordering supplies for the cafe) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [87, 52], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6593": {"Isabella Rodriguez": {"movement": [80, 42], "pronunciatio": "📚📦", "description": "preparing other admin tasks (ordering supplies for the cafe) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [87, 51], "pronunciatio": "🍔", "description": "having dinner (ordering her food) @ the Ville:The Willows Market and Pharmacy:store:grocery store counter", "chat": null}}, "6594": {"Isabella Rodriguez": {"movement": [80, 43], "pronunciatio": "📚📦", "description": "preparing other admin tasks (ordering supplies for the cafe) @ the Ville:The Willows Market and Pharmacy:store:pharmacy store counter", "chat": null}, "Maria Lopez": {"movement": [88, 51], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6595": {"Isabella Rodriguez": {"movement": [81, 43], "pronunciatio": "💬", "description": "conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥. @ 龙哥", "chat": [["小美", "Hey 龙哥, I wanted to talk to you about the decorations for the Valentine's Day party at Hobbs Cafe. I found some really cute heart-shaped balloons and streamers at the store, and I think they would be perfect for the party. What do you think?"], ["龙哥", "That sounds great, 小美! I can bring those heart-shaped balloons and streamers to the party. And I can also bake some heart-shaped cookies and make chocolate-covered strawberries as Valentine's Day-themed snacks. What do you think?"], ["小美", "That sounds perfect, 龙哥! Thank you so much for offering to bring the balloons, streamers, and Valentine's Day-themed snacks. Your help is greatly appreciated!"], ["龙哥", "What time do you need me to be at Hobbs Cafe tomorrow to help with the decorations?"], ["小美", "I think it would be great if you could come to Hobbs Cafe at around 4pm to help with the decorations."], ["龙哥", "Sure, 4pm works for me. I'll make sure to bring all the decorations and snacks!"], ["小美", "Thank you again, 龙哥! I really appreciate your help. I'm so excited for the Valentine's Day party at Hobbs Cafe tomorrow!"], ["龙哥", "Is there anything else I can do to help with the party?"], ["小美", "Actually, there is one more thing you can help me with. I forgot to print out the Valentine's Day party invitation flyers. Can you help me design a nice flyer and print out some copies?"], ["龙哥", "Of course, 小美! I'd be happy to help you design the Valentine's Day party invitation flyers. Just let me know what information you want to include and I can create a nice design for them."], ["小美", "Thank you, 龙哥! Here are the details for the party that should be included on the flyers: The Valentine's Day party will be held at Hobbs Cafe on February 14th, 2023 from 5pm to 7pm. We'll have heart-shaped balloons, streamers, and Valentine's Day-themed snacks. It would be great if you could mention that in the flyer design as well. I really appreciate your help!"], ["龙哥", "I can definitely include all those details in the flyer design. Just let me know where I can access a computer and printer to work on it."], ["小美", "You can use the computer and printer at Hobbs Cafe to work on the flyer design. Thank you again for your help, 龙哥!"], ["龙哥", "Should I bring any specific decorations other than the heart-shaped balloons and streamers?"], ["小美", "You don't need to bring any other decorations. The heart-shaped balloons and streamers will be enough to create a festive atmosphere. Thank you again for all your help, 龙哥!"], ["龙哥", "Is there anything specific you would like me to include in the flyer design?"]]}, "Maria Lopez": {"movement": [87, 51], "pronunciatio": "💬", "description": "conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥. @ 小美", "chat": [["小美", "Hey 龙哥, I wanted to talk to you about the decorations for the Valentine's Day party at Hobbs Cafe. I found some really cute heart-shaped balloons and streamers at the store, and I think they would be perfect for the party. What do you think?"], ["龙哥", "That sounds great, 小美! I can bring those heart-shaped balloons and streamers to the party. And I can also bake some heart-shaped cookies and make chocolate-covered strawberries as Valentine's Day-themed snacks. What do you think?"], ["小美", "That sounds perfect, 龙哥! Thank you so much for offering to bring the balloons, streamers, and Valentine's Day-themed snacks. Your help is greatly appreciated!"], ["龙哥", "What time do you need me to be at Hobbs Cafe tomorrow to help with the decorations?"], ["小美", "I think it would be great if you could come to Hobbs Cafe at around 4pm to help with the decorations."], ["龙哥", "Sure, 4pm works for me. I'll make sure to bring all the decorations and snacks!"], ["小美", "Thank you again, 龙哥! I really appreciate your help. I'm so excited for the Valentine's Day party at Hobbs Cafe tomorrow!"], ["龙哥", "Is there anything else I can do to help with the party?"], ["小美", "Actually, there is one more thing you can help me with. I forgot to print out the Valentine's Day party invitation flyers. Can you help me design a nice flyer and print out some copies?"], ["龙哥", "Of course, 小美! I'd be happy to help you design the Valentine's Day party invitation flyers. Just let me know what information you want to include and I can create a nice design for them."], ["小美", "Thank you, 龙哥! Here are the details for the party that should be included on the flyers: The Valentine's Day party will be held at Hobbs Cafe on February 14th, 2023 from 5pm to 7pm. We'll have heart-shaped balloons, streamers, and Valentine's Day-themed snacks. It would be great if you could mention that in the flyer design as well. I really appreciate your help!"], ["龙哥", "I can definitely include all those details in the flyer design. Just let me know where I can access a computer and printer to work on it."], ["小美", "You can use the computer and printer at Hobbs Cafe to work on the flyer design. Thank you again for your help, 龙哥!"], ["龙哥", "Should I bring any specific decorations other than the heart-shaped balloons and streamers?"], ["小美", "You don't need to bring any other decorations. The heart-shaped balloons and streamers will be enough to create a festive atmosphere. Thank you again for all your help, 龙哥!"], ["龙哥", "Is there anything specific you would like me to include in the flyer design?"]]}}, "6596": {"Isabella Rodriguez": {"movement": [82, 43], "pronunciatio": "💬", "description": "conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥. @ 龙哥", "chat": [["小美", "Hey 龙哥, I wanted to talk to you about the decorations for the Valentine's Day party at Hobbs Cafe. I found some really cute heart-shaped balloons and streamers at the store, and I think they would be perfect for the party. What do you think?"], ["龙哥", "That sounds great, 小美! I can bring those heart-shaped balloons and streamers to the party. And I can also bake some heart-shaped cookies and make chocolate-covered strawberries as Valentine's Day-themed snacks. What do you think?"], ["小美", "That sounds perfect, 龙哥! Thank you so much for offering to bring the balloons, streamers, and Valentine's Day-themed snacks. Your help is greatly appreciated!"], ["龙哥", "What time do you need me to be at Hobbs Cafe tomorrow to help with the decorations?"], ["小美", "I think it would be great if you could come to Hobbs Cafe at around 4pm to help with the decorations."], ["龙哥", "Sure, 4pm works for me. I'll make sure to bring all the decorations and snacks!"], ["小美", "Thank you again, 龙哥! I really appreciate your help. I'm so excited for the Valentine's Day party at Hobbs Cafe tomorrow!"], ["龙哥", "Is there anything else I can do to help with the party?"], ["小美", "Actually, there is one more thing you can help me with. I forgot to print out the Valentine's Day party invitation flyers. Can you help me design a nice flyer and print out some copies?"], ["龙哥", "Of course, 小美! I'd be happy to help you design the Valentine's Day party invitation flyers. Just let me know what information you want to include and I can create a nice design for them."], ["小美", "Thank you, 龙哥! Here are the details for the party that should be included on the flyers: The Valentine's Day party will be held at Hobbs Cafe on February 14th, 2023 from 5pm to 7pm. We'll have heart-shaped balloons, streamers, and Valentine's Day-themed snacks. It would be great if you could mention that in the flyer design as well. I really appreciate your help!"], ["龙哥", "I can definitely include all those details in the flyer design. Just let me know where I can access a computer and printer to work on it."], ["小美", "You can use the computer and printer at Hobbs Cafe to work on the flyer design. Thank you again for your help, 龙哥!"], ["龙哥", "Should I bring any specific decorations other than the heart-shaped balloons and streamers?"], ["小美", "You don't need to bring any other decorations. The heart-shaped balloons and streamers will be enough to create a festive atmosphere. Thank you again for all your help, 龙哥!"], ["龙哥", "Is there anything specific you would like me to include in the flyer design?"]]}, "Maria Lopez": {"movement": [87, 50], "pronunciatio": "💬", "description": "conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥. @ 小美", "chat": [["小美", "Hey 龙哥, I wanted to talk to you about the decorations for the Valentine's Day party at Hobbs Cafe. I found some really cute heart-shaped balloons and streamers at the store, and I think they would be perfect for the party. What do you think?"], ["龙哥", "That sounds great, 小美! I can bring those heart-shaped balloons and streamers to the party. And I can also bake some heart-shaped cookies and make chocolate-covered strawberries as Valentine's Day-themed snacks. What do you think?"], ["小美", "That sounds perfect, 龙哥! Thank you so much for offering to bring the balloons, streamers, and Valentine's Day-themed snacks. Your help is greatly appreciated!"], ["龙哥", "What time do you need me to be at Hobbs Cafe tomorrow to help with the decorations?"], ["小美", "I think it would be great if you could come to Hobbs Cafe at around 4pm to help with the decorations."], ["龙哥", "Sure, 4pm works for me. I'll make sure to bring all the decorations and snacks!"], ["小美", "Thank you again, 龙哥! I really appreciate your help. I'm so excited for the Valentine's Day party at Hobbs Cafe tomorrow!"], ["龙哥", "Is there anything else I can do to help with the party?"], ["小美", "Actually, there is one more thing you can help me with. I forgot to print out the Valentine's Day party invitation flyers. Can you help me design a nice flyer and print out some copies?"], ["龙哥", "Of course, 小美! I'd be happy to help you design the Valentine's Day party invitation flyers. Just let me know what information you want to include and I can create a nice design for them."], ["小美", "Thank you, 龙哥! Here are the details for the party that should be included on the flyers: The Valentine's Day party will be held at Hobbs Cafe on February 14th, 2023 from 5pm to 7pm. We'll have heart-shaped balloons, streamers, and Valentine's Day-themed snacks. It would be great if you could mention that in the flyer design as well. I really appreciate your help!"], ["龙哥", "I can definitely include all those details in the flyer design. Just let me know where I can access a computer and printer to work on it."], ["小美", "You can use the computer and printer at Hobbs Cafe to work on the flyer design. Thank you again for your help, 龙哥!"], ["龙哥", "Should I bring any specific decorations other than the heart-shaped balloons and streamers?"], ["小美", "You don't need to bring any other decorations. The heart-shaped balloons and streamers will be enough to create a festive atmosphere. Thank you again for all your help, 龙哥!"], ["龙哥", "Is there anything specific you would like me to include in the flyer design?"]]}}, "6597": {"Isabella Rodriguez": {"movement": [83, 43], "pronunciatio": "💬", "description": "conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥. @ 龙哥", "chat": [["小美", "Hey 龙哥, I wanted to talk to you about the decorations for the Valentine's Day party at Hobbs Cafe. I found some really cute heart-shaped balloons and streamers at the store, and I think they would be perfect for the party. What do you think?"], ["龙哥", "That sounds great, 小美! I can bring those heart-shaped balloons and streamers to the party. And I can also bake some heart-shaped cookies and make chocolate-covered strawberries as Valentine's Day-themed snacks. What do you think?"], ["小美", "That sounds perfect, 龙哥! Thank you so much for offering to bring the balloons, streamers, and Valentine's Day-themed snacks. Your help is greatly appreciated!"], ["龙哥", "What time do you need me to be at Hobbs Cafe tomorrow to help with the decorations?"], ["小美", "I think it would be great if you could come to Hobbs Cafe at around 4pm to help with the decorations."], ["龙哥", "Sure, 4pm works for me. I'll make sure to bring all the decorations and snacks!"], ["小美", "Thank you again, 龙哥! I really appreciate your help. I'm so excited for the Valentine's Day party at Hobbs Cafe tomorrow!"], ["龙哥", "Is there anything else I can do to help with the party?"], ["小美", "Actually, there is one more thing you can help me with. I forgot to print out the Valentine's Day party invitation flyers. Can you help me design a nice flyer and print out some copies?"], ["龙哥", "Of course, 小美! I'd be happy to help you design the Valentine's Day party invitation flyers. Just let me know what information you want to include and I can create a nice design for them."], ["小美", "Thank you, 龙哥! Here are the details for the party that should be included on the flyers: The Valentine's Day party will be held at Hobbs Cafe on February 14th, 2023 from 5pm to 7pm. We'll have heart-shaped balloons, streamers, and Valentine's Day-themed snacks. It would be great if you could mention that in the flyer design as well. I really appreciate your help!"], ["龙哥", "I can definitely include all those details in the flyer design. Just let me know where I can access a computer and printer to work on it."], ["小美", "You can use the computer and printer at Hobbs Cafe to work on the flyer design. Thank you again for your help, 龙哥!"], ["龙哥", "Should I bring any specific decorations other than the heart-shaped balloons and streamers?"], ["小美", "You don't need to bring any other decorations. The heart-shaped balloons and streamers will be enough to create a festive atmosphere. Thank you again for all your help, 龙哥!"], ["龙哥", "Is there anything specific you would like me to include in the flyer design?"]]}, "Maria Lopez": {"movement": [86, 50], "pronunciatio": "💬", "description": "conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥. @ 小美", "chat": [["小美", "Hey 龙哥, I wanted to talk to you about the decorations for the Valentine's Day party at Hobbs Cafe. I found some really cute heart-shaped balloons and streamers at the store, and I think they would be perfect for the party. What do you think?"], ["龙哥", "That sounds great, 小美! I can bring those heart-shaped balloons and streamers to the party. And I can also bake some heart-shaped cookies and make chocolate-covered strawberries as Valentine's Day-themed snacks. What do you think?"], ["小美", "That sounds perfect, 龙哥! Thank you so much for offering to bring the balloons, streamers, and Valentine's Day-themed snacks. Your help is greatly appreciated!"], ["龙哥", "What time do you need me to be at Hobbs Cafe tomorrow to help with the decorations?"], ["小美", "I think it would be great if you could come to Hobbs Cafe at around 4pm to help with the decorations."], ["龙哥", "Sure, 4pm works for me. I'll make sure to bring all the decorations and snacks!"], ["小美", "Thank you again, 龙哥! I really appreciate your help. I'm so excited for the Valentine's Day party at Hobbs Cafe tomorrow!"], ["龙哥", "Is there anything else I can do to help with the party?"], ["小美", "Actually, there is one more thing you can help me with. I forgot to print out the Valentine's Day party invitation flyers. Can you help me design a nice flyer and print out some copies?"], ["龙哥", "Of course, 小美! I'd be happy to help you design the Valentine's Day party invitation flyers. Just let me know what information you want to include and I can create a nice design for them."], ["小美", "Thank you, 龙哥! Here are the details for the party that should be included on the flyers: The Valentine's Day party will be held at Hobbs Cafe on February 14th, 2023 from 5pm to 7pm. We'll have heart-shaped balloons, streamers, and Valentine's Day-themed snacks. It would be great if you could mention that in the flyer design as well. I really appreciate your help!"], ["龙哥", "I can definitely include all those details in the flyer design. Just let me know where I can access a computer and printer to work on it."], ["小美", "You can use the computer and printer at Hobbs Cafe to work on the flyer design. Thank you again for your help, 龙哥!"], ["龙哥", "Should I bring any specific decorations other than the heart-shaped balloons and streamers?"], ["小美", "You don't need to bring any other decorations. The heart-shaped balloons and streamers will be enough to create a festive atmosphere. Thank you again for all your help, 龙哥!"], ["龙哥", "Is there anything specific you would like me to include in the flyer design?"]]}}, "6598": {"Isabella Rodriguez": {"movement": [84, 43], "pronunciatio": "💬", "description": "conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥. @ 龙哥", "chat": [["小美", "Hey 龙哥, I wanted to talk to you about the decorations for the Valentine's Day party at Hobbs Cafe. I found some really cute heart-shaped balloons and streamers at the store, and I think they would be perfect for the party. What do you think?"], ["龙哥", "That sounds great, 小美! I can bring those heart-shaped balloons and streamers to the party. And I can also bake some heart-shaped cookies and make chocolate-covered strawberries as Valentine's Day-themed snacks. What do you think?"], ["小美", "That sounds perfect, 龙哥! Thank you so much for offering to bring the balloons, streamers, and Valentine's Day-themed snacks. Your help is greatly appreciated!"], ["龙哥", "What time do you need me to be at Hobbs Cafe tomorrow to help with the decorations?"], ["小美", "I think it would be great if you could come to Hobbs Cafe at around 4pm to help with the decorations."], ["龙哥", "Sure, 4pm works for me. I'll make sure to bring all the decorations and snacks!"], ["小美", "Thank you again, 龙哥! I really appreciate your help. I'm so excited for the Valentine's Day party at Hobbs Cafe tomorrow!"], ["龙哥", "Is there anything else I can do to help with the party?"], ["小美", "Actually, there is one more thing you can help me with. I forgot to print out the Valentine's Day party invitation flyers. Can you help me design a nice flyer and print out some copies?"], ["龙哥", "Of course, 小美! I'd be happy to help you design the Valentine's Day party invitation flyers. Just let me know what information you want to include and I can create a nice design for them."], ["小美", "Thank you, 龙哥! Here are the details for the party that should be included on the flyers: The Valentine's Day party will be held at Hobbs Cafe on February 14th, 2023 from 5pm to 7pm. We'll have heart-shaped balloons, streamers, and Valentine's Day-themed snacks. It would be great if you could mention that in the flyer design as well. I really appreciate your help!"], ["龙哥", "I can definitely include all those details in the flyer design. Just let me know where I can access a computer and printer to work on it."], ["小美", "You can use the computer and printer at Hobbs Cafe to work on the flyer design. Thank you again for your help, 龙哥!"], ["龙哥", "Should I bring any specific decorations other than the heart-shaped balloons and streamers?"], ["小美", "You don't need to bring any other decorations. The heart-shaped balloons and streamers will be enough to create a festive atmosphere. Thank you again for all your help, 龙哥!"], ["龙哥", "Is there anything specific you would like me to include in the flyer design?"]]}, "Maria Lopez": {"movement": [85, 50], "pronunciatio": "💬", "description": "conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥. @ 小美", "chat": [["小美", "Hey 龙哥, I wanted to talk to you about the decorations for the Valentine's Day party at Hobbs Cafe. I found some really cute heart-shaped balloons and streamers at the store, and I think they would be perfect for the party. What do you think?"], ["龙哥", "That sounds great, 小美! I can bring those heart-shaped balloons and streamers to the party. And I can also bake some heart-shaped cookies and make chocolate-covered strawberries as Valentine's Day-themed snacks. What do you think?"], ["小美", "That sounds perfect, 龙哥! Thank you so much for offering to bring the balloons, streamers, and Valentine's Day-themed snacks. Your help is greatly appreciated!"], ["龙哥", "What time do you need me to be at Hobbs Cafe tomorrow to help with the decorations?"], ["小美", "I think it would be great if you could come to Hobbs Cafe at around 4pm to help with the decorations."], ["龙哥", "Sure, 4pm works for me. I'll make sure to bring all the decorations and snacks!"], ["小美", "Thank you again, 龙哥! I really appreciate your help. I'm so excited for the Valentine's Day party at Hobbs Cafe tomorrow!"], ["龙哥", "Is there anything else I can do to help with the party?"], ["小美", "Actually, there is one more thing you can help me with. I forgot to print out the Valentine's Day party invitation flyers. Can you help me design a nice flyer and print out some copies?"], ["龙哥", "Of course, 小美! I'd be happy to help you design the Valentine's Day party invitation flyers. Just let me know what information you want to include and I can create a nice design for them."], ["小美", "Thank you, 龙哥! Here are the details for the party that should be included on the flyers: The Valentine's Day party will be held at Hobbs Cafe on February 14th, 2023 from 5pm to 7pm. We'll have heart-shaped balloons, streamers, and Valentine's Day-themed snacks. It would be great if you could mention that in the flyer design as well. I really appreciate your help!"], ["龙哥", "I can definitely include all those details in the flyer design. Just let me know where I can access a computer and printer to work on it."], ["小美", "You can use the computer and printer at Hobbs Cafe to work on the flyer design. Thank you again for your help, 龙哥!"], ["龙哥", "Should I bring any specific decorations other than the heart-shaped balloons and streamers?"], ["小美", "You don't need to bring any other decorations. The heart-shaped balloons and streamers will be enough to create a festive atmosphere. Thank you again for all your help, 龙哥!"], ["龙哥", "Is there anything specific you would like me to include in the flyer design?"]]}}, "6599": {"Isabella Rodriguez": {"movement": [85, 43], "pronunciatio": "💬", "description": "conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥. @ 龙哥", "chat": [["小美", "Hey 龙哥, I wanted to talk to you about the decorations for the Valentine's Day party at Hobbs Cafe. I found some really cute heart-shaped balloons and streamers at the store, and I think they would be perfect for the party. What do you think?"], ["龙哥", "That sounds great, 小美! I can bring those heart-shaped balloons and streamers to the party. And I can also bake some heart-shaped cookies and make chocolate-covered strawberries as Valentine's Day-themed snacks. What do you think?"], ["小美", "That sounds perfect, 龙哥! Thank you so much for offering to bring the balloons, streamers, and Valentine's Day-themed snacks. Your help is greatly appreciated!"], ["龙哥", "What time do you need me to be at Hobbs Cafe tomorrow to help with the decorations?"], ["小美", "I think it would be great if you could come to Hobbs Cafe at around 4pm to help with the decorations."], ["龙哥", "Sure, 4pm works for me. I'll make sure to bring all the decorations and snacks!"], ["小美", "Thank you again, 龙哥! I really appreciate your help. I'm so excited for the Valentine's Day party at Hobbs Cafe tomorrow!"], ["龙哥", "Is there anything else I can do to help with the party?"], ["小美", "Actually, there is one more thing you can help me with. I forgot to print out the Valentine's Day party invitation flyers. Can you help me design a nice flyer and print out some copies?"], ["龙哥", "Of course, 小美! I'd be happy to help you design the Valentine's Day party invitation flyers. Just let me know what information you want to include and I can create a nice design for them."], ["小美", "Thank you, 龙哥! Here are the details for the party that should be included on the flyers: The Valentine's Day party will be held at Hobbs Cafe on February 14th, 2023 from 5pm to 7pm. We'll have heart-shaped balloons, streamers, and Valentine's Day-themed snacks. It would be great if you could mention that in the flyer design as well. I really appreciate your help!"], ["龙哥", "I can definitely include all those details in the flyer design. Just let me know where I can access a computer and printer to work on it."], ["小美", "You can use the computer and printer at Hobbs Cafe to work on the flyer design. Thank you again for your help, 龙哥!"], ["龙哥", "Should I bring any specific decorations other than the heart-shaped balloons and streamers?"], ["小美", "You don't need to bring any other decorations. The heart-shaped balloons and streamers will be enough to create a festive atmosphere. Thank you again for all your help, 龙哥!"], ["龙哥", "Is there anything specific you would like me to include in the flyer design?"]]}, "Maria Lopez": {"movement": [84, 50], "pronunciatio": "💬", "description": "conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥. @ 小美", "chat": [["小美", "Hey 龙哥, I wanted to talk to you about the decorations for the Valentine's Day party at Hobbs Cafe. I found some really cute heart-shaped balloons and streamers at the store, and I think they would be perfect for the party. What do you think?"], ["龙哥", "That sounds great, 小美! I can bring those heart-shaped balloons and streamers to the party. And I can also bake some heart-shaped cookies and make chocolate-covered strawberries as Valentine's Day-themed snacks. What do you think?"], ["小美", "That sounds perfect, 龙哥! Thank you so much for offering to bring the balloons, streamers, and Valentine's Day-themed snacks. Your help is greatly appreciated!"], ["龙哥", "What time do you need me to be at Hobbs Cafe tomorrow to help with the decorations?"], ["小美", "I think it would be great if you could come to Hobbs Cafe at around 4pm to help with the decorations."], ["龙哥", "Sure, 4pm works for me. I'll make sure to bring all the decorations and snacks!"], ["小美", "Thank you again, 龙哥! I really appreciate your help. I'm so excited for the Valentine's Day party at Hobbs Cafe tomorrow!"], ["龙哥", "Is there anything else I can do to help with the party?"], ["小美", "Actually, there is one more thing you can help me with. I forgot to print out the Valentine's Day party invitation flyers. Can you help me design a nice flyer and print out some copies?"], ["龙哥", "Of course, 小美! I'd be happy to help you design the Valentine's Day party invitation flyers. Just let me know what information you want to include and I can create a nice design for them."], ["小美", "Thank you, 龙哥! Here are the details for the party that should be included on the flyers: The Valentine's Day party will be held at Hobbs Cafe on February 14th, 2023 from 5pm to 7pm. We'll have heart-shaped balloons, streamers, and Valentine's Day-themed snacks. It would be great if you could mention that in the flyer design as well. I really appreciate your help!"], ["龙哥", "I can definitely include all those details in the flyer design. Just let me know where I can access a computer and printer to work on it."], ["小美", "You can use the computer and printer at Hobbs Cafe to work on the flyer design. Thank you again for your help, 龙哥!"], ["龙哥", "Should I bring any specific decorations other than the heart-shaped balloons and streamers?"], ["小美", "You don't need to bring any other decorations. The heart-shaped balloons and streamers will be enough to create a festive atmosphere. Thank you again for all your help, 龙哥!"], ["龙哥", "Is there anything specific you would like me to include in the flyer design?"]]}}, "6600": {"Isabella Rodriguez": {"movement": [86, 43], "pronunciatio": "💬", "description": "conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥. @ 龙哥", "chat": [["小美", "Hey 龙哥, I wanted to talk to you about the decorations for the Valentine's Day party at Hobbs Cafe. I found some really cute heart-shaped balloons and streamers at the store, and I think they would be perfect for the party. What do you think?"], ["龙哥", "That sounds great, 小美! I can bring those heart-shaped balloons and streamers to the party. And I can also bake some heart-shaped cookies and make chocolate-covered strawberries as Valentine's Day-themed snacks. What do you think?"], ["小美", "That sounds perfect, 龙哥! Thank you so much for offering to bring the balloons, streamers, and Valentine's Day-themed snacks. Your help is greatly appreciated!"], ["龙哥", "What time do you need me to be at Hobbs Cafe tomorrow to help with the decorations?"], ["小美", "I think it would be great if you could come to Hobbs Cafe at around 4pm to help with the decorations."], ["龙哥", "Sure, 4pm works for me. I'll make sure to bring all the decorations and snacks!"], ["小美", "Thank you again, 龙哥! I really appreciate your help. I'm so excited for the Valentine's Day party at Hobbs Cafe tomorrow!"], ["龙哥", "Is there anything else I can do to help with the party?"], ["小美", "Actually, there is one more thing you can help me with. I forgot to print out the Valentine's Day party invitation flyers. Can you help me design a nice flyer and print out some copies?"], ["龙哥", "Of course, 小美! I'd be happy to help you design the Valentine's Day party invitation flyers. Just let me know what information you want to include and I can create a nice design for them."], ["小美", "Thank you, 龙哥! Here are the details for the party that should be included on the flyers: The Valentine's Day party will be held at Hobbs Cafe on February 14th, 2023 from 5pm to 7pm. We'll have heart-shaped balloons, streamers, and Valentine's Day-themed snacks. It would be great if you could mention that in the flyer design as well. I really appreciate your help!"], ["龙哥", "I can definitely include all those details in the flyer design. Just let me know where I can access a computer and printer to work on it."], ["小美", "You can use the computer and printer at Hobbs Cafe to work on the flyer design. Thank you again for your help, 龙哥!"], ["龙哥", "Should I bring any specific decorations other than the heart-shaped balloons and streamers?"], ["小美", "You don't need to bring any other decorations. The heart-shaped balloons and streamers will be enough to create a festive atmosphere. Thank you again for all your help, 龙哥!"], ["龙哥", "Is there anything specific you would like me to include in the flyer design?"]]}, "Maria Lopez": {"movement": [83, 50], "pronunciatio": "💬", "description": "conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥. @ 小美", "chat": [["小美", "Hey 龙哥, I wanted to talk to you about the decorations for the Valentine's Day party at Hobbs Cafe. I found some really cute heart-shaped balloons and streamers at the store, and I think they would be perfect for the party. What do you think?"], ["龙哥", "That sounds great, 小美! I can bring those heart-shaped balloons and streamers to the party. And I can also bake some heart-shaped cookies and make chocolate-covered strawberries as Valentine's Day-themed snacks. What do you think?"], ["小美", "That sounds perfect, 龙哥! Thank you so much for offering to bring the balloons, streamers, and Valentine's Day-themed snacks. Your help is greatly appreciated!"], ["龙哥", "What time do you need me to be at Hobbs Cafe tomorrow to help with the decorations?"], ["小美", "I think it would be great if you could come to Hobbs Cafe at around 4pm to help with the decorations."], ["龙哥", "Sure, 4pm works for me. I'll make sure to bring all the decorations and snacks!"], ["小美", "Thank you again, 龙哥! I really appreciate your help. I'm so excited for the Valentine's Day party at Hobbs Cafe tomorrow!"], ["龙哥", "Is there anything else I can do to help with the party?"], ["小美", "Actually, there is one more thing you can help me with. I forgot to print out the Valentine's Day party invitation flyers. Can you help me design a nice flyer and print out some copies?"], ["龙哥", "Of course, 小美! I'd be happy to help you design the Valentine's Day party invitation flyers. Just let me know what information you want to include and I can create a nice design for them."], ["小美", "Thank you, 龙哥! Here are the details for the party that should be included on the flyers: The Valentine's Day party will be held at Hobbs Cafe on February 14th, 2023 from 5pm to 7pm. We'll have heart-shaped balloons, streamers, and Valentine's Day-themed snacks. It would be great if you could mention that in the flyer design as well. I really appreciate your help!"], ["龙哥", "I can definitely include all those details in the flyer design. Just let me know where I can access a computer and printer to work on it."], ["小美", "You can use the computer and printer at Hobbs Cafe to work on the flyer design. Thank you again for your help, 龙哥!"], ["龙哥", "Should I bring any specific decorations other than the heart-shaped balloons and streamers?"], ["小美", "You don't need to bring any other decorations. The heart-shaped balloons and streamers will be enough to create a festive atmosphere. Thank you again for all your help, 龙哥!"], ["龙哥", "Is there anything specific you would like me to include in the flyer design?"]]}}, "6601": {"Isabella Rodriguez": {"movement": [86, 44], "pronunciatio": "💬", "description": "conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥. @ 龙哥", "chat": [["小美", "Hey 龙哥, I wanted to talk to you about the decorations for the Valentine's Day party at Hobbs Cafe. I found some really cute heart-shaped balloons and streamers at the store, and I think they would be perfect for the party. What do you think?"], ["龙哥", "That sounds great, 小美! I can bring those heart-shaped balloons and streamers to the party. And I can also bake some heart-shaped cookies and make chocolate-covered strawberries as Valentine's Day-themed snacks. What do you think?"], ["小美", "That sounds perfect, 龙哥! Thank you so much for offering to bring the balloons, streamers, and Valentine's Day-themed snacks. Your help is greatly appreciated!"], ["龙哥", "What time do you need me to be at Hobbs Cafe tomorrow to help with the decorations?"], ["小美", "I think it would be great if you could come to Hobbs Cafe at around 4pm to help with the decorations."], ["龙哥", "Sure, 4pm works for me. I'll make sure to bring all the decorations and snacks!"], ["小美", "Thank you again, 龙哥! I really appreciate your help. I'm so excited for the Valentine's Day party at Hobbs Cafe tomorrow!"], ["龙哥", "Is there anything else I can do to help with the party?"], ["小美", "Actually, there is one more thing you can help me with. I forgot to print out the Valentine's Day party invitation flyers. Can you help me design a nice flyer and print out some copies?"], ["龙哥", "Of course, 小美! I'd be happy to help you design the Valentine's Day party invitation flyers. Just let me know what information you want to include and I can create a nice design for them."], ["小美", "Thank you, 龙哥! Here are the details for the party that should be included on the flyers: The Valentine's Day party will be held at Hobbs Cafe on February 14th, 2023 from 5pm to 7pm. We'll have heart-shaped balloons, streamers, and Valentine's Day-themed snacks. It would be great if you could mention that in the flyer design as well. I really appreciate your help!"], ["龙哥", "I can definitely include all those details in the flyer design. Just let me know where I can access a computer and printer to work on it."], ["小美", "You can use the computer and printer at Hobbs Cafe to work on the flyer design. Thank you again for your help, 龙哥!"], ["龙哥", "Should I bring any specific decorations other than the heart-shaped balloons and streamers?"], ["小美", "You don't need to bring any other decorations. The heart-shaped balloons and streamers will be enough to create a festive atmosphere. Thank you again for all your help, 龙哥!"], ["龙哥", "Is there anything specific you would like me to include in the flyer design?"]]}, "Maria Lopez": {"movement": [82, 50], "pronunciatio": "💬", "description": "conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥. @ 小美", "chat": [["小美", "Hey 龙哥, I wanted to talk to you about the decorations for the Valentine's Day party at Hobbs Cafe. I found some really cute heart-shaped balloons and streamers at the store, and I think they would be perfect for the party. What do you think?"], ["龙哥", "That sounds great, 小美! I can bring those heart-shaped balloons and streamers to the party. And I can also bake some heart-shaped cookies and make chocolate-covered strawberries as Valentine's Day-themed snacks. What do you think?"], ["小美", "That sounds perfect, 龙哥! Thank you so much for offering to bring the balloons, streamers, and Valentine's Day-themed snacks. Your help is greatly appreciated!"], ["龙哥", "What time do you need me to be at Hobbs Cafe tomorrow to help with the decorations?"], ["小美", "I think it would be great if you could come to Hobbs Cafe at around 4pm to help with the decorations."], ["龙哥", "Sure, 4pm works for me. I'll make sure to bring all the decorations and snacks!"], ["小美", "Thank you again, 龙哥! I really appreciate your help. I'm so excited for the Valentine's Day party at Hobbs Cafe tomorrow!"], ["龙哥", "Is there anything else I can do to help with the party?"], ["小美", "Actually, there is one more thing you can help me with. I forgot to print out the Valentine's Day party invitation flyers. Can you help me design a nice flyer and print out some copies?"], ["龙哥", "Of course, 小美! I'd be happy to help you design the Valentine's Day party invitation flyers. Just let me know what information you want to include and I can create a nice design for them."], ["小美", "Thank you, 龙哥! Here are the details for the party that should be included on the flyers: The Valentine's Day party will be held at Hobbs Cafe on February 14th, 2023 from 5pm to 7pm. We'll have heart-shaped balloons, streamers, and Valentine's Day-themed snacks. It would be great if you could mention that in the flyer design as well. I really appreciate your help!"], ["龙哥", "I can definitely include all those details in the flyer design. Just let me know where I can access a computer and printer to work on it."], ["小美", "You can use the computer and printer at Hobbs Cafe to work on the flyer design. Thank you again for your help, 龙哥!"], ["龙哥", "Should I bring any specific decorations other than the heart-shaped balloons and streamers?"], ["小美", "You don't need to bring any other decorations. The heart-shaped balloons and streamers will be enough to create a festive atmosphere. Thank you again for all your help, 龙哥!"], ["龙哥", "Is there anything specific you would like me to include in the flyer design?"]]}}, "6602": {"Isabella Rodriguez": {"movement": [86, 45], "pronunciatio": "💬", "description": "conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥. @ 龙哥", "chat": [["小美", "Hey 龙哥, I wanted to talk to you about the decorations for the Valentine's Day party at Hobbs Cafe. I found some really cute heart-shaped balloons and streamers at the store, and I think they would be perfect for the party. What do you think?"], ["龙哥", "That sounds great, 小美! I can bring those heart-shaped balloons and streamers to the party. And I can also bake some heart-shaped cookies and make chocolate-covered strawberries as Valentine's Day-themed snacks. What do you think?"], ["小美", "That sounds perfect, 龙哥! Thank you so much for offering to bring the balloons, streamers, and Valentine's Day-themed snacks. Your help is greatly appreciated!"], ["龙哥", "What time do you need me to be at Hobbs Cafe tomorrow to help with the decorations?"], ["小美", "I think it would be great if you could come to Hobbs Cafe at around 4pm to help with the decorations."], ["龙哥", "Sure, 4pm works for me. I'll make sure to bring all the decorations and snacks!"], ["小美", "Thank you again, 龙哥! I really appreciate your help. I'm so excited for the Valentine's Day party at Hobbs Cafe tomorrow!"], ["龙哥", "Is there anything else I can do to help with the party?"], ["小美", "Actually, there is one more thing you can help me with. I forgot to print out the Valentine's Day party invitation flyers. Can you help me design a nice flyer and print out some copies?"], ["龙哥", "Of course, 小美! I'd be happy to help you design the Valentine's Day party invitation flyers. Just let me know what information you want to include and I can create a nice design for them."], ["小美", "Thank you, 龙哥! Here are the details for the party that should be included on the flyers: The Valentine's Day party will be held at Hobbs Cafe on February 14th, 2023 from 5pm to 7pm. We'll have heart-shaped balloons, streamers, and Valentine's Day-themed snacks. It would be great if you could mention that in the flyer design as well. I really appreciate your help!"], ["龙哥", "I can definitely include all those details in the flyer design. Just let me know where I can access a computer and printer to work on it."], ["小美", "You can use the computer and printer at Hobbs Cafe to work on the flyer design. Thank you again for your help, 龙哥!"], ["龙哥", "Should I bring any specific decorations other than the heart-shaped balloons and streamers?"], ["小美", "You don't need to bring any other decorations. The heart-shaped balloons and streamers will be enough to create a festive atmosphere. Thank you again for all your help, 龙哥!"], ["龙哥", "Is there anything specific you would like me to include in the flyer design?"]]}, "Maria Lopez": {"movement": [81, 50], "pronunciatio": "💬", "description": "conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥. @ 小美", "chat": [["小美", "Hey 龙哥, I wanted to talk to you about the decorations for the Valentine's Day party at Hobbs Cafe. I found some really cute heart-shaped balloons and streamers at the store, and I think they would be perfect for the party. What do you think?"], ["龙哥", "That sounds great, 小美! I can bring those heart-shaped balloons and streamers to the party. And I can also bake some heart-shaped cookies and make chocolate-covered strawberries as Valentine's Day-themed snacks. What do you think?"], ["小美", "That sounds perfect, 龙哥! Thank you so much for offering to bring the balloons, streamers, and Valentine's Day-themed snacks. Your help is greatly appreciated!"], ["龙哥", "What time do you need me to be at Hobbs Cafe tomorrow to help with the decorations?"], ["小美", "I think it would be great if you could come to Hobbs Cafe at around 4pm to help with the decorations."], ["龙哥", "Sure, 4pm works for me. I'll make sure to bring all the decorations and snacks!"], ["小美", "Thank you again, 龙哥! I really appreciate your help. I'm so excited for the Valentine's Day party at Hobbs Cafe tomorrow!"], ["龙哥", "Is there anything else I can do to help with the party?"], ["小美", "Actually, there is one more thing you can help me with. I forgot to print out the Valentine's Day party invitation flyers. Can you help me design a nice flyer and print out some copies?"], ["龙哥", "Of course, 小美! I'd be happy to help you design the Valentine's Day party invitation flyers. Just let me know what information you want to include and I can create a nice design for them."], ["小美", "Thank you, 龙哥! Here are the details for the party that should be included on the flyers: The Valentine's Day party will be held at Hobbs Cafe on February 14th, 2023 from 5pm to 7pm. We'll have heart-shaped balloons, streamers, and Valentine's Day-themed snacks. It would be great if you could mention that in the flyer design as well. I really appreciate your help!"], ["龙哥", "I can definitely include all those details in the flyer design. Just let me know where I can access a computer and printer to work on it."], ["小美", "You can use the computer and printer at Hobbs Cafe to work on the flyer design. Thank you again for your help, 龙哥!"], ["龙哥", "Should I bring any specific decorations other than the heart-shaped balloons and streamers?"], ["小美", "You don't need to bring any other decorations. The heart-shaped balloons and streamers will be enough to create a festive atmosphere. Thank you again for all your help, 龙哥!"], ["龙哥", "Is there anything specific you would like me to include in the flyer design?"]]}}, "6603": {}, "6604": {}, "6605": {}, "6606": {}, "6607": {}, "6608": {}, "6609": {}, "6610": {}, "6611": {}, "6612": {}, "6613": {}, "6614": {}, "6615": {}, "6616": {}, "6617": {}, "6618": {}, "6619": {}, "6620": {}, "6621": {}, "6622": {}, "6623": {}, "6624": {}, "6625": {}, "6626": {}, "6627": {}, "6628": {}, "6629": {}, "6630": {}, "6631": {}, "6632": {}, "6633": {}, "6634": {}, "6635": {}, "6636": {}, "6637": {}, "6638": {}, "6639": {}, "6640": {}, "6641": {}, "6642": {}, "6643": {}, "6644": {}, "6645": {}, "6646": {}, "6647": {}, "6648": {}, "6649": {}, "6650": {}, "6651": {}, "6652": {}, "6653": {}, "6654": {}, "6655": {}, "6656": {}, "6657": {}, "6658": {}, "6659": {}, "6660": {}, "6661": {}, "6662": {}, "6663": {}, "6664": {}, "6665": {}, "6666": {"Isabella Rodriguez": {"movement": [85, 45], "pronunciatio": "💘💬", "description": "preparing other admin tasks (conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥.) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [82, 50], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6667": {"Isabella Rodriguez": {"movement": [84, 45], "pronunciatio": "💘💬", "description": "preparing other admin tasks (conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥.) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [83, 50], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6668": {"Isabella Rodriguez": {"movement": [83, 45], "pronunciatio": "💘💬", "description": "preparing other admin tasks (conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥.) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [84, 50], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6669": {"Isabella Rodriguez": {"movement": [82, 45], "pronunciatio": "💘💬", "description": "preparing other admin tasks (conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥.) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [85, 50], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6670": {"Isabella Rodriguez": {"movement": [81, 45], "pronunciatio": "💘💬", "description": "preparing other admin tasks (conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥.) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [86, 50], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6671": {"Isabella Rodriguez": {"movement": [80, 45], "pronunciatio": "💘💬", "description": "preparing other admin tasks (conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥.) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [87, 50], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6672": {"Isabella Rodriguez": {"movement": [80, 44], "pronunciatio": "💘💬", "description": "preparing other admin tasks (conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥.) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [88, 50], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6673": {"Isabella Rodriguez": {"movement": [80, 43], "pronunciatio": "💘💬", "description": "preparing other admin tasks (conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥.) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [89, 50], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6674": {"Isabella Rodriguez": {"movement": [80, 42], "pronunciatio": "💘💬", "description": "preparing other admin tasks (conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥.) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [89, 51], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6675": {"Isabella Rodriguez": {"movement": [80, 41], "pronunciatio": "💘💬", "description": "preparing other admin tasks (conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥.) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [89, 52], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6676": {"Isabella Rodriguez": {"movement": [80, 40], "pronunciatio": "💘💬", "description": "preparing other admin tasks (conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥.) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [89, 53], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6677": {"Isabella Rodriguez": {"movement": [80, 39], "pronunciatio": "💘💬", "description": "preparing other admin tasks (conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥.) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [89, 54], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6678": {"Isabella Rodriguez": {"movement": [80, 38], "pronunciatio": "💘💬", "description": "preparing other admin tasks (conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥.) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [89, 55], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6679": {"Isabella Rodriguez": {"movement": [80, 37], "pronunciatio": "💘💬", "description": "preparing other admin tasks (conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥.) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [89, 56], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6680": {"Isabella Rodriguez": {"movement": [79, 37], "pronunciatio": "💘💬", "description": "preparing other admin tasks (conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥.) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [90, 56], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6681": {"Isabella Rodriguez": {"movement": [78, 37], "pronunciatio": "💘💬", "description": "preparing other admin tasks (conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥.) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [91, 56], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6682": {"Isabella Rodriguez": {"movement": [77, 37], "pronunciatio": "💘💬", "description": "preparing other admin tasks (conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥.) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [92, 56], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6683": {"Isabella Rodriguez": {"movement": [77, 36], "pronunciatio": "💘💬", "description": "preparing other admin tasks (conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥.) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [93, 56], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6684": {"Isabella Rodriguez": {"movement": [77, 35], "pronunciatio": "💘💬", "description": "preparing other admin tasks (conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥.) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [94, 56], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6685": {"Isabella Rodriguez": {"movement": [77, 34], "pronunciatio": "💘💬", "description": "preparing other admin tasks (conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥.) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [95, 56], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6686": {"Isabella Rodriguez": {"movement": [77, 33], "pronunciatio": "💘💬", "description": "preparing other admin tasks (conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥.) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [95, 55], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6687": {"Isabella Rodriguez": {"movement": [77, 32], "pronunciatio": "💘💬", "description": "preparing other admin tasks (conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥.) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [96, 55], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6688": {"Isabella Rodriguez": {"movement": [77, 31], "pronunciatio": "💘💬", "description": "preparing other admin tasks (conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥.) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [97, 55], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6689": {"Isabella Rodriguez": {"movement": [77, 30], "pronunciatio": "💘💬", "description": "preparing other admin tasks (conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥.) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [98, 55], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6690": {"Isabella Rodriguez": {"movement": [77, 29], "pronunciatio": "💘💬", "description": "preparing other admin tasks (conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥.) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [98, 54], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6691": {"Isabella Rodriguez": {"movement": [77, 28], "pronunciatio": "💘💬", "description": "preparing other admin tasks (conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥.) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [98, 53], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6692": {"Isabella Rodriguez": {"movement": [77, 27], "pronunciatio": "💘💬", "description": "preparing other admin tasks (conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥.) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [98, 52], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6693": {"Isabella Rodriguez": {"movement": [77, 26], "pronunciatio": "💘💬", "description": "preparing other admin tasks (conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥.) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [98, 51], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6694": {"Isabella Rodriguez": {"movement": [77, 25], "pronunciatio": "💘💬", "description": "preparing other admin tasks (conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥.) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [98, 50], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6695": {"Isabella Rodriguez": {"movement": [78, 25], "pronunciatio": "💘💬", "description": "preparing other admin tasks (conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥.) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [98, 49], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6696": {"Isabella Rodriguez": {"movement": [79, 25], "pronunciatio": "💘💬", "description": "preparing other admin tasks (conversing about the decorations and preparations for the Valentine's Day party at Hobbs Cafe between 小美 and 龙哥.) @ the Ville:Hobbs Cafe:cafe:cafe customer seating", "chat": null}, "Maria Lopez": {"movement": [98, 48], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6697": {"Maria Lopez": {"movement": [98, 47], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6698": {"Maria Lopez": {"movement": [98, 46], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6699": {"Maria Lopez": {"movement": [98, 45], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6700": {"Maria Lopez": {"movement": [99, 45], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6701": {"Maria Lopez": {"movement": [100, 45], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6702": {"Maria Lopez": {"movement": [101, 45], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6703": {"Maria Lopez": {"movement": [102, 45], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6704": {"Maria Lopez": {"movement": [103, 45], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6705": {"Maria Lopez": {"movement": [104, 45], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6706": {"Maria Lopez": {"movement": [105, 45], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6707": {"Maria Lopez": {"movement": [106, 45], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6708": {"Maria Lopez": {"movement": [107, 45], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6709": {"Maria Lopez": {"movement": [108, 45], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6710": {"Maria Lopez": {"movement": [109, 45], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6711": {"Maria Lopez": {"movement": [110, 45], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6712": {"Maria Lopez": {"movement": [111, 45], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6713": {"Maria Lopez": {"movement": [112, 45], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6714": {"Maria Lopez": {"movement": [113, 45], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6715": {"Maria Lopez": {"movement": [114, 45], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6716": {"Maria Lopez": {"movement": [115, 45], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6717": {"Maria Lopez": {"movement": [116, 45], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6718": {"Maria Lopez": {"movement": [117, 45], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6719": {"Maria Lopez": {"movement": [118, 45], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6720": {"Maria Lopez": {"movement": [119, 45], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6721": {"Maria Lopez": {"movement": [120, 45], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6722": {"Maria Lopez": {"movement": [121, 45], "pronunciatio": "🍽️", "description": "having dinner (eating her food) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "6723": {}, "6724": {}, "6725": {}, "6726": {}, "6727": {}, "6728": {}, "6729": {}, "6730": {}, "6731": {}, "6732": {}, "6733": {}, "6734": {}, "6735": {}, "6736": {}, "6737": {}, "6738": {"Isabella Rodriguez": {"movement": [78, 25], "pronunciatio": "📧💬", "description": "preparing other admin tasks (responding to customer emails) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6739": {"Isabella Rodriguez": {"movement": [77, 25], "pronunciatio": "📧💬", "description": "preparing other admin tasks (responding to customer emails) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6740": {"Isabella Rodriguez": {"movement": [76, 25], "pronunciatio": "📧💬", "description": "preparing other admin tasks (responding to customer emails) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6741": {"Isabella Rodriguez": {"movement": [75, 25], "pronunciatio": "📧💬", "description": "preparing other admin tasks (responding to customer emails) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6742": {"Isabella Rodriguez": {"movement": [75, 24], "pronunciatio": "📧💬", "description": "preparing other admin tasks (responding to customer emails) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6743": {"Isabella Rodriguez": {"movement": [75, 23], "pronunciatio": "📧💬", "description": "preparing other admin tasks (responding to customer emails) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6744": {"Isabella Rodriguez": {"movement": [75, 22], "pronunciatio": "📧💬", "description": "preparing other admin tasks (responding to customer emails) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6745": {"Isabella Rodriguez": {"movement": [75, 21], "pronunciatio": "📧💬", "description": "preparing other admin tasks (responding to customer emails) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6746": {"Isabella Rodriguez": {"movement": [75, 20], "pronunciatio": "📧💬", "description": "preparing other admin tasks (responding to customer emails) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6747": {"Isabella Rodriguez": {"movement": [75, 19], "pronunciatio": "📧💬", "description": "preparing other admin tasks (responding to customer emails) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6748": {"Isabella Rodriguez": {"movement": [76, 19], "pronunciatio": "📧💬", "description": "preparing other admin tasks (responding to customer emails) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6749": {"Isabella Rodriguez": {"movement": [77, 19], "pronunciatio": "📧💬", "description": "preparing other admin tasks (responding to customer emails) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6750": {"Isabella Rodriguez": {"movement": [78, 19], "pronunciatio": "📧💬", "description": "preparing other admin tasks (responding to customer emails) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Klaus Mueller": {"movement": [114, 51], "pronunciatio": "🛀", "description": "watching TV (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6751": {"Isabella Rodriguez": {"movement": [78, 18], "pronunciatio": "📧💬", "description": "preparing other admin tasks (responding to customer emails) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6752": {"Isabella Rodriguez": {"movement": [78, 17], "pronunciatio": "📧💬", "description": "preparing other admin tasks (responding to customer emails) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6753": {"Isabella Rodriguez": {"movement": [78, 16], "pronunciatio": "📧💬", "description": "preparing other admin tasks (responding to customer emails) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6754": {"Isabella Rodriguez": {"movement": [77, 16], "pronunciatio": "📧💬", "description": "preparing other admin tasks (responding to customer emails) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6755": {"Isabella Rodriguez": {"movement": [76, 16], "pronunciatio": "📧💬", "description": "preparing other admin tasks (responding to customer emails) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6756": {"Isabella Rodriguez": {"movement": [75, 16], "pronunciatio": "📧💬", "description": "preparing other admin tasks (responding to customer emails) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6757": {"Isabella Rodriguez": {"movement": [74, 16], "pronunciatio": "📧💬", "description": "preparing other admin tasks (responding to customer emails) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6758": {"Isabella Rodriguez": {"movement": [73, 16], "pronunciatio": "📧💬", "description": "preparing other admin tasks (responding to customer emails) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6759": {}, "6760": {}, "6761": {}, "6762": {}, "6763": {}, "6764": {}, "6765": {}, "6766": {}, "6767": {}, "6768": {}, "6769": {}, "6770": {}, "6771": {}, "6772": {}, "6773": {}, "6774": {}, "6775": {}, "6776": {}, "6777": {}, "6778": {}, "6779": {}, "6780": {}, "6781": {}, "6782": {}, "6783": {}, "6784": {}, "6785": {}, "6786": {"Isabella Rodriguez": {"movement": [73, 15], "pronunciatio": "☕", "description": "preparing other admin tasks (taking a break) @ the Ville:小美's apartment:main room:bed", "chat": null}}, "6787": {"Isabella Rodriguez": {"movement": [73, 14], "pronunciatio": "☕", "description": "preparing other admin tasks (taking a break) @ the Ville:小美's apartment:main room:bed", "chat": null}}, "6788": {}, "6789": {}, "6790": {}, "6791": {}, "6792": {}, "6793": {}, "6794": {}, "6795": {}, "6796": {}, "6797": {}, "6798": {}, "6799": {}, "6800": {}, "6801": {}, "6802": {}, "6803": {}, "6804": {}, "6805": {}, "6806": {}, "6807": {}, "6808": {}, "6809": {}, "6810": {}, "6811": {}, "6812": {}, "6813": {}, "6814": {}, "6815": {}, "6816": {"Isabella Rodriguez": {"movement": [73, 15], "pronunciatio": "✍️", "description": "preparing other admin tasks (making a to-do list for the next day) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6817": {"Isabella Rodriguez": {"movement": [73, 16], "pronunciatio": "✍️", "description": "preparing other admin tasks (making a to-do list for the next day) @ the Ville:小美's apartment:main room:desk", "chat": null}}, "6818": {}, "6819": {}, "6820": {}, "6821": {}, "6822": {}, "6823": {}, "6824": {}, "6825": {}, "6826": {}, "6827": {}, "6828": {}, "6829": {}, "6830": {}, "6831": {}, "6832": {}, "6833": {}, "6834": {}, "6835": {}, "6836": {}, "6837": {}, "6838": {}, "6839": {}, "6840": {"Klaus Mueller": {"movement": [114, 52], "pronunciatio": "📺", "description": "watching TV (selecting another show to watch) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6841": {}, "6842": {}, "6843": {}, "6844": {}, "6845": {}, "6846": {"Maria Lopez": {"movement": [120, 45], "pronunciatio": "💬💁", "description": "having dinner (talking with her friends) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6847": {"Maria Lopez": {"movement": [119, 45], "pronunciatio": "💬💁", "description": "having dinner (talking with her friends) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6848": {"Maria Lopez": {"movement": [118, 45], "pronunciatio": "💬💁", "description": "having dinner (talking with her friends) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6849": {"Maria Lopez": {"movement": [117, 45], "pronunciatio": "💬💁", "description": "having dinner (talking with her friends) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6850": {"Maria Lopez": {"movement": [117, 46], "pronunciatio": "💬💁", "description": "having dinner (talking with her friends) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6851": {"Klaus Mueller": {"movement": [114, 51], "pronunciatio": "💬", "description": "conversing about Maria and Klaus are conversing about their research papers on the applications of quantum physics in computer science and their plans to discuss it over lunch tomorrow at Hobbs Cafe, along with Klaus sharing his progress on quantum computing and Maria expressing her interest in learning about any interesting applications Klaus came across during his research. @ 龙哥", "chat": [["龙哥", "Hey 阿牛! I just finished my research paper on the applications of quantum physics in computer science. Would you be interested in reading it and discussing it over lunch?"], ["阿牛", "That sounds really interesting, 龙哥! I would love to read your research paper and discuss it over lunch. When are you available?"], ["龙哥", "I'm available tomorrow at 1 pm. How about meeting at the Hobbs Cafe?"], ["阿牛", "That works for me! I'll see you tomorrow at 1 pm at Hobbs Cafe."], ["龙哥", "Great! I'll email you my research paper so you can have a look before our meeting."], ["阿牛", "Thank you, 龙哥! I'm really looking forward to reading your research paper and discussing it with you. See you tomorrow at 1 pm!"], ["龙哥", "Also, let me know if you have any initial thoughts or questions after reading it."], ["阿牛", "Thank you, 龙哥! I will definitely let you know if I have any initial thoughts or questions after reading your research paper."], ["龙哥", "By the way, how is your research on quantum computing going?"], ["阿牛", "I've made some progress on my research on quantum computing. I'd be happy to share my findings with you during our lunch tomorrow."], ["龙哥", "That's great to hear, 阿牛! I'm excited to learn about your progress on quantum computing. Let's discuss it over lunch tomorrow as well."], ["阿牛", "By the way, 龙哥, what did you find most interesting or surprising while researching the applications of quantum physics in computer science?"], ["龙哥", "I found it fascinating how quantum computers have the potential to solve complex problems much faster than classical computers. I can't wait to hear your thoughts on it!"], ["阿牛", "I'm really curious to read your research paper and discuss it with you, 龙哥. It sounds like a fascinating topic!"], ["龙哥", "I'm also interested in knowing if you came across any interesting applications of quantum physics in computer science during your research."], ["阿牛", "During my research on quantum computing, I came across an interesting application of quantum physics in computer science called quantum cryptography. It integrates principles of quantum mechanics to create unbreakable codes and ensure secure communication. I can't wait to share more about it with you tomorrow during our lunch!"]]}, "Maria Lopez": {"movement": [117, 47], "pronunciatio": "💬", "description": "conversing about Maria and Klaus are conversing about their research papers on the applications of quantum physics in computer science and their plans to discuss it over lunch tomorrow at Hobbs Cafe, along with Klaus sharing his progress on quantum computing and Maria expressing her interest in learning about any interesting applications Klaus came across during his research. @ 阿牛", "chat": [["龙哥", "Hey 阿牛! I just finished my research paper on the applications of quantum physics in computer science. Would you be interested in reading it and discussing it over lunch?"], ["阿牛", "That sounds really interesting, 龙哥! I would love to read your research paper and discuss it over lunch. When are you available?"], ["龙哥", "I'm available tomorrow at 1 pm. How about meeting at the Hobbs Cafe?"], ["阿牛", "That works for me! I'll see you tomorrow at 1 pm at Hobbs Cafe."], ["龙哥", "Great! I'll email you my research paper so you can have a look before our meeting."], ["阿牛", "Thank you, 龙哥! I'm really looking forward to reading your research paper and discussing it with you. See you tomorrow at 1 pm!"], ["龙哥", "Also, let me know if you have any initial thoughts or questions after reading it."], ["阿牛", "Thank you, 龙哥! I will definitely let you know if I have any initial thoughts or questions after reading your research paper."], ["龙哥", "By the way, how is your research on quantum computing going?"], ["阿牛", "I've made some progress on my research on quantum computing. I'd be happy to share my findings with you during our lunch tomorrow."], ["龙哥", "That's great to hear, 阿牛! I'm excited to learn about your progress on quantum computing. Let's discuss it over lunch tomorrow as well."], ["阿牛", "By the way, 龙哥, what did you find most interesting or surprising while researching the applications of quantum physics in computer science?"], ["龙哥", "I found it fascinating how quantum computers have the potential to solve complex problems much faster than classical computers. I can't wait to hear your thoughts on it!"], ["阿牛", "I'm really curious to read your research paper and discuss it with you, 龙哥. It sounds like a fascinating topic!"], ["龙哥", "I'm also interested in knowing if you came across any interesting applications of quantum physics in computer science during your research."], ["阿牛", "During my research on quantum computing, I came across an interesting application of quantum physics in computer science called quantum cryptography. It integrates principles of quantum mechanics to create unbreakable codes and ensure secure communication. I can't wait to share more about it with you tomorrow during our lunch!"]]}}, "6852": {"Isabella Rodriguez": {"movement": [73, 15], "pronunciatio": "📺", "description": "watching TV (turning on the TV) @ the Ville:小美's apartment:main room:shelf", "chat": null}, "Klaus Mueller": {"movement": [115, 51], "pronunciatio": "💬", "description": "conversing about Maria and Klaus are conversing about their research papers on the applications of quantum physics in computer science and their plans to discuss it over lunch tomorrow at Hobbs Cafe, along with Klaus sharing his progress on quantum computing and Maria expressing her interest in learning about any interesting applications Klaus came across during his research. @ 龙哥", "chat": [["龙哥", "Hey 阿牛! I just finished my research paper on the applications of quantum physics in computer science. Would you be interested in reading it and discussing it over lunch?"], ["阿牛", "That sounds really interesting, 龙哥! I would love to read your research paper and discuss it over lunch. When are you available?"], ["龙哥", "I'm available tomorrow at 1 pm. How about meeting at the Hobbs Cafe?"], ["阿牛", "That works for me! I'll see you tomorrow at 1 pm at Hobbs Cafe."], ["龙哥", "Great! I'll email you my research paper so you can have a look before our meeting."], ["阿牛", "Thank you, 龙哥! I'm really looking forward to reading your research paper and discussing it with you. See you tomorrow at 1 pm!"], ["龙哥", "Also, let me know if you have any initial thoughts or questions after reading it."], ["阿牛", "Thank you, 龙哥! I will definitely let you know if I have any initial thoughts or questions after reading your research paper."], ["龙哥", "By the way, how is your research on quantum computing going?"], ["阿牛", "I've made some progress on my research on quantum computing. I'd be happy to share my findings with you during our lunch tomorrow."], ["龙哥", "That's great to hear, 阿牛! I'm excited to learn about your progress on quantum computing. Let's discuss it over lunch tomorrow as well."], ["阿牛", "By the way, 龙哥, what did you find most interesting or surprising while researching the applications of quantum physics in computer science?"], ["龙哥", "I found it fascinating how quantum computers have the potential to solve complex problems much faster than classical computers. I can't wait to hear your thoughts on it!"], ["阿牛", "I'm really curious to read your research paper and discuss it with you, 龙哥. It sounds like a fascinating topic!"], ["龙哥", "I'm also interested in knowing if you came across any interesting applications of quantum physics in computer science during your research."], ["阿牛", "During my research on quantum computing, I came across an interesting application of quantum physics in computer science called quantum cryptography. It integrates principles of quantum mechanics to create unbreakable codes and ensure secure communication. I can't wait to share more about it with you tomorrow during our lunch!"]]}, "Maria Lopez": {"movement": [117, 48], "pronunciatio": "💬", "description": "conversing about Maria and Klaus are conversing about their research papers on the applications of quantum physics in computer science and their plans to discuss it over lunch tomorrow at Hobbs Cafe, along with Klaus sharing his progress on quantum computing and Maria expressing her interest in learning about any interesting applications Klaus came across during his research. @ 阿牛", "chat": [["龙哥", "Hey 阿牛! I just finished my research paper on the applications of quantum physics in computer science. Would you be interested in reading it and discussing it over lunch?"], ["阿牛", "That sounds really interesting, 龙哥! I would love to read your research paper and discuss it over lunch. When are you available?"], ["龙哥", "I'm available tomorrow at 1 pm. How about meeting at the Hobbs Cafe?"], ["阿牛", "That works for me! I'll see you tomorrow at 1 pm at Hobbs Cafe."], ["龙哥", "Great! I'll email you my research paper so you can have a look before our meeting."], ["阿牛", "Thank you, 龙哥! I'm really looking forward to reading your research paper and discussing it with you. See you tomorrow at 1 pm!"], ["龙哥", "Also, let me know if you have any initial thoughts or questions after reading it."], ["阿牛", "Thank you, 龙哥! I will definitely let you know if I have any initial thoughts or questions after reading your research paper."], ["龙哥", "By the way, how is your research on quantum computing going?"], ["阿牛", "I've made some progress on my research on quantum computing. I'd be happy to share my findings with you during our lunch tomorrow."], ["龙哥", "That's great to hear, 阿牛! I'm excited to learn about your progress on quantum computing. Let's discuss it over lunch tomorrow as well."], ["阿牛", "By the way, 龙哥, what did you find most interesting or surprising while researching the applications of quantum physics in computer science?"], ["龙哥", "I found it fascinating how quantum computers have the potential to solve complex problems much faster than classical computers. I can't wait to hear your thoughts on it!"], ["阿牛", "I'm really curious to read your research paper and discuss it with you, 龙哥. It sounds like a fascinating topic!"], ["龙哥", "I'm also interested in knowing if you came across any interesting applications of quantum physics in computer science during your research."], ["阿牛", "During my research on quantum computing, I came across an interesting application of quantum physics in computer science called quantum cryptography. It integrates principles of quantum mechanics to create unbreakable codes and ensure secure communication. I can't wait to share more about it with you tomorrow during our lunch!"]]}}, "6853": {"Isabella Rodriguez": {"movement": [73, 14], "pronunciatio": "📺", "description": "watching TV (turning on the TV) @ the Ville:小美's apartment:main room:shelf", "chat": null}, "Klaus Mueller": {"movement": [116, 51], "pronunciatio": "💬", "description": "conversing about Maria and Klaus are conversing about their research papers on the applications of quantum physics in computer science and their plans to discuss it over lunch tomorrow at Hobbs Cafe, along with Klaus sharing his progress on quantum computing and Maria expressing her interest in learning about any interesting applications Klaus came across during his research. @ 龙哥", "chat": [["龙哥", "Hey 阿牛! I just finished my research paper on the applications of quantum physics in computer science. Would you be interested in reading it and discussing it over lunch?"], ["阿牛", "That sounds really interesting, 龙哥! I would love to read your research paper and discuss it over lunch. When are you available?"], ["龙哥", "I'm available tomorrow at 1 pm. How about meeting at the Hobbs Cafe?"], ["阿牛", "That works for me! I'll see you tomorrow at 1 pm at Hobbs Cafe."], ["龙哥", "Great! I'll email you my research paper so you can have a look before our meeting."], ["阿牛", "Thank you, 龙哥! I'm really looking forward to reading your research paper and discussing it with you. See you tomorrow at 1 pm!"], ["龙哥", "Also, let me know if you have any initial thoughts or questions after reading it."], ["阿牛", "Thank you, 龙哥! I will definitely let you know if I have any initial thoughts or questions after reading your research paper."], ["龙哥", "By the way, how is your research on quantum computing going?"], ["阿牛", "I've made some progress on my research on quantum computing. I'd be happy to share my findings with you during our lunch tomorrow."], ["龙哥", "That's great to hear, 阿牛! I'm excited to learn about your progress on quantum computing. Let's discuss it over lunch tomorrow as well."], ["阿牛", "By the way, 龙哥, what did you find most interesting or surprising while researching the applications of quantum physics in computer science?"], ["龙哥", "I found it fascinating how quantum computers have the potential to solve complex problems much faster than classical computers. I can't wait to hear your thoughts on it!"], ["阿牛", "I'm really curious to read your research paper and discuss it with you, 龙哥. It sounds like a fascinating topic!"], ["龙哥", "I'm also interested in knowing if you came across any interesting applications of quantum physics in computer science during your research."], ["阿牛", "During my research on quantum computing, I came across an interesting application of quantum physics in computer science called quantum cryptography. It integrates principles of quantum mechanics to create unbreakable codes and ensure secure communication. I can't wait to share more about it with you tomorrow during our lunch!"]]}, "Maria Lopez": {"movement": [117, 49], "pronunciatio": "💬", "description": "conversing about Maria and Klaus are conversing about their research papers on the applications of quantum physics in computer science and their plans to discuss it over lunch tomorrow at Hobbs Cafe, along with Klaus sharing his progress on quantum computing and Maria expressing her interest in learning about any interesting applications Klaus came across during his research. @ 阿牛", "chat": [["龙哥", "Hey 阿牛! I just finished my research paper on the applications of quantum physics in computer science. Would you be interested in reading it and discussing it over lunch?"], ["阿牛", "That sounds really interesting, 龙哥! I would love to read your research paper and discuss it over lunch. When are you available?"], ["龙哥", "I'm available tomorrow at 1 pm. How about meeting at the Hobbs Cafe?"], ["阿牛", "That works for me! I'll see you tomorrow at 1 pm at Hobbs Cafe."], ["龙哥", "Great! I'll email you my research paper so you can have a look before our meeting."], ["阿牛", "Thank you, 龙哥! I'm really looking forward to reading your research paper and discussing it with you. See you tomorrow at 1 pm!"], ["龙哥", "Also, let me know if you have any initial thoughts or questions after reading it."], ["阿牛", "Thank you, 龙哥! I will definitely let you know if I have any initial thoughts or questions after reading your research paper."], ["龙哥", "By the way, how is your research on quantum computing going?"], ["阿牛", "I've made some progress on my research on quantum computing. I'd be happy to share my findings with you during our lunch tomorrow."], ["龙哥", "That's great to hear, 阿牛! I'm excited to learn about your progress on quantum computing. Let's discuss it over lunch tomorrow as well."], ["阿牛", "By the way, 龙哥, what did you find most interesting or surprising while researching the applications of quantum physics in computer science?"], ["龙哥", "I found it fascinating how quantum computers have the potential to solve complex problems much faster than classical computers. I can't wait to hear your thoughts on it!"], ["阿牛", "I'm really curious to read your research paper and discuss it with you, 龙哥. It sounds like a fascinating topic!"], ["龙哥", "I'm also interested in knowing if you came across any interesting applications of quantum physics in computer science during your research."], ["阿牛", "During my research on quantum computing, I came across an interesting application of quantum physics in computer science called quantum cryptography. It integrates principles of quantum mechanics to create unbreakable codes and ensure secure communication. I can't wait to share more about it with you tomorrow during our lunch!"]]}}, "6854": {"Isabella Rodriguez": {"movement": [74, 14], "pronunciatio": "📺", "description": "watching TV (turning on the TV) @ the Ville:小美's apartment:main room:shelf", "chat": null}, "Klaus Mueller": {"movement": [117, 51], "pronunciatio": "💬", "description": "conversing about Maria and Klaus are conversing about their research papers on the applications of quantum physics in computer science and their plans to discuss it over lunch tomorrow at Hobbs Cafe, along with Klaus sharing his progress on quantum computing and Maria expressing her interest in learning about any interesting applications Klaus came across during his research. @ 龙哥", "chat": [["龙哥", "Hey 阿牛! I just finished my research paper on the applications of quantum physics in computer science. Would you be interested in reading it and discussing it over lunch?"], ["阿牛", "That sounds really interesting, 龙哥! I would love to read your research paper and discuss it over lunch. When are you available?"], ["龙哥", "I'm available tomorrow at 1 pm. How about meeting at the Hobbs Cafe?"], ["阿牛", "That works for me! I'll see you tomorrow at 1 pm at Hobbs Cafe."], ["龙哥", "Great! I'll email you my research paper so you can have a look before our meeting."], ["阿牛", "Thank you, 龙哥! I'm really looking forward to reading your research paper and discussing it with you. See you tomorrow at 1 pm!"], ["龙哥", "Also, let me know if you have any initial thoughts or questions after reading it."], ["阿牛", "Thank you, 龙哥! I will definitely let you know if I have any initial thoughts or questions after reading your research paper."], ["龙哥", "By the way, how is your research on quantum computing going?"], ["阿牛", "I've made some progress on my research on quantum computing. I'd be happy to share my findings with you during our lunch tomorrow."], ["龙哥", "That's great to hear, 阿牛! I'm excited to learn about your progress on quantum computing. Let's discuss it over lunch tomorrow as well."], ["阿牛", "By the way, 龙哥, what did you find most interesting or surprising while researching the applications of quantum physics in computer science?"], ["龙哥", "I found it fascinating how quantum computers have the potential to solve complex problems much faster than classical computers. I can't wait to hear your thoughts on it!"], ["阿牛", "I'm really curious to read your research paper and discuss it with you, 龙哥. It sounds like a fascinating topic!"], ["龙哥", "I'm also interested in knowing if you came across any interesting applications of quantum physics in computer science during your research."], ["阿牛", "During my research on quantum computing, I came across an interesting application of quantum physics in computer science called quantum cryptography. It integrates principles of quantum mechanics to create unbreakable codes and ensure secure communication. I can't wait to share more about it with you tomorrow during our lunch!"]]}, "Maria Lopez": {"movement": [117, 50], "pronunciatio": "💬", "description": "conversing about Maria and Klaus are conversing about their research papers on the applications of quantum physics in computer science and their plans to discuss it over lunch tomorrow at Hobbs Cafe, along with Klaus sharing his progress on quantum computing and Maria expressing her interest in learning about any interesting applications Klaus came across during his research. @ 阿牛", "chat": [["龙哥", "Hey 阿牛! I just finished my research paper on the applications of quantum physics in computer science. Would you be interested in reading it and discussing it over lunch?"], ["阿牛", "That sounds really interesting, 龙哥! I would love to read your research paper and discuss it over lunch. When are you available?"], ["龙哥", "I'm available tomorrow at 1 pm. How about meeting at the Hobbs Cafe?"], ["阿牛", "That works for me! I'll see you tomorrow at 1 pm at Hobbs Cafe."], ["龙哥", "Great! I'll email you my research paper so you can have a look before our meeting."], ["阿牛", "Thank you, 龙哥! I'm really looking forward to reading your research paper and discussing it with you. See you tomorrow at 1 pm!"], ["龙哥", "Also, let me know if you have any initial thoughts or questions after reading it."], ["阿牛", "Thank you, 龙哥! I will definitely let you know if I have any initial thoughts or questions after reading your research paper."], ["龙哥", "By the way, how is your research on quantum computing going?"], ["阿牛", "I've made some progress on my research on quantum computing. I'd be happy to share my findings with you during our lunch tomorrow."], ["龙哥", "That's great to hear, 阿牛! I'm excited to learn about your progress on quantum computing. Let's discuss it over lunch tomorrow as well."], ["阿牛", "By the way, 龙哥, what did you find most interesting or surprising while researching the applications of quantum physics in computer science?"], ["龙哥", "I found it fascinating how quantum computers have the potential to solve complex problems much faster than classical computers. I can't wait to hear your thoughts on it!"], ["阿牛", "I'm really curious to read your research paper and discuss it with you, 龙哥. It sounds like a fascinating topic!"], ["龙哥", "I'm also interested in knowing if you came across any interesting applications of quantum physics in computer science during your research."], ["阿牛", "During my research on quantum computing, I came across an interesting application of quantum physics in computer science called quantum cryptography. It integrates principles of quantum mechanics to create unbreakable codes and ensure secure communication. I can't wait to share more about it with you tomorrow during our lunch!"]]}}, "6855": {"Isabella Rodriguez": {"movement": [75, 14], "pronunciatio": "📺", "description": "watching TV (turning on the TV) @ the Ville:小美's apartment:main room:shelf", "chat": null}, "Klaus Mueller": {"movement": [117, 50], "pronunciatio": "💬", "description": "conversing about Maria and Klaus are conversing about their research papers on the applications of quantum physics in computer science and their plans to discuss it over lunch tomorrow at Hobbs Cafe, along with Klaus sharing his progress on quantum computing and Maria expressing her interest in learning about any interesting applications Klaus came across during his research. @ 龙哥", "chat": [["龙哥", "Hey 阿牛! I just finished my research paper on the applications of quantum physics in computer science. Would you be interested in reading it and discussing it over lunch?"], ["阿牛", "That sounds really interesting, 龙哥! I would love to read your research paper and discuss it over lunch. When are you available?"], ["龙哥", "I'm available tomorrow at 1 pm. How about meeting at the Hobbs Cafe?"], ["阿牛", "That works for me! I'll see you tomorrow at 1 pm at Hobbs Cafe."], ["龙哥", "Great! I'll email you my research paper so you can have a look before our meeting."], ["阿牛", "Thank you, 龙哥! I'm really looking forward to reading your research paper and discussing it with you. See you tomorrow at 1 pm!"], ["龙哥", "Also, let me know if you have any initial thoughts or questions after reading it."], ["阿牛", "Thank you, 龙哥! I will definitely let you know if I have any initial thoughts or questions after reading your research paper."], ["龙哥", "By the way, how is your research on quantum computing going?"], ["阿牛", "I've made some progress on my research on quantum computing. I'd be happy to share my findings with you during our lunch tomorrow."], ["龙哥", "That's great to hear, 阿牛! I'm excited to learn about your progress on quantum computing. Let's discuss it over lunch tomorrow as well."], ["阿牛", "By the way, 龙哥, what did you find most interesting or surprising while researching the applications of quantum physics in computer science?"], ["龙哥", "I found it fascinating how quantum computers have the potential to solve complex problems much faster than classical computers. I can't wait to hear your thoughts on it!"], ["阿牛", "I'm really curious to read your research paper and discuss it with you, 龙哥. It sounds like a fascinating topic!"], ["龙哥", "I'm also interested in knowing if you came across any interesting applications of quantum physics in computer science during your research."], ["阿牛", "During my research on quantum computing, I came across an interesting application of quantum physics in computer science called quantum cryptography. It integrates principles of quantum mechanics to create unbreakable codes and ensure secure communication. I can't wait to share more about it with you tomorrow during our lunch!"]]}, "Maria Lopez": {"movement": [117, 51], "pronunciatio": "💬", "description": "conversing about Maria and Klaus are conversing about their research papers on the applications of quantum physics in computer science and their plans to discuss it over lunch tomorrow at Hobbs Cafe, along with Klaus sharing his progress on quantum computing and Maria expressing her interest in learning about any interesting applications Klaus came across during his research. @ 阿牛", "chat": [["龙哥", "Hey 阿牛! I just finished my research paper on the applications of quantum physics in computer science. Would you be interested in reading it and discussing it over lunch?"], ["阿牛", "That sounds really interesting, 龙哥! I would love to read your research paper and discuss it over lunch. When are you available?"], ["龙哥", "I'm available tomorrow at 1 pm. How about meeting at the Hobbs Cafe?"], ["阿牛", "That works for me! I'll see you tomorrow at 1 pm at Hobbs Cafe."], ["龙哥", "Great! I'll email you my research paper so you can have a look before our meeting."], ["阿牛", "Thank you, 龙哥! I'm really looking forward to reading your research paper and discussing it with you. See you tomorrow at 1 pm!"], ["龙哥", "Also, let me know if you have any initial thoughts or questions after reading it."], ["阿牛", "Thank you, 龙哥! I will definitely let you know if I have any initial thoughts or questions after reading your research paper."], ["龙哥", "By the way, how is your research on quantum computing going?"], ["阿牛", "I've made some progress on my research on quantum computing. I'd be happy to share my findings with you during our lunch tomorrow."], ["龙哥", "That's great to hear, 阿牛! I'm excited to learn about your progress on quantum computing. Let's discuss it over lunch tomorrow as well."], ["阿牛", "By the way, 龙哥, what did you find most interesting or surprising while researching the applications of quantum physics in computer science?"], ["龙哥", "I found it fascinating how quantum computers have the potential to solve complex problems much faster than classical computers. I can't wait to hear your thoughts on it!"], ["阿牛", "I'm really curious to read your research paper and discuss it with you, 龙哥. It sounds like a fascinating topic!"], ["龙哥", "I'm also interested in knowing if you came across any interesting applications of quantum physics in computer science during your research."], ["阿牛", "During my research on quantum computing, I came across an interesting application of quantum physics in computer science called quantum cryptography. It integrates principles of quantum mechanics to create unbreakable codes and ensure secure communication. I can't wait to share more about it with you tomorrow during our lunch!"]]}}, "6856": {"Isabella Rodriguez": {"movement": [76, 14], "pronunciatio": "📺", "description": "watching TV (turning on the TV) @ the Ville:小美's apartment:main room:shelf", "chat": null}}, "6857": {"Isabella Rodriguez": {"movement": [77, 14], "pronunciatio": "📺", "description": "watching TV (turning on the TV) @ the Ville:小美's apartment:main room:shelf", "chat": null}}, "6858": {"Isabella Rodriguez": {"movement": [78, 14], "pronunciatio": "📺", "description": "watching TV (turning on the TV) @ the Ville:小美's apartment:main room:shelf", "chat": null}}, "6859": {}, "6860": {}, "6861": {}, "6862": {}, "6863": {}, "6864": {}, "6865": {}, "6866": {}, "6867": {}, "6868": {}, "6869": {}, "6870": {}, "6871": {}, "6872": {}, "6873": {}, "6874": {}, "6875": {}, "6876": {}, "6877": {}, "6878": {}, "6879": {}, "6880": {}, "6881": {}, "6882": {"Isabella Rodriguez": {"movement": [79, 14], "pronunciatio": "📺", "description": "watching TV (browsing through the channels) @ the Ville:小美's apartment:main room:shelf", "chat": null}}, "6883": {}, "6884": {}, "6885": {}, "6886": {}, "6887": {}, "6888": {}, "6889": {}, "6890": {}, "6891": {}, "6892": {}, "6893": {}, "6894": {}, "6895": {}, "6896": {}, "6897": {}, "6898": {}, "6899": {}, "6900": {}, "6901": {}, "6902": {}, "6903": {}, "6904": {}, "6905": {}, "6906": {}, "6907": {}, "6908": {}, "6909": {}, "6910": {}, "6911": {}, "6912": {"Klaus Mueller": {"movement": [117, 51], "pronunciatio": "💬🍽️", "description": "watching TV (conversing about Maria and Klaus are conversing about their research papers on the applications of quantum physics in computer science and their plans to discuss it over lunch tomorrow at Hobbs Cafe, along with Klaus sharing his progress on quantum computing and Maria expressing her interest in learning about any interesting applications Klaus came across during his research.) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [116, 51], "pronunciatio": "💬", "description": "having dinner (conversing about Maria and Klaus are conversing about their research papers on the applications of quantum physics in computer science and their plans to discuss it over lunch tomorrow at Hobbs Cafe, along with Klaus sharing his progress on quantum computing and Maria expressing her interest in learning about any interesting applications Klaus came across during his research.) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6913": {"Klaus Mueller": {"movement": [116, 51], "pronunciatio": "💬🍽️", "description": "watching TV (conversing about Maria and Klaus are conversing about their research papers on the applications of quantum physics in computer science and their plans to discuss it over lunch tomorrow at Hobbs Cafe, along with Klaus sharing his progress on quantum computing and Maria expressing her interest in learning about any interesting applications Klaus came across during his research.) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [115, 51], "pronunciatio": "💬", "description": "having dinner (conversing about Maria and Klaus are conversing about their research papers on the applications of quantum physics in computer science and their plans to discuss it over lunch tomorrow at Hobbs Cafe, along with Klaus sharing his progress on quantum computing and Maria expressing her interest in learning about any interesting applications Klaus came across during his research.) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6914": {"Klaus Mueller": {"movement": [115, 51], "pronunciatio": "💬🍽️", "description": "watching TV (conversing about Maria and Klaus are conversing about their research papers on the applications of quantum physics in computer science and their plans to discuss it over lunch tomorrow at Hobbs Cafe, along with Klaus sharing his progress on quantum computing and Maria expressing her interest in learning about any interesting applications Klaus came across during his research.) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [114, 51], "pronunciatio": "💬", "description": "having dinner (conversing about Maria and Klaus are conversing about their research papers on the applications of quantum physics in computer science and their plans to discuss it over lunch tomorrow at Hobbs Cafe, along with Klaus sharing his progress on quantum computing and Maria expressing her interest in learning about any interesting applications Klaus came across during his research.) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6915": {"Klaus Mueller": {"movement": [114, 51], "pronunciatio": "💬🍽️", "description": "watching TV (conversing about Maria and Klaus are conversing about their research papers on the applications of quantum physics in computer science and their plans to discuss it over lunch tomorrow at Hobbs Cafe, along with Klaus sharing his progress on quantum computing and Maria expressing her interest in learning about any interesting applications Klaus came across during his research.) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "6916": {}, "6917": {}, "6918": {}, "6919": {}, "6920": {}, "6921": {}, "6922": {}, "6923": {}, "6924": {}, "6925": {}, "6926": {}, "6927": {}, "6928": {}, "6929": {}, "6930": {}, "6931": {}, "6932": {}, "6933": {}, "6934": {}, "6935": {}, "6936": {}, "6937": {}, "6938": {}, "6939": {}, "6940": {}, "6941": {}, "6942": {"Isabella Rodriguez": {"movement": [78, 14], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:小美's apartment:main room:shelf", "chat": null}}, "6943": {}, "6944": {}, "6945": {}, "6946": {}, "6947": {}, "6948": {}, "6949": {}, "6950": {}, "6951": {}, "6952": {}, "6953": {}, "6954": {}, "6955": {}, "6956": {}, "6957": {}, "6958": {}, "6959": {}, "6960": {}, "6961": {}, "6962": {}, "6963": {}, "6964": {}, "6965": {}, "6966": {}, "6967": {}, "6968": {}, "6969": {}, "6970": {}, "6971": {}, "6972": {"Klaus Mueller": {"movement": [114, 52], "pronunciatio": "📺", "description": "watching TV (watching the show) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [115, 51], "pronunciatio": "📱", "description": "having dinner (checking her phone) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "6973": {"Maria Lopez": {"movement": [116, 51], "pronunciatio": "📱", "description": "having dinner (checking her phone) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "6974": {"Maria Lopez": {"movement": [117, 51], "pronunciatio": "📱", "description": "having dinner (checking her phone) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "6975": {"Maria Lopez": {"movement": [118, 51], "pronunciatio": "📱", "description": "having dinner (checking her phone) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "6976": {"Maria Lopez": {"movement": [119, 51], "pronunciatio": "📱", "description": "having dinner (checking her phone) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "6977": {"Maria Lopez": {"movement": [120, 51], "pronunciatio": "📱", "description": "having dinner (checking her phone) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "6978": {"Maria Lopez": {"movement": [121, 51], "pronunciatio": "📱", "description": "having dinner (checking her phone) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "6979": {"Maria Lopez": {"movement": [122, 51], "pronunciatio": "📱", "description": "having dinner (checking her phone) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "6980": {"Maria Lopez": {"movement": [123, 51], "pronunciatio": "📱", "description": "having dinner (checking her phone) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "6981": {"Maria Lopez": {"movement": [124, 51], "pronunciatio": "📱", "description": "having dinner (checking her phone) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "6982": {"Maria Lopez": {"movement": [125, 51], "pronunciatio": "📱", "description": "having dinner (checking her phone) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "6983": {"Maria Lopez": {"movement": [125, 52], "pronunciatio": "📱", "description": "having dinner (checking her phone) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "6984": {"Maria Lopez": {"movement": [125, 53], "pronunciatio": "📱", "description": "having dinner (checking her phone) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "6985": {"Maria Lopez": {"movement": [125, 54], "pronunciatio": "📱", "description": "having dinner (checking her phone) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "6986": {"Maria Lopez": {"movement": [126, 54], "pronunciatio": "📱", "description": "having dinner (checking her phone) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "6987": {}, "6988": {}, "6989": {}, "6990": {}, "6991": {}, "6992": {}, "6993": {}, "6994": {}, "6995": {}, "6996": {}, "6997": {}, "6998": {}, "6999": {}, "7000": {}, "7001": {}, "7002": {"Isabella Rodriguez": {"movement": [77, 14], "pronunciatio": "📺", "description": "watching TV (watching the show) @ the Ville:小美's apartment:main room:bed", "chat": null}}, "7003": {"Isabella Rodriguez": {"movement": [76, 14], "pronunciatio": "📺", "description": "watching TV (watching the show) @ the Ville:小美's apartment:main room:bed", "chat": null}}, "7004": {"Isabella Rodriguez": {"movement": [75, 14], "pronunciatio": "📺", "description": "watching TV (watching the show) @ the Ville:小美's apartment:main room:bed", "chat": null}}, "7005": {"Isabella Rodriguez": {"movement": [74, 14], "pronunciatio": "📺", "description": "watching TV (watching the show) @ the Ville:小美's apartment:main room:bed", "chat": null}}, "7006": {"Isabella Rodriguez": {"movement": [73, 14], "pronunciatio": "📺", "description": "watching TV (watching the show) @ the Ville:小美's apartment:main room:bed", "chat": null}}, "7007": {}, "7008": {}, "7009": {}, "7010": {}, "7011": {}, "7012": {}, "7013": {}, "7014": {}, "7015": {}, "7016": {}, "7017": {}, "7018": {}, "7019": {}, "7020": {}, "7021": {}, "7022": {}, "7023": {}, "7024": {}, "7025": {}, "7026": {}, "7027": {}, "7028": {}, "7029": {}, "7030": {}, "7031": {}, "7032": {"Maria Lopez": {"movement": [125, 54], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7033": {"Maria Lopez": {"movement": [124, 54], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7034": {"Maria Lopez": {"movement": [124, 53], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7035": {"Maria Lopez": {"movement": [124, 52], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7036": {"Maria Lopez": {"movement": [124, 51], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7037": {"Maria Lopez": {"movement": [123, 51], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7038": {"Maria Lopez": {"movement": [122, 51], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7039": {"Maria Lopez": {"movement": [121, 51], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7040": {"Maria Lopez": {"movement": [120, 51], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7041": {"Maria Lopez": {"movement": [119, 51], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7042": {"Maria Lopez": {"movement": [118, 51], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7043": {"Maria Lopez": {"movement": [117, 51], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7044": {"Maria Lopez": {"movement": [117, 50], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7045": {"Maria Lopez": {"movement": [117, 49], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7046": {"Maria Lopez": {"movement": [117, 48], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7047": {"Maria Lopez": {"movement": [117, 47], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7048": {"Maria Lopez": {"movement": [116, 47], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7049": {"Maria Lopez": {"movement": [115, 47], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7050": {"Maria Lopez": {"movement": [114, 47], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7051": {"Maria Lopez": {"movement": [113, 47], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7052": {"Maria Lopez": {"movement": [112, 47], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7053": {"Maria Lopez": {"movement": [111, 47], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7054": {"Maria Lopez": {"movement": [110, 47], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7055": {"Maria Lopez": {"movement": [109, 47], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7056": {"Maria Lopez": {"movement": [108, 47], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7057": {"Maria Lopez": {"movement": [107, 47], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7058": {"Maria Lopez": {"movement": [106, 47], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7059": {"Maria Lopez": {"movement": [105, 47], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7060": {"Maria Lopez": {"movement": [104, 47], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7061": {"Maria Lopez": {"movement": [103, 47], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7062": {"Maria Lopez": {"movement": [102, 47], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7063": {"Maria Lopez": {"movement": [101, 47], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7064": {"Maria Lopez": {"movement": [100, 47], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7065": {"Maria Lopez": {"movement": [99, 47], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7066": {"Maria Lopez": {"movement": [98, 47], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7067": {"Maria Lopez": {"movement": [98, 46], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7068": {"Maria Lopez": {"movement": [98, 45], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7069": {"Maria Lopez": {"movement": [98, 44], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7070": {"Maria Lopez": {"movement": [98, 43], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7071": {"Maria Lopez": {"movement": [98, 42], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7072": {"Maria Lopez": {"movement": [98, 41], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7073": {"Maria Lopez": {"movement": [98, 40], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7074": {"Maria Lopez": {"movement": [98, 39], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7075": {"Maria Lopez": {"movement": [98, 38], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7076": {"Maria Lopez": {"movement": [98, 37], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7077": {"Maria Lopez": {"movement": [97, 37], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7078": {"Maria Lopez": {"movement": [96, 37], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7079": {"Maria Lopez": {"movement": [95, 37], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7080": {"Maria Lopez": {"movement": [94, 37], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7081": {"Maria Lopez": {"movement": [93, 37], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7082": {"Maria Lopez": {"movement": [92, 37], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7083": {"Maria Lopez": {"movement": [91, 37], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7084": {"Maria Lopez": {"movement": [90, 37], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7085": {"Maria Lopez": {"movement": [89, 37], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7086": {"Maria Lopez": {"movement": [88, 37], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7087": {"Maria Lopez": {"movement": [87, 37], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7088": {"Maria Lopez": {"movement": [86, 37], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7089": {"Maria Lopez": {"movement": [85, 37], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7090": {"Maria Lopez": {"movement": [84, 37], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7091": {"Maria Lopez": {"movement": [83, 37], "pronunciatio": "💰", "description": "having dinner (paying her bill) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7092": {"Klaus Mueller": {"movement": [114, 51], "pronunciatio": "🛁🧖", "description": "watching TV (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}, "Maria Lopez": {"movement": [84, 37], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7093": {"Maria Lopez": {"movement": [85, 37], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7094": {"Maria Lopez": {"movement": [86, 37], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7095": {"Maria Lopez": {"movement": [87, 37], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7096": {"Maria Lopez": {"movement": [88, 37], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7097": {"Maria Lopez": {"movement": [89, 37], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7098": {"Maria Lopez": {"movement": [90, 37], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7099": {"Maria Lopez": {"movement": [91, 37], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7100": {"Maria Lopez": {"movement": [92, 37], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7101": {"Maria Lopez": {"movement": [93, 37], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7102": {"Maria Lopez": {"movement": [94, 37], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7103": {"Maria Lopez": {"movement": [95, 37], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7104": {"Maria Lopez": {"movement": [96, 37], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7105": {"Maria Lopez": {"movement": [97, 37], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7106": {"Maria Lopez": {"movement": [98, 37], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7107": {"Maria Lopez": {"movement": [99, 37], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7108": {"Maria Lopez": {"movement": [100, 37], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7109": {"Maria Lopez": {"movement": [101, 37], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7110": {"Maria Lopez": {"movement": [102, 37], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7111": {"Maria Lopez": {"movement": [103, 37], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7112": {"Maria Lopez": {"movement": [104, 37], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7113": {"Maria Lopez": {"movement": [105, 37], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7114": {"Maria Lopez": {"movement": [106, 37], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7115": {"Maria Lopez": {"movement": [107, 37], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7116": {"Maria Lopez": {"movement": [108, 37], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7117": {"Maria Lopez": {"movement": [109, 37], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7118": {"Maria Lopez": {"movement": [110, 37], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7119": {"Maria Lopez": {"movement": [111, 37], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7120": {"Maria Lopez": {"movement": [112, 37], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7121": {"Maria Lopez": {"movement": [113, 37], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7122": {"Maria Lopez": {"movement": [114, 37], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7123": {"Maria Lopez": {"movement": [115, 37], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7124": {"Maria Lopez": {"movement": [116, 37], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7125": {"Maria Lopez": {"movement": [116, 38], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7126": {"Maria Lopez": {"movement": [116, 39], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7127": {"Maria Lopez": {"movement": [116, 40], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7128": {"Maria Lopez": {"movement": [116, 41], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7129": {"Maria Lopez": {"movement": [116, 42], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7130": {"Maria Lopez": {"movement": [116, 43], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7131": {"Maria Lopez": {"movement": [116, 44], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7132": {"Maria Lopez": {"movement": [116, 45], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7133": {"Maria Lopez": {"movement": [117, 45], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7134": {"Maria Lopez": {"movement": [117, 46], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7135": {"Maria Lopez": {"movement": [117, 47], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7136": {"Maria Lopez": {"movement": [117, 48], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7137": {"Maria Lopez": {"movement": [117, 49], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7138": {"Maria Lopez": {"movement": [117, 50], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7139": {"Maria Lopez": {"movement": [117, 51], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7140": {"Maria Lopez": {"movement": [116, 51], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7141": {"Maria Lopez": {"movement": [115, 51], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7142": {"Maria Lopez": {"movement": [114, 51], "pronunciatio": "☕", "description": "having dinner (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7143": {}, "7144": {}, "7145": {}, "7146": {}, "7147": {}, "7148": {}, "7149": {}, "7150": {}, "7151": {}, "7152": {"Klaus Mueller": {"movement": [115, 51], "pronunciatio": "📺❌", "description": "watching TV (turning off the TV) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [115, 51], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7153": {"Klaus Mueller": {"movement": [116, 51], "pronunciatio": "📺❌", "description": "watching TV (turning off the TV) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [116, 51], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7154": {"Klaus Mueller": {"movement": [117, 51], "pronunciatio": "📺❌", "description": "watching TV (turning off the TV) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [117, 51], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7155": {"Klaus Mueller": {"movement": [117, 50], "pronunciatio": "📺❌", "description": "watching TV (turning off the TV) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [117, 50], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7156": {"Klaus Mueller": {"movement": [117, 49], "pronunciatio": "📺❌", "description": "watching TV (turning off the TV) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [117, 49], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7157": {"Klaus Mueller": {"movement": [118, 49], "pronunciatio": "📺❌", "description": "watching TV (turning off the TV) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [117, 48], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7158": {"Klaus Mueller": {"movement": [119, 49], "pronunciatio": "📺❌", "description": "watching TV (turning off the TV) @ the Ville:Dorm for Oak Hill College:common room:common room table", "chat": null}, "Maria Lopez": {"movement": [117, 47], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7159": {"Maria Lopez": {"movement": [116, 47], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7160": {"Maria Lopez": {"movement": [115, 47], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7161": {"Maria Lopez": {"movement": [114, 47], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7162": {"Maria Lopez": {"movement": [113, 47], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7163": {"Maria Lopez": {"movement": [112, 47], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7164": {"Maria Lopez": {"movement": [111, 47], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7165": {"Maria Lopez": {"movement": [110, 47], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7166": {"Maria Lopez": {"movement": [109, 47], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7167": {"Maria Lopez": {"movement": [108, 47], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7168": {"Maria Lopez": {"movement": [108, 46], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7169": {"Maria Lopez": {"movement": [108, 45], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7170": {"Maria Lopez": {"movement": [108, 44], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7171": {"Maria Lopez": {"movement": [108, 43], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7172": {"Maria Lopez": {"movement": [108, 42], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7173": {"Maria Lopez": {"movement": [108, 41], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7174": {"Maria Lopez": {"movement": [108, 40], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7175": {"Maria Lopez": {"movement": [108, 39], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7176": {"Maria Lopez": {"movement": [108, 38], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7177": {"Maria Lopez": {"movement": [108, 37], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7178": {"Maria Lopez": {"movement": [108, 36], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7179": {"Maria Lopez": {"movement": [108, 35], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7180": {"Maria Lopez": {"movement": [108, 34], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7181": {"Maria Lopez": {"movement": [108, 33], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7182": {"Isabella Rodriguez": {"movement": [72, 14], "pronunciatio": "🛁🧖", "description": "watching TV (taking a break) @ the Ville:小美's apartment:main room:bed", "chat": null}, "Klaus Mueller": {"movement": [120, 49], "pronunciatio": "🛁🧖", "description": "watching TV (getting ready for bed) @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}, "Maria Lopez": {"movement": [108, 32], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7183": {"Klaus Mueller": {"movement": [121, 49], "pronunciatio": "🛁🧖", "description": "watching TV (getting ready for bed) @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}, "Maria Lopez": {"movement": [109, 32], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7184": {"Klaus Mueller": {"movement": [122, 49], "pronunciatio": "🛁🧖", "description": "watching TV (getting ready for bed) @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}, "Maria Lopez": {"movement": [109, 31], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7185": {"Klaus Mueller": {"movement": [123, 49], "pronunciatio": "🛁🧖", "description": "watching TV (getting ready for bed) @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}, "Maria Lopez": {"movement": [109, 30], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7186": {"Klaus Mueller": {"movement": [124, 49], "pronunciatio": "🛁🧖", "description": "watching TV (getting ready for bed) @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}, "Maria Lopez": {"movement": [110, 30], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7187": {"Klaus Mueller": {"movement": [124, 50], "pronunciatio": "🛁🧖", "description": "watching TV (getting ready for bed) @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}, "Maria Lopez": {"movement": [111, 30], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7188": {"Klaus Mueller": {"movement": [125, 50], "pronunciatio": "🛁🧖", "description": "watching TV (getting ready for bed) @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}, "Maria Lopez": {"movement": [112, 30], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7189": {"Klaus Mueller": {"movement": [126, 50], "pronunciatio": "🛁🧖", "description": "watching TV (getting ready for bed) @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}, "Maria Lopez": {"movement": [113, 30], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7190": {"Klaus Mueller": {"movement": [127, 50], "pronunciatio": "🛁🧖", "description": "watching TV (getting ready for bed) @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}, "Maria Lopez": {"movement": [114, 30], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7191": {"Klaus Mueller": {"movement": [128, 50], "pronunciatio": "🛁🧖", "description": "watching TV (getting ready for bed) @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}, "Maria Lopez": {"movement": [115, 30], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7192": {"Klaus Mueller": {"movement": [129, 50], "pronunciatio": "🛁🧖", "description": "watching TV (getting ready for bed) @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}, "Maria Lopez": {"movement": [116, 30], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7193": {"Klaus Mueller": {"movement": [130, 50], "pronunciatio": "🛁🧖", "description": "watching TV (getting ready for bed) @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}, "Maria Lopez": {"movement": [117, 30], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7194": {"Klaus Mueller": {"movement": [131, 50], "pronunciatio": "🛁🧖", "description": "watching TV (getting ready for bed) @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}, "Maria Lopez": {"movement": [118, 30], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7195": {"Klaus Mueller": {"movement": [131, 49], "pronunciatio": "🛁🧖", "description": "watching TV (getting ready for bed) @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}, "Maria Lopez": {"movement": [119, 30], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7196": {"Klaus Mueller": {"movement": [131, 48], "pronunciatio": "🛁🧖", "description": "watching TV (getting ready for bed) @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}, "Maria Lopez": {"movement": [119, 29], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7197": {"Klaus Mueller": {"movement": [130, 48], "pronunciatio": "🛁🧖", "description": "watching TV (getting ready for bed) @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}, "Maria Lopez": {"movement": [119, 28], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7198": {"Klaus Mueller": {"movement": [129, 48], "pronunciatio": "🛁🧖", "description": "watching TV (getting ready for bed) @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}, "Maria Lopez": {"movement": [119, 27], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7199": {"Klaus Mueller": {"movement": [128, 48], "pronunciatio": "🛁🧖", "description": "watching TV (getting ready for bed) @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}, "Maria Lopez": {"movement": [119, 26], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7200": {"Klaus Mueller": {"movement": [127, 48], "pronunciatio": "🛁🧖", "description": "watching TV (getting ready for bed) @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}, "Maria Lopez": {"movement": [119, 25], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7201": {"Klaus Mueller": {"movement": [127, 47], "pronunciatio": "🛁🧖", "description": "watching TV (getting ready for bed) @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}, "Maria Lopez": {"movement": [119, 24], "pronunciatio": "📚🔬", "description": "having dinner (studying physics) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7202": {"Klaus Mueller": {"movement": [127, 46], "pronunciatio": "🛁🧖", "description": "watching TV (getting ready for bed) @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}}, "7203": {}, "7204": {}, "7205": {}, "7206": {}, "7207": {}, "7208": {}, "7209": {}, "7210": {}, "7211": {}, "7212": {"Klaus Mueller": {"movement": [128, 46], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [119, 25], "pronunciatio": "📦", "description": "having dinner (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "7213": {"Klaus Mueller": {"movement": [129, 46], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [119, 26], "pronunciatio": "📦", "description": "having dinner (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "7214": {"Klaus Mueller": {"movement": [130, 46], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [119, 27], "pronunciatio": "📦", "description": "having dinner (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "7215": {"Klaus Mueller": {"movement": [131, 46], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [119, 28], "pronunciatio": "📦", "description": "having dinner (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "7216": {"Klaus Mueller": {"movement": [131, 47], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [119, 29], "pronunciatio": "📦", "description": "having dinner (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "7217": {"Klaus Mueller": {"movement": [131, 48], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [119, 30], "pronunciatio": "📦", "description": "having dinner (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "7218": {"Klaus Mueller": {"movement": [131, 49], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [118, 30], "pronunciatio": "📦", "description": "having dinner (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "7219": {"Klaus Mueller": {"movement": [131, 50], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [117, 30], "pronunciatio": "📦", "description": "having dinner (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "7220": {"Klaus Mueller": {"movement": [130, 50], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [116, 30], "pronunciatio": "📦", "description": "having dinner (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "7221": {"Klaus Mueller": {"movement": [129, 50], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [115, 30], "pronunciatio": "📦", "description": "having dinner (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "7222": {"Klaus Mueller": {"movement": [128, 50], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [114, 30], "pronunciatio": "📦", "description": "having dinner (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "7223": {"Klaus Mueller": {"movement": [127, 50], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [113, 30], "pronunciatio": "📦", "description": "having dinner (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "7224": {"Klaus Mueller": {"movement": [126, 50], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [112, 30], "pronunciatio": "📦", "description": "having dinner (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "7225": {"Klaus Mueller": {"movement": [125, 50], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [111, 30], "pronunciatio": "📦", "description": "having dinner (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "7226": {"Klaus Mueller": {"movement": [124, 50], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [110, 30], "pronunciatio": "📦", "description": "having dinner (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "7227": {"Klaus Mueller": {"movement": [123, 50], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [109, 30], "pronunciatio": "📦", "description": "having dinner (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "7228": {"Klaus Mueller": {"movement": [122, 50], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [109, 31], "pronunciatio": "📦", "description": "having dinner (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "7229": {"Klaus Mueller": {"movement": [121, 50], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [109, 32], "pronunciatio": "📦", "description": "having dinner (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "7230": {"Klaus Mueller": {"movement": [120, 50], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [108, 32], "pronunciatio": "📦", "description": "having dinner (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "7231": {"Klaus Mueller": {"movement": [119, 50], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [108, 33], "pronunciatio": "📦", "description": "having dinner (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "7232": {"Klaus Mueller": {"movement": [118, 50], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [108, 34], "pronunciatio": "📦", "description": "having dinner (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "7233": {"Klaus Mueller": {"movement": [117, 50], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [108, 35], "pronunciatio": "📦", "description": "having dinner (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "7234": {"Klaus Mueller": {"movement": [117, 49], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [108, 36], "pronunciatio": "📦", "description": "having dinner (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "7235": {"Klaus Mueller": {"movement": [117, 48], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [108, 37], "pronunciatio": "📦", "description": "having dinner (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "7236": {"Klaus Mueller": {"movement": [117, 47], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [109, 37], "pronunciatio": "📦", "description": "having dinner (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "7237": {"Klaus Mueller": {"movement": [116, 47], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [110, 37], "pronunciatio": "📦", "description": "having dinner (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "7238": {"Klaus Mueller": {"movement": [115, 47], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [111, 37], "pronunciatio": "📦", "description": "having dinner (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "7239": {"Klaus Mueller": {"movement": [114, 47], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [112, 37], "pronunciatio": "📦", "description": "having dinner (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "7240": {"Klaus Mueller": {"movement": [113, 47], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [113, 37], "pronunciatio": "📦", "description": "having dinner (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "7241": {"Klaus Mueller": {"movement": [112, 47], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [114, 37], "pronunciatio": "📦", "description": "having dinner (packing up her things) @ the Ville:Dorm for Oak Hill College:龙哥's room:closet", "chat": null}}, "7242": {"Isabella Rodriguez": {"movement": [73, 14], "pronunciatio": "📺", "description": "watching TV (browsing through the channels) @ the Ville:小美's apartment:main room:shelf", "chat": null}, "Klaus Mueller": {"movement": [111, 47], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [115, 37], "pronunciatio": "🚶♀", "description": "having dinner (leaving the cafe) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "7243": {"Isabella Rodriguez": {"movement": [74, 14], "pronunciatio": "📺", "description": "watching TV (browsing through the channels) @ the Ville:小美's apartment:main room:shelf", "chat": null}, "Klaus Mueller": {"movement": [110, 47], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [116, 37], "pronunciatio": "🚶♀", "description": "having dinner (leaving the cafe) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "7244": {"Isabella Rodriguez": {"movement": [75, 14], "pronunciatio": "📺", "description": "watching TV (browsing through the channels) @ the Ville:小美's apartment:main room:shelf", "chat": null}, "Klaus Mueller": {"movement": [109, 47], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [116, 38], "pronunciatio": "🚶♀", "description": "having dinner (leaving the cafe) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "7245": {"Isabella Rodriguez": {"movement": [76, 14], "pronunciatio": "📺", "description": "watching TV (browsing through the channels) @ the Ville:小美's apartment:main room:shelf", "chat": null}, "Klaus Mueller": {"movement": [108, 47], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [116, 39], "pronunciatio": "🚶♀", "description": "having dinner (leaving the cafe) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "7246": {"Isabella Rodriguez": {"movement": [77, 14], "pronunciatio": "📺", "description": "watching TV (browsing through the channels) @ the Ville:小美's apartment:main room:shelf", "chat": null}, "Klaus Mueller": {"movement": [108, 46], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [116, 40], "pronunciatio": "🚶♀", "description": "having dinner (leaving the cafe) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "7247": {"Isabella Rodriguez": {"movement": [78, 14], "pronunciatio": "📺", "description": "watching TV (browsing through the channels) @ the Ville:小美's apartment:main room:shelf", "chat": null}, "Klaus Mueller": {"movement": [108, 45], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [116, 41], "pronunciatio": "🚶♀", "description": "having dinner (leaving the cafe) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "7248": {"Klaus Mueller": {"movement": [108, 44], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [116, 42], "pronunciatio": "🚶♀", "description": "having dinner (leaving the cafe) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "7249": {"Klaus Mueller": {"movement": [108, 43], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [116, 43], "pronunciatio": "🚶♀", "description": "having dinner (leaving the cafe) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "7250": {"Klaus Mueller": {"movement": [108, 42], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [116, 44], "pronunciatio": "🚶♀", "description": "having dinner (leaving the cafe) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "7251": {"Klaus Mueller": {"movement": [108, 41], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [116, 45], "pronunciatio": "🚶♀", "description": "having dinner (leaving the cafe) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "7252": {"Klaus Mueller": {"movement": [108, 40], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [117, 45], "pronunciatio": "🚶♀", "description": "having dinner (leaving the cafe) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "7253": {"Klaus Mueller": {"movement": [108, 39], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [118, 45], "pronunciatio": "🚶♀", "description": "having dinner (leaving the cafe) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "7254": {"Klaus Mueller": {"movement": [108, 38], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [119, 45], "pronunciatio": "🚶♀", "description": "having dinner (leaving the cafe) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "7255": {"Klaus Mueller": {"movement": [108, 37], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [120, 45], "pronunciatio": "🚶♀", "description": "having dinner (leaving the cafe) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "7256": {"Klaus Mueller": {"movement": [108, 36], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}, "Maria Lopez": {"movement": [121, 45], "pronunciatio": "🚶♀", "description": "having dinner (leaving the cafe) @ the Ville:Dorm for Oak Hill College:kitchen:kitchen sink", "chat": null}}, "7257": {"Klaus Mueller": {"movement": [108, 35], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}}, "7258": {"Klaus Mueller": {"movement": [108, 34], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}}, "7259": {"Klaus Mueller": {"movement": [108, 33], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}}, "7260": {"Klaus Mueller": {"movement": [108, 32], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}}, "7261": {"Klaus Mueller": {"movement": [109, 32], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}}, "7262": {"Klaus Mueller": {"movement": [109, 31], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}}, "7263": {"Klaus Mueller": {"movement": [109, 30], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}}, "7264": {"Klaus Mueller": {"movement": [110, 30], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}}, "7265": {"Klaus Mueller": {"movement": [111, 30], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}}, "7266": {"Klaus Mueller": {"movement": [112, 30], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}}, "7267": {"Klaus Mueller": {"movement": [113, 30], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}}, "7268": {"Klaus Mueller": {"movement": [114, 30], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}}, "7269": {"Klaus Mueller": {"movement": [115, 30], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}}, "7270": {"Klaus Mueller": {"movement": [116, 30], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}}, "7271": {"Klaus Mueller": {"movement": [117, 30], "pronunciatio": "📚", "description": "reading a Sociology-related book (selecting a book to read) @ the Ville:Oak Hill College:library:bookshelf", "chat": null}}, "7272": {"Klaus Mueller": {"movement": [116, 30], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}, "Maria Lopez": {"movement": [122, 45], "pronunciatio": "📧", "description": "taking a break and enjoying some free time (checking her emails) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "7273": {"Klaus Mueller": {"movement": [115, 30], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}, "Maria Lopez": {"movement": [123, 45], "pronunciatio": "📧", "description": "taking a break and enjoying some free time (checking her emails) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "7274": {"Klaus Mueller": {"movement": [114, 30], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}, "Maria Lopez": {"movement": [123, 46], "pronunciatio": "📧", "description": "taking a break and enjoying some free time (checking her emails) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "7275": {"Klaus Mueller": {"movement": [113, 30], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}, "Maria Lopez": {"movement": [123, 47], "pronunciatio": "📧", "description": "taking a break and enjoying some free time (checking her emails) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "7276": {"Klaus Mueller": {"movement": [112, 30], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}, "Maria Lopez": {"movement": [123, 48], "pronunciatio": "📧", "description": "taking a break and enjoying some free time (checking her emails) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "7277": {"Klaus Mueller": {"movement": [111, 30], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}, "Maria Lopez": {"movement": [123, 49], "pronunciatio": "📧", "description": "taking a break and enjoying some free time (checking her emails) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "7278": {"Klaus Mueller": {"movement": [110, 30], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}, "Maria Lopez": {"movement": [124, 49], "pronunciatio": "📧", "description": "taking a break and enjoying some free time (checking her emails) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "7279": {"Klaus Mueller": {"movement": [109, 30], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}, "Maria Lopez": {"movement": [124, 50], "pronunciatio": "📧", "description": "taking a break and enjoying some free time (checking her emails) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "7280": {"Klaus Mueller": {"movement": [109, 31], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}, "Maria Lopez": {"movement": [125, 50], "pronunciatio": "📧", "description": "taking a break and enjoying some free time (checking her emails) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "7281": {"Klaus Mueller": {"movement": [109, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}, "Maria Lopez": {"movement": [125, 51], "pronunciatio": "📧", "description": "taking a break and enjoying some free time (checking her emails) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "7282": {"Klaus Mueller": {"movement": [108, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}, "Maria Lopez": {"movement": [125, 52], "pronunciatio": "📧", "description": "taking a break and enjoying some free time (checking her emails) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "7283": {"Klaus Mueller": {"movement": [107, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}, "Maria Lopez": {"movement": [125, 53], "pronunciatio": "📧", "description": "taking a break and enjoying some free time (checking her emails) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "7284": {"Klaus Mueller": {"movement": [106, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}, "Maria Lopez": {"movement": [125, 54], "pronunciatio": "📧", "description": "taking a break and enjoying some free time (checking her emails) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "7285": {"Klaus Mueller": {"movement": [105, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}, "Maria Lopez": {"movement": [126, 54], "pronunciatio": "📧", "description": "taking a break and enjoying some free time (checking her emails) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "7286": {"Klaus Mueller": {"movement": [104, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7287": {"Klaus Mueller": {"movement": [103, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7288": {"Klaus Mueller": {"movement": [102, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7289": {"Klaus Mueller": {"movement": [101, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7290": {"Klaus Mueller": {"movement": [100, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7291": {"Klaus Mueller": {"movement": [99, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7292": {"Klaus Mueller": {"movement": [98, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7293": {"Klaus Mueller": {"movement": [97, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7294": {"Klaus Mueller": {"movement": [96, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7295": {"Klaus Mueller": {"movement": [95, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7296": {"Klaus Mueller": {"movement": [94, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7297": {"Klaus Mueller": {"movement": [93, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7298": {"Klaus Mueller": {"movement": [92, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7299": {"Klaus Mueller": {"movement": [91, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7300": {"Klaus Mueller": {"movement": [90, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7301": {"Klaus Mueller": {"movement": [89, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7302": {"Isabella Rodriguez": {"movement": [79, 14], "pronunciatio": "📺", "description": "watching TV (selecting a show to watch) @ the Ville:小美's apartment:main room:shelf", "chat": null}, "Klaus Mueller": {"movement": [88, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}, "Maria Lopez": {"movement": [127, 54], "pronunciatio": "📱", "description": "taking a break and enjoying some free time (scrolling through her social media feeds) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "7303": {"Klaus Mueller": {"movement": [87, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7304": {"Klaus Mueller": {"movement": [86, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7305": {"Klaus Mueller": {"movement": [85, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7306": {"Klaus Mueller": {"movement": [84, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7307": {"Klaus Mueller": {"movement": [83, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7308": {"Klaus Mueller": {"movement": [82, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7309": {"Klaus Mueller": {"movement": [81, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7310": {"Klaus Mueller": {"movement": [80, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7311": {"Klaus Mueller": {"movement": [79, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7312": {"Klaus Mueller": {"movement": [78, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7313": {"Klaus Mueller": {"movement": [77, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7314": {"Klaus Mueller": {"movement": [76, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7315": {"Klaus Mueller": {"movement": [75, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7316": {"Klaus Mueller": {"movement": [74, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7317": {"Klaus Mueller": {"movement": [73, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7318": {"Klaus Mueller": {"movement": [72, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7319": {"Klaus Mueller": {"movement": [71, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7320": {"Klaus Mueller": {"movement": [70, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7321": {"Klaus Mueller": {"movement": [69, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7322": {"Klaus Mueller": {"movement": [68, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7323": {"Klaus Mueller": {"movement": [67, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7324": {"Klaus Mueller": {"movement": [66, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7325": {"Klaus Mueller": {"movement": [65, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7326": {"Klaus Mueller": {"movement": [64, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7327": {"Klaus Mueller": {"movement": [63, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7328": {"Klaus Mueller": {"movement": [62, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7329": {"Klaus Mueller": {"movement": [61, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7330": {"Klaus Mueller": {"movement": [60, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7331": {"Klaus Mueller": {"movement": [59, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7332": {"Klaus Mueller": {"movement": [58, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7333": {"Klaus Mueller": {"movement": [57, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7334": {"Klaus Mueller": {"movement": [56, 32], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7335": {"Klaus Mueller": {"movement": [56, 31], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7336": {"Klaus Mueller": {"movement": [56, 30], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7337": {"Klaus Mueller": {"movement": [56, 29], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7338": {"Klaus Mueller": {"movement": [56, 28], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7339": {"Klaus Mueller": {"movement": [56, 27], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7340": {"Klaus Mueller": {"movement": [56, 26], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7341": {"Klaus Mueller": {"movement": [55, 26], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7342": {"Klaus Mueller": {"movement": [54, 26], "pronunciatio": "📚👀", "description": "reading a Sociology-related book (skimming the book to get an overview) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}}, "7343": {}, "7344": {}, "7345": {}, "7346": {}, "7347": {}, "7348": {}, "7349": {}, "7350": {}, "7351": {}, "7352": {}, "7353": {}, "7354": {}, "7355": {}, "7356": {}, "7357": {}, "7358": {}, "7359": {}, "7360": {}, "7361": {}, "7362": {"Isabella Rodriguez": {"movement": [78, 14], "pronunciatio": "📺", "description": "watching TV (watching the show) @ the Ville:小美's apartment:main room:bed", "chat": null}, "Klaus Mueller": {"movement": [54, 25], "pronunciatio": "📖", "description": "reading a Sociology-related book (reading the book) @ the Ville:The Rose and Crown Pub:pub:shelf", "chat": null}, "Maria Lopez": {"movement": [126, 54], "pronunciatio": "💬", "description": "taking a break and enjoying some free time (chatting with her friends) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7363": {"Isabella Rodriguez": {"movement": [77, 14], "pronunciatio": "📺", "description": "watching TV (watching the show) @ the Ville:小美's apartment:main room:bed", "chat": null}, "Maria Lopez": {"movement": [125, 54], "pronunciatio": "💬", "description": "taking a break and enjoying some free time (chatting with her friends) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7364": {"Isabella Rodriguez": {"movement": [76, 14], "pronunciatio": "📺", "description": "watching TV (watching the show) @ the Ville:小美's apartment:main room:bed", "chat": null}, "Maria Lopez": {"movement": [124, 54], "pronunciatio": "💬", "description": "taking a break and enjoying some free time (chatting with her friends) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7365": {"Isabella Rodriguez": {"movement": [75, 14], "pronunciatio": "📺", "description": "watching TV (watching the show) @ the Ville:小美's apartment:main room:bed", "chat": null}, "Maria Lopez": {"movement": [124, 53], "pronunciatio": "💬", "description": "taking a break and enjoying some free time (chatting with her friends) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7366": {"Isabella Rodriguez": {"movement": [74, 14], "pronunciatio": "📺", "description": "watching TV (watching the show) @ the Ville:小美's apartment:main room:bed", "chat": null}, "Maria Lopez": {"movement": [124, 52], "pronunciatio": "💬", "description": "taking a break and enjoying some free time (chatting with her friends) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7367": {"Isabella Rodriguez": {"movement": [73, 14], "pronunciatio": "📺", "description": "watching TV (watching the show) @ the Ville:小美's apartment:main room:bed", "chat": null}, "Maria Lopez": {"movement": [124, 51], "pronunciatio": "💬", "description": "taking a break and enjoying some free time (chatting with her friends) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7368": {"Maria Lopez": {"movement": [123, 51], "pronunciatio": "💬", "description": "taking a break and enjoying some free time (chatting with her friends) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7369": {"Maria Lopez": {"movement": [122, 51], "pronunciatio": "💬", "description": "taking a break and enjoying some free time (chatting with her friends) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7370": {"Maria Lopez": {"movement": [121, 51], "pronunciatio": "💬", "description": "taking a break and enjoying some free time (chatting with her friends) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7371": {"Maria Lopez": {"movement": [120, 51], "pronunciatio": "💬", "description": "taking a break and enjoying some free time (chatting with her friends) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7372": {"Maria Lopez": {"movement": [119, 51], "pronunciatio": "💬", "description": "taking a break and enjoying some free time (chatting with her friends) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7373": {"Maria Lopez": {"movement": [118, 51], "pronunciatio": "💬", "description": "taking a break and enjoying some free time (chatting with her friends) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7374": {"Maria Lopez": {"movement": [117, 51], "pronunciatio": "💬", "description": "taking a break and enjoying some free time (chatting with her friends) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7375": {"Maria Lopez": {"movement": [116, 51], "pronunciatio": "💬", "description": "taking a break and enjoying some free time (chatting with her friends) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7376": {"Maria Lopez": {"movement": [115, 51], "pronunciatio": "💬", "description": "taking a break and enjoying some free time (chatting with her friends) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7377": {"Maria Lopez": {"movement": [114, 51], "pronunciatio": "💬", "description": "taking a break and enjoying some free time (chatting with her friends) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7378": {}, "7379": {}, "7380": {}, "7381": {}, "7382": {}, "7383": {}, "7384": {}, "7385": {}, "7386": {}, "7387": {}, "7388": {}, "7389": {}, "7390": {}, "7391": {}, "7392": {}, "7393": {}, "7394": {}, "7395": {}, "7396": {}, "7397": {}, "7398": {}, "7399": {}, "7400": {}, "7401": {}, "7402": {}, "7403": {}, "7404": {}, "7405": {}, "7406": {}, "7407": {}, "7408": {}, "7409": {}, "7410": {}, "7411": {}, "7412": {}, "7413": {}, "7414": {}, "7415": {}, "7416": {}, "7417": {}, "7418": {}, "7419": {}, "7420": {}, "7421": {}, "7422": {"Maria Lopez": {"movement": [114, 52], "pronunciatio": "🎬", "description": "taking a break and enjoying some free time (watching a movie) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7423": {}, "7424": {}, "7425": {}, "7426": {}, "7427": {}, "7428": {}, "7429": {}, "7430": {}, "7431": {}, "7432": {}, "7433": {}, "7434": {}, "7435": {}, "7436": {}, "7437": {}, "7438": {}, "7439": {}, "7440": {}, "7441": {}, "7442": {}, "7443": {}, "7444": {}, "7445": {}, "7446": {}, "7447": {}, "7448": {}, "7449": {}, "7450": {}, "7451": {}, "7452": {}, "7453": {}, "7454": {}, "7455": {}, "7456": {}, "7457": {}, "7458": {}, "7459": {}, "7460": {}, "7461": {}, "7462": {}, "7463": {}, "7464": {}, "7465": {}, "7466": {}, "7467": {}, "7468": {}, "7469": {}, "7470": {}, "7471": {}, "7472": {}, "7473": {}, "7474": {}, "7475": {}, "7476": {}, "7477": {}, "7478": {}, "7479": {}, "7480": {}, "7481": {}, "7482": {"Isabella Rodriguez": {"movement": [74, 14], "pronunciatio": "📺❌", "description": "watching TV (turning off the TV) @ the Ville:小美's apartment:main room:shelf", "chat": null}, "Maria Lopez": {"movement": [114, 51], "pronunciatio": "🛀", "description": "taking a break and enjoying some free time (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7483": {"Isabella Rodriguez": {"movement": [75, 14], "pronunciatio": "📺❌", "description": "watching TV (turning off the TV) @ the Ville:小美's apartment:main room:shelf", "chat": null}}, "7484": {"Isabella Rodriguez": {"movement": [76, 14], "pronunciatio": "📺❌", "description": "watching TV (turning off the TV) @ the Ville:小美's apartment:main room:shelf", "chat": null}}, "7485": {"Isabella Rodriguez": {"movement": [77, 14], "pronunciatio": "📺❌", "description": "watching TV (turning off the TV) @ the Ville:小美's apartment:main room:shelf", "chat": null}}, "7486": {"Isabella Rodriguez": {"movement": [78, 14], "pronunciatio": "📺❌", "description": "watching TV (turning off the TV) @ the Ville:小美's apartment:main room:shelf", "chat": null}}, "7487": {}, "7488": {}, "7489": {}, "7490": {}, "7491": {}, "7492": {}, "7493": {}, "7494": {}, "7495": {}, "7496": {}, "7497": {}, "7498": {}, "7499": {}, "7500": {}, "7501": {}, "7502": {}, "7503": {}, "7504": {}, "7505": {}, "7506": {}, "7507": {}, "7508": {}, "7509": {}, "7510": {}, "7511": {}, "7512": {"Isabella Rodriguez": {"movement": [77, 14], "pronunciatio": "🛁🧖", "description": "watching TV (getting ready for bed) @ the Ville:小美's apartment:main room:bed", "chat": null}, "Maria Lopez": {"movement": [115, 51], "pronunciatio": "🎮", "description": "taking a break and enjoying some free time (playing a game) @ the Ville:Dorm for Oak Hill College:common room:pool table", "chat": null}}, "7513": {"Isabella Rodriguez": {"movement": [76, 14], "pronunciatio": "🛁🧖", "description": "watching TV (getting ready for bed) @ the Ville:小美's apartment:main room:bed", "chat": null}, "Maria Lopez": {"movement": [116, 51], "pronunciatio": "🎮", "description": "taking a break and enjoying some free time (playing a game) @ the Ville:Dorm for Oak Hill College:common room:pool table", "chat": null}}, "7514": {"Isabella Rodriguez": {"movement": [75, 14], "pronunciatio": "🛁🧖", "description": "watching TV (getting ready for bed) @ the Ville:小美's apartment:main room:bed", "chat": null}, "Maria Lopez": {"movement": [117, 51], "pronunciatio": "🎮", "description": "taking a break and enjoying some free time (playing a game) @ the Ville:Dorm for Oak Hill College:common room:pool table", "chat": null}}, "7515": {"Isabella Rodriguez": {"movement": [74, 14], "pronunciatio": "🛁🧖", "description": "watching TV (getting ready for bed) @ the Ville:小美's apartment:main room:bed", "chat": null}, "Maria Lopez": {"movement": [118, 51], "pronunciatio": "🎮", "description": "taking a break and enjoying some free time (playing a game) @ the Ville:Dorm for Oak Hill College:common room:pool table", "chat": null}}, "7516": {"Isabella Rodriguez": {"movement": [73, 14], "pronunciatio": "🛁🧖", "description": "watching TV (getting ready for bed) @ the Ville:小美's apartment:main room:bed", "chat": null}}, "7517": {}, "7518": {}, "7519": {}, "7520": {}, "7521": {}, "7522": {}, "7523": {}, "7524": {}, "7525": {}, "7526": {}, "7527": {}, "7528": {}, "7529": {}, "7530": {}, "7531": {}, "7532": {}, "7533": {}, "7534": {}, "7535": {}, "7536": {}, "7537": {}, "7538": {}, "7539": {}, "7540": {}, "7541": {}, "7542": {"Klaus Mueller": {"movement": [55, 25], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7543": {"Klaus Mueller": {"movement": [56, 25], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7544": {"Klaus Mueller": {"movement": [57, 25], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7545": {"Klaus Mueller": {"movement": [57, 26], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7546": {"Klaus Mueller": {"movement": [57, 27], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7547": {"Klaus Mueller": {"movement": [57, 28], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7548": {"Klaus Mueller": {"movement": [57, 29], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7549": {"Klaus Mueller": {"movement": [57, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7550": {"Klaus Mueller": {"movement": [58, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7551": {"Klaus Mueller": {"movement": [59, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7552": {"Klaus Mueller": {"movement": [60, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7553": {"Klaus Mueller": {"movement": [61, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7554": {"Klaus Mueller": {"movement": [62, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7555": {"Klaus Mueller": {"movement": [63, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7556": {"Klaus Mueller": {"movement": [64, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7557": {"Klaus Mueller": {"movement": [65, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7558": {"Klaus Mueller": {"movement": [66, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7559": {"Klaus Mueller": {"movement": [67, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7560": {"Klaus Mueller": {"movement": [68, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7561": {"Klaus Mueller": {"movement": [69, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7562": {"Klaus Mueller": {"movement": [70, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7563": {"Klaus Mueller": {"movement": [71, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7564": {"Klaus Mueller": {"movement": [72, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7565": {"Klaus Mueller": {"movement": [73, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7566": {"Klaus Mueller": {"movement": [74, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7567": {"Klaus Mueller": {"movement": [75, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7568": {"Klaus Mueller": {"movement": [76, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7569": {"Klaus Mueller": {"movement": [77, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7570": {"Klaus Mueller": {"movement": [78, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7571": {"Klaus Mueller": {"movement": [79, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7572": {"Isabella Rodriguez": {"movement": [73, 15], "pronunciatio": "📝", "description": "preparing other admin tasks (making a list of tasks to do the next day) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Klaus Mueller": {"movement": [80, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [117, 51], "pronunciatio": "📖", "description": "taking a break and enjoying some free time (reading a book) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7573": {"Isabella Rodriguez": {"movement": [73, 16], "pronunciatio": "📝", "description": "preparing other admin tasks (making a list of tasks to do the next day) @ the Ville:小美's apartment:main room:desk", "chat": null}, "Klaus Mueller": {"movement": [81, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [116, 51], "pronunciatio": "📖", "description": "taking a break and enjoying some free time (reading a book) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7574": {"Klaus Mueller": {"movement": [82, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [115, 51], "pronunciatio": "📖", "description": "taking a break and enjoying some free time (reading a book) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7575": {"Klaus Mueller": {"movement": [83, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [114, 51], "pronunciatio": "📖", "description": "taking a break and enjoying some free time (reading a book) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7576": {"Klaus Mueller": {"movement": [84, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7577": {"Klaus Mueller": {"movement": [85, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7578": {"Klaus Mueller": {"movement": [86, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7579": {"Klaus Mueller": {"movement": [87, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7580": {"Klaus Mueller": {"movement": [88, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7581": {"Klaus Mueller": {"movement": [89, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7582": {"Klaus Mueller": {"movement": [90, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7583": {"Klaus Mueller": {"movement": [91, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7584": {"Klaus Mueller": {"movement": [92, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7585": {"Klaus Mueller": {"movement": [93, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7586": {"Klaus Mueller": {"movement": [94, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7587": {"Klaus Mueller": {"movement": [95, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7588": {"Klaus Mueller": {"movement": [96, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7589": {"Klaus Mueller": {"movement": [97, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7590": {"Klaus Mueller": {"movement": [98, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7591": {"Klaus Mueller": {"movement": [99, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7592": {"Klaus Mueller": {"movement": [100, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7593": {"Klaus Mueller": {"movement": [101, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7594": {"Klaus Mueller": {"movement": [102, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7595": {"Klaus Mueller": {"movement": [103, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7596": {"Klaus Mueller": {"movement": [103, 31], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7597": {"Klaus Mueller": {"movement": [103, 32], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7598": {"Klaus Mueller": {"movement": [104, 32], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7599": {"Klaus Mueller": {"movement": [105, 32], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7600": {"Klaus Mueller": {"movement": [106, 32], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7601": {"Klaus Mueller": {"movement": [107, 32], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7602": {"Klaus Mueller": {"movement": [108, 32], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [114, 52], "pronunciatio": "🎧", "description": "taking a break and enjoying some free time (listening to music) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7603": {"Klaus Mueller": {"movement": [109, 32], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7604": {"Klaus Mueller": {"movement": [109, 31], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7605": {"Klaus Mueller": {"movement": [109, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7606": {"Klaus Mueller": {"movement": [110, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7607": {"Klaus Mueller": {"movement": [111, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7608": {"Klaus Mueller": {"movement": [112, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7609": {"Klaus Mueller": {"movement": [113, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7610": {"Klaus Mueller": {"movement": [114, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7611": {"Klaus Mueller": {"movement": [115, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7612": {"Klaus Mueller": {"movement": [116, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7613": {"Klaus Mueller": {"movement": [117, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7614": {"Klaus Mueller": {"movement": [118, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7615": {"Klaus Mueller": {"movement": [119, 30], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7616": {"Klaus Mueller": {"movement": [119, 29], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7617": {"Klaus Mueller": {"movement": [119, 28], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7618": {"Klaus Mueller": {"movement": [119, 27], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7619": {"Klaus Mueller": {"movement": [119, 26], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7620": {"Klaus Mueller": {"movement": [119, 25], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7621": {"Klaus Mueller": {"movement": [119, 24], "pronunciatio": "📝", "description": "reading a Sociology-related book (taking notes on the book) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7622": {}, "7623": {}, "7624": {}, "7625": {}, "7626": {"Isabella Rodriguez": {"movement": [73, 15], "pronunciatio": "💤", "description": "sleeping @ the Ville:小美's apartment:main room:bed", "chat": null}}, "7627": {"Isabella Rodriguez": {"movement": [73, 14], "pronunciatio": "💤", "description": "sleeping @ the Ville:小美's apartment:main room:bed", "chat": null}}, "7628": {}, "7629": {}, "7630": {}, "7631": {}, "7632": {"Maria Lopez": {"movement": [114, 51], "pronunciatio": "🎥🔌", "description": "streaming on Twitch (setting up her streaming equipment) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "7633": {"Maria Lopez": {"movement": [115, 51], "pronunciatio": "🎥🔌", "description": "streaming on Twitch (setting up her streaming equipment) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "7634": {"Maria Lopez": {"movement": [116, 51], "pronunciatio": "🎥🔌", "description": "streaming on Twitch (setting up her streaming equipment) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "7635": {"Maria Lopez": {"movement": [117, 51], "pronunciatio": "🎥🔌", "description": "streaming on Twitch (setting up her streaming equipment) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "7636": {"Maria Lopez": {"movement": [118, 51], "pronunciatio": "🎥🔌", "description": "streaming on Twitch (setting up her streaming equipment) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "7637": {"Maria Lopez": {"movement": [119, 51], "pronunciatio": "🎥🔌", "description": "streaming on Twitch (setting up her streaming equipment) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "7638": {"Maria Lopez": {"movement": [120, 51], "pronunciatio": "🎥🔌", "description": "streaming on Twitch (setting up her streaming equipment) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "7639": {"Maria Lopez": {"movement": [121, 51], "pronunciatio": "🎥🔌", "description": "streaming on Twitch (setting up her streaming equipment) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "7640": {"Maria Lopez": {"movement": [122, 51], "pronunciatio": "🎥🔌", "description": "streaming on Twitch (setting up her streaming equipment) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "7641": {"Maria Lopez": {"movement": [123, 51], "pronunciatio": "🎥🔌", "description": "streaming on Twitch (setting up her streaming equipment) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "7642": {"Maria Lopez": {"movement": [124, 51], "pronunciatio": "🎥🔌", "description": "streaming on Twitch (setting up her streaming equipment) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "7643": {"Maria Lopez": {"movement": [125, 51], "pronunciatio": "🎥🔌", "description": "streaming on Twitch (setting up her streaming equipment) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "7644": {"Maria Lopez": {"movement": [125, 52], "pronunciatio": "🎥🔌", "description": "streaming on Twitch (setting up her streaming equipment) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "7645": {"Maria Lopez": {"movement": [125, 53], "pronunciatio": "🎥🔌", "description": "streaming on Twitch (setting up her streaming equipment) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "7646": {"Maria Lopez": {"movement": [125, 54], "pronunciatio": "🎥🔌", "description": "streaming on Twitch (setting up her streaming equipment) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "7647": {"Maria Lopez": {"movement": [126, 54], "pronunciatio": "🎥🔌", "description": "streaming on Twitch (setting up her streaming equipment) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "7648": {}, "7649": {}, "7650": {}, "7651": {}, "7652": {}, "7653": {}, "7654": {}, "7655": {}, "7656": {}, "7657": {}, "7658": {}, "7659": {}, "7660": {}, "7661": {}, "7662": {}, "7663": {}, "7664": {}, "7665": {}, "7666": {}, "7667": {}, "7668": {}, "7669": {}, "7670": {}, "7671": {}, "7672": {}, "7673": {}, "7674": {}, "7675": {}, "7676": {}, "7677": {}, "7678": {}, "7679": {}, "7680": {}, "7681": {}, "7682": {}, "7683": {}, "7684": {}, "7685": {}, "7686": {}, "7687": {}, "7688": {}, "7689": {}, "7690": {}, "7691": {}, "7692": {}, "7693": {}, "7694": {}, "7695": {}, "7696": {}, "7697": {}, "7698": {}, "7699": {}, "7700": {}, "7701": {}, "7702": {}, "7703": {}, "7704": {}, "7705": {}, "7706": {}, "7707": {}, "7708": {}, "7709": {}, "7710": {}, "7711": {}, "7712": {}, "7713": {}, "7714": {}, "7715": {}, "7716": {}, "7717": {}, "7718": {}, "7719": {}, "7720": {}, "7721": {}, "7722": {"Klaus Mueller": {"movement": [119, 25], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}, "Maria Lopez": {"movement": [127, 54], "pronunciatio": "🎮", "description": "streaming on Twitch (setting up her game) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "7723": {"Klaus Mueller": {"movement": [119, 26], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7724": {"Klaus Mueller": {"movement": [119, 27], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7725": {"Klaus Mueller": {"movement": [119, 28], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7726": {"Klaus Mueller": {"movement": [119, 29], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7727": {"Klaus Mueller": {"movement": [119, 30], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7728": {"Klaus Mueller": {"movement": [118, 30], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7729": {"Klaus Mueller": {"movement": [117, 30], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7730": {"Klaus Mueller": {"movement": [116, 30], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7731": {"Klaus Mueller": {"movement": [115, 30], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7732": {"Klaus Mueller": {"movement": [114, 30], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7733": {"Klaus Mueller": {"movement": [113, 30], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7734": {"Klaus Mueller": {"movement": [112, 30], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7735": {"Klaus Mueller": {"movement": [111, 30], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7736": {"Klaus Mueller": {"movement": [110, 30], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7737": {"Klaus Mueller": {"movement": [109, 30], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7738": {"Klaus Mueller": {"movement": [109, 31], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7739": {"Klaus Mueller": {"movement": [109, 32], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7740": {"Klaus Mueller": {"movement": [108, 32], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7741": {"Klaus Mueller": {"movement": [108, 33], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7742": {"Klaus Mueller": {"movement": [108, 34], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7743": {"Klaus Mueller": {"movement": [108, 35], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7744": {"Klaus Mueller": {"movement": [108, 36], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7745": {"Klaus Mueller": {"movement": [108, 37], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7746": {"Klaus Mueller": {"movement": [109, 37], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7747": {"Klaus Mueller": {"movement": [110, 37], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7748": {"Klaus Mueller": {"movement": [111, 37], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7749": {"Klaus Mueller": {"movement": [112, 37], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7750": {"Klaus Mueller": {"movement": [113, 37], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7751": {"Klaus Mueller": {"movement": [114, 37], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7752": {"Klaus Mueller": {"movement": [115, 37], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7753": {"Klaus Mueller": {"movement": [116, 37], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7754": {"Klaus Mueller": {"movement": [116, 38], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7755": {"Klaus Mueller": {"movement": [116, 39], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7756": {"Klaus Mueller": {"movement": [116, 40], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7757": {"Klaus Mueller": {"movement": [116, 41], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7758": {"Klaus Mueller": {"movement": [116, 42], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7759": {"Klaus Mueller": {"movement": [116, 43], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7760": {"Klaus Mueller": {"movement": [116, 44], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7761": {"Klaus Mueller": {"movement": [116, 45], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7762": {"Klaus Mueller": {"movement": [117, 45], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7763": {"Klaus Mueller": {"movement": [118, 45], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7764": {"Klaus Mueller": {"movement": [119, 45], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7765": {"Klaus Mueller": {"movement": [120, 45], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7766": {"Klaus Mueller": {"movement": [121, 45], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7767": {"Klaus Mueller": {"movement": [122, 45], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7768": {"Klaus Mueller": {"movement": [123, 45], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7769": {"Klaus Mueller": {"movement": [123, 46], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7770": {"Klaus Mueller": {"movement": [123, 47], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7771": {"Klaus Mueller": {"movement": [123, 48], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7772": {"Klaus Mueller": {"movement": [123, 49], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7773": {"Klaus Mueller": {"movement": [124, 49], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7774": {"Klaus Mueller": {"movement": [124, 50], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7775": {"Klaus Mueller": {"movement": [125, 50], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7776": {"Klaus Mueller": {"movement": [126, 50], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7777": {"Klaus Mueller": {"movement": [127, 50], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7778": {"Klaus Mueller": {"movement": [128, 50], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7779": {"Klaus Mueller": {"movement": [129, 50], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7780": {"Klaus Mueller": {"movement": [130, 50], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7781": {"Klaus Mueller": {"movement": [131, 50], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7782": {"Klaus Mueller": {"movement": [131, 49], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7783": {"Klaus Mueller": {"movement": [131, 48], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7784": {"Klaus Mueller": {"movement": [131, 47], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7785": {"Klaus Mueller": {"movement": [131, 46], "pronunciatio": "📚", "description": "reading a Sociology-related book (summarizing the book) @ the Ville:Dorm for Oak Hill College:阿牛's room:desk", "chat": null}}, "7786": {}, "7787": {}, "7788": {}, "7789": {}, "7790": {}, "7791": {}, "7792": {}, "7793": {}, "7794": {}, "7795": {}, "7796": {}, "7797": {}, "7798": {}, "7799": {}, "7800": {}, "7801": {}, "7802": {}, "7803": {}, "7804": {}, "7805": {}, "7806": {}, "7807": {}, "7808": {}, "7809": {}, "7810": {}, "7811": {}, "7812": {"Klaus Mueller": {"movement": [131, 47], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}, "Maria Lopez": {"movement": [126, 54], "pronunciatio": "🔗👀", "description": "streaming on Twitch (connecting with her viewers) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "7813": {"Klaus Mueller": {"movement": [131, 48], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7814": {"Klaus Mueller": {"movement": [131, 49], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7815": {"Klaus Mueller": {"movement": [131, 50], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7816": {"Klaus Mueller": {"movement": [130, 50], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7817": {"Klaus Mueller": {"movement": [129, 50], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7818": {"Klaus Mueller": {"movement": [128, 50], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7819": {"Klaus Mueller": {"movement": [127, 50], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7820": {"Klaus Mueller": {"movement": [126, 50], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7821": {"Klaus Mueller": {"movement": [125, 50], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7822": {"Klaus Mueller": {"movement": [124, 50], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7823": {"Klaus Mueller": {"movement": [123, 50], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7824": {"Klaus Mueller": {"movement": [122, 50], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7825": {"Klaus Mueller": {"movement": [121, 50], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7826": {"Klaus Mueller": {"movement": [120, 50], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7827": {"Klaus Mueller": {"movement": [119, 50], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7828": {"Klaus Mueller": {"movement": [118, 50], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7829": {"Klaus Mueller": {"movement": [117, 50], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7830": {"Klaus Mueller": {"movement": [117, 49], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7831": {"Klaus Mueller": {"movement": [117, 48], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7832": {"Klaus Mueller": {"movement": [117, 47], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7833": {"Klaus Mueller": {"movement": [116, 47], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7834": {"Klaus Mueller": {"movement": [115, 47], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7835": {"Klaus Mueller": {"movement": [114, 47], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7836": {"Klaus Mueller": {"movement": [113, 47], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7837": {"Klaus Mueller": {"movement": [112, 47], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7838": {"Klaus Mueller": {"movement": [111, 47], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7839": {"Klaus Mueller": {"movement": [110, 47], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7840": {"Klaus Mueller": {"movement": [109, 47], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7841": {"Klaus Mueller": {"movement": [108, 47], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7842": {"Klaus Mueller": {"movement": [108, 46], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7843": {"Klaus Mueller": {"movement": [108, 45], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7844": {"Klaus Mueller": {"movement": [108, 44], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7845": {"Klaus Mueller": {"movement": [108, 43], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7846": {"Klaus Mueller": {"movement": [108, 42], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7847": {"Klaus Mueller": {"movement": [108, 41], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7848": {"Klaus Mueller": {"movement": [108, 40], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7849": {"Klaus Mueller": {"movement": [108, 39], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7850": {"Klaus Mueller": {"movement": [108, 38], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7851": {"Klaus Mueller": {"movement": [108, 37], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7852": {"Klaus Mueller": {"movement": [108, 36], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7853": {"Klaus Mueller": {"movement": [108, 35], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7854": {"Klaus Mueller": {"movement": [108, 34], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7855": {"Klaus Mueller": {"movement": [108, 33], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7856": {"Klaus Mueller": {"movement": [108, 32], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7857": {"Klaus Mueller": {"movement": [109, 32], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7858": {"Klaus Mueller": {"movement": [109, 31], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7859": {"Klaus Mueller": {"movement": [109, 30], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7860": {"Klaus Mueller": {"movement": [110, 30], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7861": {"Klaus Mueller": {"movement": [111, 30], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7862": {"Klaus Mueller": {"movement": [112, 30], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7863": {"Klaus Mueller": {"movement": [113, 30], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7864": {"Klaus Mueller": {"movement": [114, 30], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7865": {"Klaus Mueller": {"movement": [115, 30], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7866": {"Klaus Mueller": {"movement": [116, 30], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7867": {"Klaus Mueller": {"movement": [117, 30], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7868": {"Klaus Mueller": {"movement": [118, 30], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7869": {"Klaus Mueller": {"movement": [119, 30], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7870": {"Klaus Mueller": {"movement": [119, 29], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7871": {"Klaus Mueller": {"movement": [119, 28], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7872": {"Klaus Mueller": {"movement": [119, 27], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7873": {"Klaus Mueller": {"movement": [119, 26], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7874": {"Klaus Mueller": {"movement": [119, 25], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7875": {"Klaus Mueller": {"movement": [119, 24], "pronunciatio": "💬", "description": "reading a Sociology-related book (discussing the book with a friend) @ the Ville:Oak Hill College:library:library table", "chat": null}}, "7876": {}, "7877": {}, "7878": {}, "7879": {}, "7880": {}, "7881": {}, "7882": {}, "7883": {}, "7884": {}, "7885": {}, "7886": {}, "7887": {}, "7888": {}, "7889": {}, "7890": {}, "7891": {}, "7892": {}, "7893": {}, "7894": {}, "7895": {}, "7896": {}, "7897": {}, "7898": {}, "7899": {}, "7900": {}, "7901": {}, "7902": {"Klaus Mueller": {"movement": [119, 25], "pronunciatio": "📚💭", "description": "reading a Sociology-related book (reflecting on the book) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7903": {"Klaus Mueller": {"movement": [119, 26], "pronunciatio": "📚💭", "description": "reading a Sociology-related book (reflecting on the book) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7904": {"Klaus Mueller": {"movement": [119, 27], "pronunciatio": "📚💭", "description": "reading a Sociology-related book (reflecting on the book) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7905": {"Klaus Mueller": {"movement": [119, 28], "pronunciatio": "📚💭", "description": "reading a Sociology-related book (reflecting on the book) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7906": {"Klaus Mueller": {"movement": [119, 29], "pronunciatio": "📚💭", "description": "reading a Sociology-related book (reflecting on the book) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7907": {"Klaus Mueller": {"movement": [119, 30], "pronunciatio": "📚💭", "description": "reading a Sociology-related book (reflecting on the book) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7908": {"Klaus Mueller": {"movement": [118, 30], "pronunciatio": "📚💭", "description": "reading a Sociology-related book (reflecting on the book) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7909": {"Klaus Mueller": {"movement": [117, 30], "pronunciatio": "📚💭", "description": "reading a Sociology-related book (reflecting on the book) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7910": {"Klaus Mueller": {"movement": [116, 30], "pronunciatio": "📚💭", "description": "reading a Sociology-related book (reflecting on the book) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7911": {"Klaus Mueller": {"movement": [115, 30], "pronunciatio": "📚💭", "description": "reading a Sociology-related book (reflecting on the book) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7912": {"Klaus Mueller": {"movement": [114, 30], "pronunciatio": "📚💭", "description": "reading a Sociology-related book (reflecting on the book) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7913": {"Klaus Mueller": {"movement": [113, 30], "pronunciatio": "📚💭", "description": "reading a Sociology-related book (reflecting on the book) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7914": {"Klaus Mueller": {"movement": [112, 30], "pronunciatio": "📚💭", "description": "reading a Sociology-related book (reflecting on the book) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7915": {"Klaus Mueller": {"movement": [111, 30], "pronunciatio": "📚💭", "description": "reading a Sociology-related book (reflecting on the book) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7916": {"Klaus Mueller": {"movement": [110, 30], "pronunciatio": "📚💭", "description": "reading a Sociology-related book (reflecting on the book) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7917": {"Klaus Mueller": {"movement": [109, 30], "pronunciatio": "📚💭", "description": "reading a Sociology-related book (reflecting on the book) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7918": {"Klaus Mueller": {"movement": [109, 31], "pronunciatio": "📚💭", "description": "reading a Sociology-related book (reflecting on the book) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7919": {"Klaus Mueller": {"movement": [109, 32], "pronunciatio": "📚💭", "description": "reading a Sociology-related book (reflecting on the book) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7920": {"Klaus Mueller": {"movement": [108, 32], "pronunciatio": "📚💭", "description": "reading a Sociology-related book (reflecting on the book) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7921": {"Klaus Mueller": {"movement": [108, 33], "pronunciatio": "📚💭", "description": "reading a Sociology-related book (reflecting on the book) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7922": {"Klaus Mueller": {"movement": [108, 34], "pronunciatio": "📚💭", "description": "reading a Sociology-related book (reflecting on the book) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7923": {"Klaus Mueller": {"movement": [108, 35], "pronunciatio": "📚💭", "description": "reading a Sociology-related book (reflecting on the book) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7924": {"Klaus Mueller": {"movement": [108, 36], "pronunciatio": "📚💭", "description": "reading a Sociology-related book (reflecting on the book) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7925": {"Klaus Mueller": {"movement": [108, 37], "pronunciatio": "📚💭", "description": "reading a Sociology-related book (reflecting on the book) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7926": {"Klaus Mueller": {"movement": [109, 37], "pronunciatio": "📚💭", "description": "reading a Sociology-related book (reflecting on the book) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7927": {"Klaus Mueller": {"movement": [110, 37], "pronunciatio": "📚💭", "description": "reading a Sociology-related book (reflecting on the book) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7928": {"Klaus Mueller": {"movement": [111, 37], "pronunciatio": "📚💭", "description": "reading a Sociology-related book (reflecting on the book) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7929": {"Klaus Mueller": {"movement": [112, 37], "pronunciatio": "📚💭", "description": "reading a Sociology-related book (reflecting on the book) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7930": {"Klaus Mueller": {"movement": [113, 37], "pronunciatio": "📚💭", "description": "reading a Sociology-related book (reflecting on the book) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7931": {"Klaus Mueller": {"movement": [114, 37], "pronunciatio": "📚💭", "description": "reading a Sociology-related book (reflecting on the book) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "7932": {"Klaus Mueller": {"movement": [115, 37], "pronunciatio": "🛁🧖", "description": "getting ready for bed @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}}, "7933": {"Klaus Mueller": {"movement": [116, 37], "pronunciatio": "🛁🧖", "description": "getting ready for bed @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}}, "7934": {"Klaus Mueller": {"movement": [116, 38], "pronunciatio": "🛁🧖", "description": "getting ready for bed @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}}, "7935": {"Klaus Mueller": {"movement": [116, 39], "pronunciatio": "🛁🧖", "description": "getting ready for bed @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}}, "7936": {"Klaus Mueller": {"movement": [116, 40], "pronunciatio": "🛁🧖", "description": "getting ready for bed @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}}, "7937": {"Klaus Mueller": {"movement": [116, 41], "pronunciatio": "🛁🧖", "description": "getting ready for bed @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}}, "7938": {"Klaus Mueller": {"movement": [116, 42], "pronunciatio": "🛁🧖", "description": "getting ready for bed @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}}, "7939": {"Klaus Mueller": {"movement": [116, 43], "pronunciatio": "🛁🧖", "description": "getting ready for bed @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}}, "7940": {"Klaus Mueller": {"movement": [116, 44], "pronunciatio": "🛁🧖", "description": "getting ready for bed @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}}, "7941": {"Klaus Mueller": {"movement": [116, 45], "pronunciatio": "🛁🧖", "description": "getting ready for bed @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}}, "7942": {"Klaus Mueller": {"movement": [117, 45], "pronunciatio": "🛁🧖", "description": "getting ready for bed @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}}, "7943": {"Klaus Mueller": {"movement": [118, 45], "pronunciatio": "🛁🧖", "description": "getting ready for bed @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}}, "7944": {"Klaus Mueller": {"movement": [119, 45], "pronunciatio": "🛁🧖", "description": "getting ready for bed @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}}, "7945": {"Klaus Mueller": {"movement": [120, 45], "pronunciatio": "🛁🧖", "description": "getting ready for bed @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}}, "7946": {"Klaus Mueller": {"movement": [121, 45], "pronunciatio": "🛁🧖", "description": "getting ready for bed @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}}, "7947": {"Klaus Mueller": {"movement": [122, 45], "pronunciatio": "🛁🧖", "description": "getting ready for bed @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}}, "7948": {"Klaus Mueller": {"movement": [123, 45], "pronunciatio": "🛁🧖", "description": "getting ready for bed @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}}, "7949": {"Klaus Mueller": {"movement": [123, 46], "pronunciatio": "🛁🧖", "description": "getting ready for bed @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}}, "7950": {"Klaus Mueller": {"movement": [123, 47], "pronunciatio": "🛁🧖", "description": "getting ready for bed @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}}, "7951": {"Klaus Mueller": {"movement": [123, 48], "pronunciatio": "🛁🧖", "description": "getting ready for bed @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}}, "7952": {"Klaus Mueller": {"movement": [123, 49], "pronunciatio": "🛁🧖", "description": "getting ready for bed @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}}, "7953": {"Klaus Mueller": {"movement": [124, 49], "pronunciatio": "🛁🧖", "description": "getting ready for bed @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}}, "7954": {"Klaus Mueller": {"movement": [124, 50], "pronunciatio": "🛁🧖", "description": "getting ready for bed @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}}, "7955": {"Klaus Mueller": {"movement": [125, 50], "pronunciatio": "🛁🧖", "description": "getting ready for bed @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}}, "7956": {"Klaus Mueller": {"movement": [126, 50], "pronunciatio": "🛁🧖", "description": "getting ready for bed @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}}, "7957": {"Klaus Mueller": {"movement": [127, 50], "pronunciatio": "🛁🧖", "description": "getting ready for bed @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}}, "7958": {"Klaus Mueller": {"movement": [128, 50], "pronunciatio": "🛁🧖", "description": "getting ready for bed @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}}, "7959": {"Klaus Mueller": {"movement": [129, 50], "pronunciatio": "🛁🧖", "description": "getting ready for bed @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}}, "7960": {"Klaus Mueller": {"movement": [130, 50], "pronunciatio": "🛁🧖", "description": "getting ready for bed @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}}, "7961": {"Klaus Mueller": {"movement": [131, 50], "pronunciatio": "🛁🧖", "description": "getting ready for bed @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}}, "7962": {"Klaus Mueller": {"movement": [131, 49], "pronunciatio": "🛁🧖", "description": "getting ready for bed @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}}, "7963": {"Klaus Mueller": {"movement": [131, 48], "pronunciatio": "🛁🧖", "description": "getting ready for bed @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}}, "7964": {"Klaus Mueller": {"movement": [130, 48], "pronunciatio": "🛁🧖", "description": "getting ready for bed @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}}, "7965": {"Klaus Mueller": {"movement": [129, 48], "pronunciatio": "🛁🧖", "description": "getting ready for bed @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}}, "7966": {"Klaus Mueller": {"movement": [128, 48], "pronunciatio": "🛁🧖", "description": "getting ready for bed @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}}, "7967": {"Klaus Mueller": {"movement": [127, 48], "pronunciatio": "🛁🧖", "description": "getting ready for bed @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}}, "7968": {"Klaus Mueller": {"movement": [127, 47], "pronunciatio": "🛁🧖", "description": "getting ready for bed @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}}, "7969": {"Klaus Mueller": {"movement": [127, 46], "pronunciatio": "🛁🧖", "description": "getting ready for bed @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}}, "7970": {}, "7971": {}, "7972": {}, "7973": {}, "7974": {}, "7975": {}, "7976": {}, "7977": {}, "7978": {}, "7979": {}, "7980": {}, "7981": {}, "7982": {}, "7983": {}, "7984": {}, "7985": {}, "7986": {}, "7987": {}, "7988": {}, "7989": {}, "7990": {}, "7991": {}, "7992": {"Maria Lopez": {"movement": [127, 54], "pronunciatio": "🎮", "description": "streaming on Twitch (playing the game) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "7993": {}, "7994": {}, "7995": {}, "7996": {}, "7997": {}, "7998": {}, "7999": {}, "8000": {}, "8001": {}, "8002": {}, "8003": {}, "8004": {}, "8005": {}, "8006": {}, "8007": {}, "8008": {}, "8009": {}, "8010": {}, "8011": {}, "8012": {}, "8013": {}, "8014": {}, "8015": {}, "8016": {}, "8017": {}, "8018": {}, "8019": {}, "8020": {}, "8021": {}, "8022": {}, "8023": {}, "8024": {}, "8025": {}, "8026": {}, "8027": {}, "8028": {}, "8029": {}, "8030": {}, "8031": {}, "8032": {}, "8033": {}, "8034": {}, "8035": {}, "8036": {}, "8037": {}, "8038": {}, "8039": {}, "8040": {}, "8041": {}, "8042": {}, "8043": {}, "8044": {}, "8045": {}, "8046": {}, "8047": {}, "8048": {}, "8049": {}, "8050": {}, "8051": {}, "8052": {}, "8053": {}, "8054": {}, "8055": {}, "8056": {}, "8057": {}, "8058": {}, "8059": {}, "8060": {}, "8061": {}, "8062": {}, "8063": {}, "8064": {}, "8065": {}, "8066": {}, "8067": {}, "8068": {}, "8069": {}, "8070": {}, "8071": {}, "8072": {}, "8073": {}, "8074": {}, "8075": {}, "8076": {}, "8077": {}, "8078": {}, "8079": {}, "8080": {}, "8081": {}, "8082": {}, "8083": {}, "8084": {}, "8085": {}, "8086": {}, "8087": {}, "8088": {}, "8089": {}, "8090": {}, "8091": {}, "8092": {}, "8093": {}, "8094": {}, "8095": {}, "8096": {}, "8097": {}, "8098": {}, "8099": {}, "8100": {}, "8101": {}, "8102": {}, "8103": {}, "8104": {}, "8105": {}, "8106": {}, "8107": {}, "8108": {}, "8109": {}, "8110": {}, "8111": {}, "8112": {}, "8113": {}, "8114": {}, "8115": {}, "8116": {}, "8117": {}, "8118": {}, "8119": {}, "8120": {}, "8121": {}, "8122": {}, "8123": {}, "8124": {}, "8125": {}, "8126": {}, "8127": {}, "8128": {}, "8129": {}, "8130": {}, "8131": {}, "8132": {}, "8133": {}, "8134": {}, "8135": {}, "8136": {}, "8137": {}, "8138": {}, "8139": {}, "8140": {}, "8141": {}, "8142": {}, "8143": {}, "8144": {}, "8145": {}, "8146": {}, "8147": {}, "8148": {}, "8149": {}, "8150": {}, "8151": {}, "8152": {}, "8153": {}, "8154": {}, "8155": {}, "8156": {}, "8157": {}, "8158": {}, "8159": {}, "8160": {}, "8161": {}, "8162": {}, "8163": {}, "8164": {}, "8165": {}, "8166": {}, "8167": {}, "8168": {}, "8169": {}, "8170": {}, "8171": {}, "8172": {"Maria Lopez": {"movement": [126, 54], "pronunciatio": "🛌🌴", "description": "streaming on Twitch (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "8173": {"Maria Lopez": {"movement": [125, 54], "pronunciatio": "🛌🌴", "description": "streaming on Twitch (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "8174": {"Maria Lopez": {"movement": [124, 54], "pronunciatio": "🛌🌴", "description": "streaming on Twitch (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "8175": {"Maria Lopez": {"movement": [124, 53], "pronunciatio": "🛌🌴", "description": "streaming on Twitch (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "8176": {"Maria Lopez": {"movement": [124, 52], "pronunciatio": "🛌🌴", "description": "streaming on Twitch (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "8177": {"Maria Lopez": {"movement": [124, 51], "pronunciatio": "🛌🌴", "description": "streaming on Twitch (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "8178": {"Maria Lopez": {"movement": [123, 51], "pronunciatio": "🛌🌴", "description": "streaming on Twitch (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "8179": {"Maria Lopez": {"movement": [122, 51], "pronunciatio": "🛌🌴", "description": "streaming on Twitch (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "8180": {"Maria Lopez": {"movement": [121, 51], "pronunciatio": "🛌🌴", "description": "streaming on Twitch (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "8181": {"Maria Lopez": {"movement": [120, 51], "pronunciatio": "🛌🌴", "description": "streaming on Twitch (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "8182": {"Maria Lopez": {"movement": [119, 51], "pronunciatio": "🛌🌴", "description": "streaming on Twitch (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "8183": {"Maria Lopez": {"movement": [118, 51], "pronunciatio": "🛌🌴", "description": "streaming on Twitch (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "8184": {"Maria Lopez": {"movement": [117, 51], "pronunciatio": "🛌🌴", "description": "streaming on Twitch (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "8185": {"Maria Lopez": {"movement": [116, 51], "pronunciatio": "🛌🌴", "description": "streaming on Twitch (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "8186": {"Maria Lopez": {"movement": [115, 51], "pronunciatio": "🛌🌴", "description": "streaming on Twitch (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "8187": {"Maria Lopez": {"movement": [114, 51], "pronunciatio": "🛌🌴", "description": "streaming on Twitch (taking a break) @ the Ville:Dorm for Oak Hill College:common room:common room sofa", "chat": null}}, "8188": {}, "8189": {}, "8190": {}, "8191": {}, "8192": {}, "8193": {}, "8194": {}, "8195": {}, "8196": {}, "8197": {}, "8198": {}, "8199": {}, "8200": {}, "8201": {}, "8202": {}, "8203": {}, "8204": {}, "8205": {}, "8206": {}, "8207": {}, "8208": {}, "8209": {}, "8210": {}, "8211": {}, "8212": {}, "8213": {}, "8214": {}, "8215": {}, "8216": {}, "8217": {}, "8218": {}, "8219": {}, "8220": {}, "8221": {}, "8222": {}, "8223": {}, "8224": {}, "8225": {}, "8226": {}, "8227": {}, "8228": {}, "8229": {}, "8230": {}, "8231": {}, "8232": {}, "8233": {}, "8234": {}, "8235": {}, "8236": {}, "8237": {}, "8238": {}, "8239": {}, "8240": {}, "8241": {}, "8242": {}, "8243": {}, "8244": {}, "8245": {}, "8246": {}, "8247": {}, "8248": {}, "8249": {}, "8250": {}, "8251": {}, "8252": {}, "8253": {}, "8254": {}, "8255": {}, "8256": {}, "8257": {}, "8258": {}, "8259": {}, "8260": {}, "8261": {}, "8262": {"Maria Lopez": {"movement": [115, 51], "pronunciatio": "💬", "description": "streaming on Twitch (responding to viewer comments) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "8263": {"Maria Lopez": {"movement": [116, 51], "pronunciatio": "💬", "description": "streaming on Twitch (responding to viewer comments) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "8264": {"Maria Lopez": {"movement": [117, 51], "pronunciatio": "💬", "description": "streaming on Twitch (responding to viewer comments) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "8265": {"Maria Lopez": {"movement": [118, 51], "pronunciatio": "💬", "description": "streaming on Twitch (responding to viewer comments) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "8266": {"Maria Lopez": {"movement": [119, 51], "pronunciatio": "💬", "description": "streaming on Twitch (responding to viewer comments) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "8267": {"Maria Lopez": {"movement": [120, 51], "pronunciatio": "💬", "description": "streaming on Twitch (responding to viewer comments) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "8268": {"Maria Lopez": {"movement": [121, 51], "pronunciatio": "💬", "description": "streaming on Twitch (responding to viewer comments) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "8269": {"Maria Lopez": {"movement": [122, 51], "pronunciatio": "💬", "description": "streaming on Twitch (responding to viewer comments) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "8270": {"Maria Lopez": {"movement": [123, 51], "pronunciatio": "💬", "description": "streaming on Twitch (responding to viewer comments) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "8271": {"Maria Lopez": {"movement": [124, 51], "pronunciatio": "💬", "description": "streaming on Twitch (responding to viewer comments) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "8272": {"Maria Lopez": {"movement": [125, 51], "pronunciatio": "💬", "description": "streaming on Twitch (responding to viewer comments) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "8273": {"Maria Lopez": {"movement": [125, 52], "pronunciatio": "💬", "description": "streaming on Twitch (responding to viewer comments) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "8274": {"Maria Lopez": {"movement": [125, 53], "pronunciatio": "💬", "description": "streaming on Twitch (responding to viewer comments) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "8275": {"Maria Lopez": {"movement": [125, 54], "pronunciatio": "💬", "description": "streaming on Twitch (responding to viewer comments) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "8276": {"Maria Lopez": {"movement": [126, 54], "pronunciatio": "💬", "description": "streaming on Twitch (responding to viewer comments) @ the Ville:Dorm for Oak Hill College:龙哥's room:computer", "chat": null}}, "8277": {}, "8278": {}, "8279": {}, "8280": {}, "8281": {}, "8282": {}, "8283": {}, "8284": {}, "8285": {}, "8286": {}, "8287": {}, "8288": {}, "8289": {}, "8290": {}, "8291": {}, "8292": {}, "8293": {}, "8294": {}, "8295": {}, "8296": {}, "8297": {}, "8298": {}, "8299": {}, "8300": {}, "8301": {}, "8302": {}, "8303": {}, "8304": {}, "8305": {}, "8306": {}, "8307": {}, "8308": {}, "8309": {}, "8310": {}, "8311": {}, "8312": {}, "8313": {}, "8314": {}, "8315": {}, "8316": {}, "8317": {}, "8318": {}, "8319": {}, "8320": {}, "8321": {}, "8322": {}, "8323": {}, "8324": {}, "8325": {}, "8326": {}, "8327": {}, "8328": {}, "8329": {}, "8330": {}, "8331": {}, "8332": {}, "8333": {}, "8334": {}, "8335": {}, "8336": {}, "8337": {}, "8338": {}, "8339": {}, "8340": {}, "8341": {}, "8342": {}, "8343": {}, "8344": {}, "8345": {}, "8346": {}, "8347": {}, "8348": {}, "8349": {}, "8350": {}, "8351": {}, "8352": {"Maria Lopez": {"movement": [125, 54], "pronunciatio": "💤", "description": "sleeping @ the Ville:Dorm for Oak Hill College:龙哥's room:bed", "chat": null}}, "8353": {"Maria Lopez": {"movement": [124, 54], "pronunciatio": "💤", "description": "sleeping @ the Ville:Dorm for Oak Hill College:龙哥's room:bed", "chat": null}}, "8354": {"Maria Lopez": {"movement": [123, 54], "pronunciatio": "💤", "description": "sleeping @ the Ville:Dorm for Oak Hill College:龙哥's room:bed", "chat": null}}, "8355": {"Maria Lopez": {"movement": [123, 55], "pronunciatio": "💤", "description": "sleeping @ the Ville:Dorm for Oak Hill College:龙哥's room:bed", "chat": null}}, "8356": {"Maria Lopez": {"movement": [123, 56], "pronunciatio": "💤", "description": "sleeping @ the Ville:Dorm for Oak Hill College:龙哥's room:bed", "chat": null}}, "8357": {"Maria Lopez": {"movement": [123, 57], "pronunciatio": "💤", "description": "sleeping @ the Ville:Dorm for Oak Hill College:龙哥's room:bed", "chat": null}}, "8358": {}, "8359": {}, "8360": {}, "8361": {}, "8362": {}, "8363": {}, "8364": {}, "8365": {}, "8366": {}, "8367": {}, "8368": {}, "8369": {}, "8370": {}, "8371": {}, "8372": {}, "8373": {}, "8374": {}, "8375": {}, "8376": {}, "8377": {}, "8378": {}, "8379": {}, "8380": {}, "8381": {}, "8382": {}, "8383": {}, "8384": {}, "8385": {}, "8386": {}, "8387": {}, "8388": {}, "8389": {}, "8390": {}, "8391": {}, "8392": {}, "8393": {}, "8394": {}, "8395": {}, "8396": {}, "8397": {}, "8398": {}, "8399": {}, "8400": {}, "8401": {}, "8402": {}, "8403": {}, "8404": {}, "8405": {}, "8406": {}, "8407": {}, "8408": {}, "8409": {}, "8410": {}, "8411": {}, "8412": {}, "8413": {}, "8414": {}, "8415": {}, "8416": {}, "8417": {}, "8418": {}, "8419": {}, "8420": {}, "8421": {}, "8422": {}, "8423": {}, "8424": {}, "8425": {}, "8426": {}, "8427": {}, "8428": {}, "8429": {}, "8430": {}, "8431": {}, "8432": {}, "8433": {}, "8434": {}, "8435": {}, "8436": {}, "8437": {}, "8438": {}, "8439": {}, "8440": {}, "8441": {}, "8442": {}, "8443": {}, "8444": {}, "8445": {}, "8446": {}, "8447": {}, "8448": {}, "8449": {}, "8450": {}, "8451": {}, "8452": {}, "8453": {}, "8454": {}, "8455": {}, "8456": {}, "8457": {}, "8458": {}, "8459": {}, "8460": {}, "8461": {}, "8462": {}, "8463": {}, "8464": {}, "8465": {}, "8466": {}, "8467": {}, "8468": {}, "8469": {}, "8470": {}, "8471": {}, "8472": {}, "8473": {}, "8474": {}, "8475": {}, "8476": {}, "8477": {}, "8478": {}, "8479": {}, "8480": {}, "8481": {}, "8482": {}, "8483": {}, "8484": {}, "8485": {}, "8486": {}, "8487": {}, "8488": {}, "8489": {}, "8490": {}, "8491": {}, "8492": {}, "8493": {}, "8494": {}, "8495": {}, "8496": {}, "8497": {}, "8498": {}, "8499": {}, "8500": {}, "8501": {}, "8502": {}, "8503": {}, "8504": {}, "8505": {}, "8506": {}, "8507": {}, "8508": {}, "8509": {}, "8510": {}, "8511": {}, "8512": {}, "8513": {}, "8514": {}, "8515": {}, "8516": {}, "8517": {}, "8518": {}, "8519": {}, "8520": {}, "8521": {}, "8522": {}, "8523": {}, "8524": {}, "8525": {}, "8526": {}, "8527": {}, "8528": {}, "8529": {}, "8530": {}, "8531": {}, "8532": {}, "8533": {}, "8534": {}, "8535": {}, "8536": {}, "8537": {}, "8538": {}, "8539": {}, "8540": {}, "8541": {}, "8542": {}, "8543": {}, "8544": {}, "8545": {}, "8546": {}, "8547": {}, "8548": {}, "8549": {}, "8550": {}, "8551": {}, "8552": {}, "8553": {}, "8554": {}, "8555": {}, "8556": {}, "8557": {}, "8558": {}, "8559": {}, "8560": {}, "8561": {}, "8562": {}, "8563": {}, "8564": {}, "8565": {}, "8566": {}, "8567": {}, "8568": {}, "8569": {}, "8570": {}, "8571": {}, "8572": {}, "8573": {}, "8574": {}, "8575": {}, "8576": {}, "8577": {}, "8578": {}, "8579": {}, "8580": {}, "8581": {}, "8582": {}, "8583": {}, "8584": {}, "8585": {}, "8586": {}, "8587": {}, "8588": {}, "8589": {}, "8590": {}, "8591": {}, "8592": {}, "8593": {}, "8594": {}, "8595": {}, "8596": {}, "8597": {}, "8598": {}, "8599": {}, "8600": {}, "8601": {}, "8602": {}, "8603": {}, "8604": {}, "8605": {}, "8606": {}, "8607": {}, "8608": {}, "8609": {}, "8610": {}, "8611": {}, "8612": {}, "8613": {}, "8614": {}, "8615": {}, "8616": {}, "8617": {}, "8618": {}, "8619": {}, "8620": {}, "8621": {}, "8622": {}, "8623": {}, "8624": {}, "8625": {}, "8626": {}, "8627": {}, "8628": {}, "8629": {}, "8630": {}, "8631": {}, "8632": {}, "8633": {}, "8634": {}, "8635": {}, "8636": {}, "8637": {}, "8638": {}, "8639": {}, "8640": {}, "8641": {}, "8642": {}, "8643": {}, "8644": {}, "8645": {}, "8646": {}, "8647": {}, "8648": {}, "8649": {}, "8650": {}, "8651": {}, "8652": {"Klaus Mueller": {"movement": [126, 46], "pronunciatio": "😴", "description": "sleeping @ the Ville:Dorm for Oak Hill College:阿牛's room:bed", "chat": null}}, "8653": {}, "8654": {}}
\ No newline at end of file
diff --git a/log/temp_20230819.json b/log/temp_20230819.json
new file mode 100644
index 0000000..e69de29