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
+17
View File
@@ -0,0 +1,17 @@
@dialogue npc:566
npc("Selling ruby rings! The best deals on rings in over", "twenty four hundred planes of existence!")
>options
options: {
option("I'm interested in these deals.", "No thanks, just browsing.")
@option 1 {
player("I'm interested in these deals.")
npc("Aha! A connoisseur! Check out these beauties!")
openshop(566)
}
@option 2 {
player("No thanks, just browsing.")
npc("Fair enough.")
}
}