diff options
Diffstat (limited to 'world/map/npc/001-1/npcs.txt')
-rw-r--r-- | world/map/npc/001-1/npcs.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/world/map/npc/001-1/npcs.txt b/world/map/npc/001-1/npcs.txt index c55e8362..b58ae7d8 100644 --- a/world/map/npc/001-1/npcs.txt +++ b/world/map/npc/001-1/npcs.txt @@ -9,6 +9,7 @@ mes "\"He rewards those that know what they are doing. When Elanore stops healing you, check in with Ian.\""; next; mes "\"Oh, just one more thing, Gladys may gossip a lot, but when I'm confused, she tends to know something that might help me out.\""; + set @npcname$, ""; close; } @@ -19,5 +20,6 @@ mes "\"I used to visit the beach, but then the green slimes went crazy. I heard they ate a bunch of pirates that robbed some of Tulimshar's gold ships.\""; next; mes "\"Good riddance!\""; + set @npcname$, ""; close; } |