16 lines
286 B
Plaintext
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.")
|
|
}
|
|
}
|
|
|