Added initial version
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
@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) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user