From 31bf1466cfeb3e4ea72c58c5ea715532f65dd28d Mon Sep 17 00:00:00 2001 From: Lupus Date: Wed, 31 May 2006 09:42:24 +0000 Subject: many quests variables are shrinked in 1 variable bits. UPDATE ALL YOUR OLD scripts! git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6884 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/custom/warper/warper.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'npc/custom/warper') 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!"; -- cgit v1.2.3-70-g09d2