Files
2009scape/Server/scripts/dialogue/irksol.asc
T
2021-03-07 20:37:32 -06:00

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