Added initial version
This commit is contained in:
@@ -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.")
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user