summaryrefslogtreecommitdiff
path: root/npc/024-2_Tulimshar_Magic_School/tyer.txt
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-03-16 09:55:19 -0600
committerJared Adams <jaxad0127@gmail.com>2009-03-16 09:55:19 -0600
commit1806e5eeb7501e79976cbbe430075d3b0dc1c7ec (patch)
tree660f853621b36395dd1d6c40126cb5a4934f4bb7 /npc/024-2_Tulimshar_Magic_School/tyer.txt
parentdb9196a8c809431de190e674d6661d2f69aabaf7 (diff)
parentb1a467259dc2a01eac243a73574ff5abcbc69390 (diff)
downloadserverdata-1806e5eeb7501e79976cbbe430075d3b0dc1c7ec.tar.gz
serverdata-1806e5eeb7501e79976cbbe430075d3b0dc1c7ec.tar.bz2
serverdata-1806e5eeb7501e79976cbbe430075d3b0dc1c7ec.tar.xz
serverdata-1806e5eeb7501e79976cbbe430075d3b0dc1c7ec.zip
Merge commit 'mainline/master'
Diffstat (limited to 'npc/024-2_Tulimshar_Magic_School/tyer.txt')
-rw-r--r--npc/024-2_Tulimshar_Magic_School/tyer.txt19
1 files changed, 0 insertions, 19 deletions
diff --git a/npc/024-2_Tulimshar_Magic_School/tyer.txt b/npc/024-2_Tulimshar_Magic_School/tyer.txt
index f46190f2..f6b78331 100644
--- a/npc/024-2_Tulimshar_Magic_School/tyer.txt
+++ b/npc/024-2_Tulimshar_Magic_School/tyer.txt
@@ -4,23 +4,4 @@
mes "[Tyer]";
mes "\"Hello.\"";
close;
-
-OnBarrier:
- mes "[Tyer]";
- mes "\"You're still too young to go in there.\"";
- next;
-
- menu
- "What do you mean I'm too young to go in there?", L_Explain,
- "Ah, right.", -;
- close;
-
-L_Explain:
- mes "[Tyer]";
- mes "\"The canyon is a dangerous place, so only more experienced people are allowed there.\"";
- next;
-
- mes "[Tyer]";
- mes "\"That barrier was made to keep those that are too young out.\"";
- close;
}