summaryrefslogtreecommitdiff
path: root/npc/024-2/tyer_trigger.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/024-2/tyer_trigger.txt')
-rw-r--r--npc/024-2/tyer_trigger.txt23
1 files changed, 0 insertions, 23 deletions
diff --git a/npc/024-2/tyer_trigger.txt b/npc/024-2/tyer_trigger.txt
deleted file mode 100644
index ee588365..00000000
--- a/npc/024-2/tyer_trigger.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-// A man in the magic school
-
-024-2.gat,33,24,0 script #Tyer_Trigger 0,1,1,{
- if (BaseLevel >= 40) end;
-
- 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;
-}