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