From 22cfbc011ce19e96767861b60473fa3136177f10 Mon Sep 17 00:00:00 2001 From: mekolat Date: Sun, 1 Feb 2015 14:11:22 -0500 Subject: remove .gat from npcs --- world/map/npc/009-4/torches.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'world/map/npc/009-4/torches.txt') diff --git a/world/map/npc/009-4/torches.txt b/world/map/npc/009-4/torches.txt index fbb88a84..7049b446 100644 --- a/world/map/npc/009-4/torches.txt +++ b/world/map/npc/009-4/torches.txt @@ -89,7 +89,7 @@ L_Return: // To make sure in range of torches function|script|InRangeTorch1 { - if (isin("009-4.gat",67,20,69,25)) + if (isin("009-4",67,20,69,25)) goto L_Return; mes "You're too far away to do anything with that torch."; close; @@ -99,7 +99,7 @@ L_Return: } function|script|InRangeTorch2 { - if (isin("009-4.gat",65,41,69,46)) + if (isin("009-4",65,41,69,46)) goto L_Return; mes "You're too far away to do anything with that torch."; close; @@ -109,7 +109,7 @@ L_Return: } function|script|InRangeTorch3 { - if (isin("009-4.gat",33,84,37,88)) + if (isin("009-4",33,84,37,88)) goto L_Return; mes "You're too far away to do anything with that torch."; close; @@ -281,7 +281,7 @@ L_Failed: } // First Torch -009-4.gat,68,21,0|script|Torch#1|400 +009-4,68,21,0|script|Torch#1|400 { callfunc "InRangeTorch1"; callfunc "DoneWithTorches"; @@ -293,7 +293,7 @@ L_Failed: } // Second Torch -009-4.gat,67,42,0|script|Torch#2|400 +009-4,67,42,0|script|Torch#2|400 { callfunc "InRangeTorch2"; callfunc "DoneWithTorches"; @@ -305,7 +305,7 @@ L_Failed: } // Third Torch -009-4.gat,33,86,0|script|Torch#3|400 +009-4,33,86,0|script|Torch#3|400 { callfunc "InRangeTorch3"; callfunc "DoneWithTorches"; -- cgit v1.2.3-60-g2f50