summaryrefslogtreecommitdiff
path: root/npc/custom
diff options
context:
space:
mode:
Diffstat (limited to 'npc/custom')
-rw-r--r--npc/custom/warper/warper.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/custom/warper/warper.txt b/npc/custom/warper/warper.txt
index eb0b2b125..c9b74f1a1 100644
--- a/npc/custom/warper/warper.txt
+++ b/npc/custom/warper/warper.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= Darkchild
//===== Current Version: =====================================
-//= 1.6a
+//= 1.7
//===== Compatible With: =====================================
//= Any eAthena Version;
//===== Description: =========================================
@@ -20,6 +20,7 @@
//= 1.5 Added this NPC to more places [Lupus]
//= 1.6 Rewrote a lot. Changed the sprite, some locations. [Poki#3]
//= TODO Add an option for selecting the level of the dungeon. [Poki#3]
+//= 1.7 Temporary? Added F_ClearGarbage to clear unused/outdated variables [Lupus]
//============================================================
//============================================================
//= To allow selecting the Level of the Dungeon you want to
@@ -28,6 +29,9 @@
- script Warp Agent::warpra 859,{
// set @lvlselect,0;
+
+ callfunc "F_ClearGarbage"; //Clear outdated, unused variables
+
mes "[Warp Agent]";
mes "Hello,";
mes "I can teleport you to any Town or Dungeon!";