25 lines
382 B
Plaintext
25 lines
382 B
Plaintext
@dialogue npc:739
|
|
npc("What can I get you?")
|
|
player("What's on the menu?")
|
|
npc("Dragon Bitter and Greenman's Ale, oh and some cheap", "beer.")
|
|
>options
|
|
|
|
options: {
|
|
option("I'll give it a miss I think", "I'll try the Dragon Bitter.", "Can I have some Greenman's Ale?", "One cheap beer please!")
|
|
@option1 {
|
|
|
|
}
|
|
@option2 {
|
|
|
|
}
|
|
@option3 {
|
|
|
|
}
|
|
@option4 {
|
|
|
|
}
|
|
}
|
|
|
|
buy:(id, cost) {
|
|
|
|
} |