mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-08-02 03:16:42 -04:00
26 lines
474 B
JSON
26 lines
474 B
JSON
{
|
|
"npcMessage": {
|
|
"file": "conversation/npe_main_bartender",
|
|
"key": "s_24",
|
|
"comment": "How may I help you?"
|
|
},
|
|
"playerResponses": [
|
|
{
|
|
"playerMessage": {
|
|
"file": "conversation/npe_main_bartender",
|
|
"key": "s_57",
|
|
"comment": "I hear that you are the resident master drink mixer around here."
|
|
},
|
|
"next": "bartender/order"
|
|
}
|
|
],
|
|
"requirements": [],
|
|
"events": [
|
|
{
|
|
"type": "npc_animation",
|
|
"args": {
|
|
"animation": "nod"
|
|
}
|
|
}
|
|
]
|
|
} |