Added initial version

This commit is contained in:
Ceikry
2021-03-07 20:37:32 -06:00
commit b452bd670c
13290 changed files with 1178433 additions and 0 deletions
+15
View File
@@ -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.")
}
}