Added initial version
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
@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.")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user