diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-03-16 09:54:27 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-03-16 09:54:27 -0600 |
commit | b1a467259dc2a01eac243a73574ff5abcbc69390 (patch) | |
tree | 4ecf7f44caaf9659c05d10a8f1c67de86ed2d248 /npc/024-2_Tulimshar_Magic_School/tyer_trigger.txt | |
parent | 9e6e0946dba817305b6c0388236fdb12a492c507 (diff) | |
download | serverdata-b1a467259dc2a01eac243a73574ff5abcbc69390.tar.gz serverdata-b1a467259dc2a01eac243a73574ff5abcbc69390.tar.bz2 serverdata-b1a467259dc2a01eac243a73574ff5abcbc69390.tar.xz serverdata-b1a467259dc2a01eac243a73574ff5abcbc69390.zip |
Fix the barrier in the magic school
Diffstat (limited to 'npc/024-2_Tulimshar_Magic_School/tyer_trigger.txt')
-rw-r--r-- | npc/024-2_Tulimshar_Magic_School/tyer_trigger.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/npc/024-2_Tulimshar_Magic_School/tyer_trigger.txt b/npc/024-2_Tulimshar_Magic_School/tyer_trigger.txt new file mode 100644 index 00000000..2ae884da --- /dev/null +++ b/npc/024-2_Tulimshar_Magic_School/tyer_trigger.txt @@ -0,0 +1,23 @@ +// A man in the magic school + +024-2.gat,33,24,0 script #Tyer_Trigger 127,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; +} |