Server/09HDscape-server/scripts/dialogue/jukat.asc
2019-05-28 22:15:17 -08:00

15 lines
286 B
Text

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