Server/CompiledServer/production/09Scape/scripts/dialogue/irksol.asc
2019-10-28 09:52:13 -04:00

17 lines
No EOL
422 B
Text

@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.")
}
}