Files
2009scape/Server/scripts/dialogue/yanille_bartender.asc
T
2021-03-07 20:37:32 -06:00

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