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/gossip.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'world/map/npc/001-1/gossip.txt') diff --git a/world/map/npc/001-1/gossip.txt b/world/map/npc/001-1/gossip.txt index 920e4a84..a5b43329 100644 --- a/world/map/npc/001-1/gossip.txt +++ b/world/map/npc/001-1/gossip.txt @@ -71,10 +71,14 @@ L_Desert: next; mes "[Gladys, Town Gossip]"; mes "\"If you're still looking for adventure, I would suggest talking to some of the guards. I hear there is a monster threat outside the city walls!\""; - close; + goto L_Close; L_Ferry: mes "[Gladys, Town Gossip]"; mes "I heard that there is a handsome sailor in the north of town who will take people to exotic new places! I'm saving my pennies!\""; close; + +L_Close: + set @person$, ""; + close; } -- cgit v1.2.3-60-g2f50