17 lines
422 B
Plaintext
17 lines
422 B
Plaintext
@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.")
|
|
|
|
}
|
|
} |