From ac94b5185e33f525bb26f02cafbd3d877d0a2f60 Mon Sep 17 00:00:00 2001 From: wushin Date: Wed, 5 Nov 2014 11:06:39 -0600 Subject: Fix Items For AST --- world/map/npc/items/warpTowels.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'world/map/npc/items/warpTowels.txt') diff --git a/world/map/npc/items/warpTowels.txt b/world/map/npc/items/warpTowels.txt index 23c5e611..ac82c92b 100644 --- a/world/map/npc/items/warpTowels.txt +++ b/world/map/npc/items/warpTowels.txt @@ -1,5 +1,5 @@ // See #TravelConfig -function|script|WarpTowel|, +function|script|WarpTowel { if (TowelLastUsed > (gettimetick(2) - 1800)) goto L_DontPanic; @@ -146,7 +146,7 @@ L_End: end; } -function|script|MultiWarpTowel|, +function|script|MultiWarpTowel { setarray $@warpTowels$, "HitchhikersTowel", "WhiteHitchhikersTowel", "RedHitchhikersTowel", "GreenHitchhikersTowel", "BlueHitchhikersTowel", "YellowHitchhikersTowel", "PurpleHitchhikersTowel", "OrangeHitchhikersTowel", "PinkHitchhikersTowel", "TealHitchhikersTowel", "LimeHitchhikersTowel"; set @towel_count, 0; -- cgit v1.2.3-60-g2f50