Reverse engineered many of the multiplayer events

Some corrections to the way events are handled and identified.
This commit is contained in:
Phlosioneer
2019-02-10 20:42:50 -05:00
parent f2f1b1978b
commit e75f45dbcf
32 changed files with 412 additions and 350 deletions

View File

@@ -46,22 +46,24 @@
],
"coord_events": [
{
"comment": "This is trade seat #1.",
"type": "trigger",
"x": 4,
"y": 5,
"elevation": 3,
"var": "VAR_TEMP_0",
"var_value": 0,
"script": "gUnknown_082773F5"
"script": "gEventScript_TradeCenter_Chair0"
},
{
"comment": "This is trade seat #2.",
"type": "trigger",
"x": 7,
"y": 5,
"elevation": 3,
"var": "VAR_TEMP_0",
"var_value": 0,
"script": "gUnknown_082773FF"
"script": "gEventScript_TradeCenter_Chair1"
}
],
"bg_events": []