summaryrefslogtreecommitdiff
path: root/npc/024-2_Tulimshar_Magic_School/tyer.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/024-2_Tulimshar_Magic_School/tyer.txt')
-rw-r--r--npc/024-2_Tulimshar_Magic_School/tyer.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/npc/024-2_Tulimshar_Magic_School/tyer.txt b/npc/024-2_Tulimshar_Magic_School/tyer.txt
new file mode 100644
index 00000000..6594cc76
--- /dev/null
+++ b/npc/024-2_Tulimshar_Magic_School/tyer.txt
@@ -0,0 +1,23 @@
+// A man in the magic school
+
+024-2.gat,36,21,0 script Tyer 157,{
+ mes "[Tyer]";
+ mes "\"Hello.\"";
+
+ if (BaseLevel >= 40) close;
+ next;
+
+ menu
+ "Hello", -,
+ "What do you mean I'm too young to go in there?", L_Explain;
+ 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;
+}