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

16 lines
286 B
Plaintext

@dialogue npc:564
npc("Dragon swords! Here, Dragon swords! Straight from", "Frenaskrae!")
>options
options: {
option("Yes please.", "No thanks, I'm just browsing.")
@option 1 {
player("Yes please!")
openshop(564)
}
@option 2 {
player("No thanks, I'm just browsing.")
}
}