Files
2009scape/Server/scripts/dialogue/ghost_guard.asc
T
2021-03-07 20:37:32 -06:00

15 lines
545 B
Plaintext

@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.")
}
}