Server/09HDscape-server/scripts/dialogue/yanille_bartender.asc
2019-05-28 22:15:17 -08:00

25 lines
No EOL
382 B
Text

@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) {
}