diff options
author | coffee <coffee@coffee-EP45-UD3L.(none)> | 2011-09-04 20:00:45 -0300 |
---|---|---|
committer | coffee <coffee@coffee-EP45-UD3L.(none)> | 2011-09-04 20:00:45 -0300 |
commit | 9f208b6d7a1c2e15fcd32725aee2eac0c7178cd9 (patch) | |
tree | e1faf3d3c7981ef459d396cd90264bb9d53e64e8 /world/map/npc/001-1/npcs.txt | |
parent | 6e5fc3701b8299af02236ab77b143fce7008d772 (diff) | |
download | serverdata-9f208b6d7a1c2e15fcd32725aee2eac0c7178cd9.tar.gz serverdata-9f208b6d7a1c2e15fcd32725aee2eac0c7178cd9.tar.bz2 serverdata-9f208b6d7a1c2e15fcd32725aee2eac0c7178cd9.tar.xz serverdata-9f208b6d7a1c2e15fcd32725aee2eac0c7178cd9.zip |
Clear temporary variables after you close npc window. Npcs from 001-1.
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; } |