Added initial version

This commit is contained in:
Ceikry
2021-03-07 20:37:32 -06:00
commit b452bd670c
13290 changed files with 1178433 additions and 0 deletions
@@ -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) {
}