From 9f208b6d7a1c2e15fcd32725aee2eac0c7178cd9 Mon Sep 17 00:00:00 2001 From: coffee Date: Sun, 4 Sep 2011 20:00:45 -0300 Subject: Clear temporary variables after you close npc window. Npcs from 001-1. --- world/map/npc/001-1/npcs.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'world/map/npc/001-1/npcs.txt') 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; } -- cgit v1.2.3-70-g09d2