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:1706
npc("All visitors to Port Phasmatys must pay a toll charge of", "2 Ectotokens.")
>options
options: {
option("I don't have that many Ectotokens.", "Where can I get Ecototokens?")
@option 1 {
player("I don't have that many Ectotokens.")
npc("In that case, you need to go to the Temple and earn", "some. Talk to the disciples - they will tell you how.")
}
@option 2 {
player("Where can I get my Ectotokens?")
npc("You need to go to the Temple and earn some.", "Talk to the disciples - they will tell you how.")
}
}