From 3d0823d5c9b56be5c3892c0a4e717f961cb93e69 Mon Sep 17 00:00:00 2001
From: Jared Adams <jaxad0127@gmail.com>
Date: Wed, 1 Jun 2011 15:27:26 -0600
Subject: Change the Converter to use different folder names

And update everything to use it.
---
 npc/001-3_Tulimshar_arena/guards.txt | 28 ----------------------------
 1 file changed, 28 deletions(-)
 delete mode 100644 npc/001-3_Tulimshar_arena/guards.txt

(limited to 'npc/001-3_Tulimshar_arena/guards.txt')

diff --git a/npc/001-3_Tulimshar_arena/guards.txt b/npc/001-3_Tulimshar_arena/guards.txt
deleted file mode 100644
index 5b42ca4f..00000000
--- a/npc/001-3_Tulimshar_arena/guards.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-//
-
-001-3.gat,77,37,0	script	Phaet	125,{
-	mes "[Phaet the Royal Guard]";
-	mes "\"Do you want to go back?\"";
-	next;
-	
-	menu
-		"Yes", L_Sure,
-		"No", -;
-	mes "Have fun.";
-	close;
-
-L_Sure:
-	mes "[Phaet the Royal Guard]";
-	mes "\"Ok.\"";
-	next;
-	
-	warp "001-2.gat", 25, 23;
-	close;
-}
-
-001-3.gat,69,37,0	script	Aradin	126,{
-	mes "[Aradin the Royal Guard]";
-	mes "\"Don't touch me...";
-	mes "You wouldn't enjoy the consequences.\"";
-	close;
-}
-- 
cgit v1.2.3-70-g09d2