diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-03-08 18:57:16 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-03-08 18:57:16 -0600 |
commit | e5ac95f237d5c96c39e3b5573d198138f855e30d (patch) | |
tree | 09f6b19c3b119d563e3207c2901ce2cc506ee1bb /npc/024-2_Tulimshar_Magic_School/tyer.txt | |
parent | 2a73e3544d6ac4d4f000c621753d70e8695e203c (diff) | |
parent | b073a508fb4c61ed3cb4f4cc62fc3d892480a6b8 (diff) | |
download | serverdata-e5ac95f237d5c96c39e3b5573d198138f855e30d.tar.gz serverdata-e5ac95f237d5c96c39e3b5573d198138f855e30d.tar.bz2 serverdata-e5ac95f237d5c96c39e3b5573d198138f855e30d.tar.xz serverdata-e5ac95f237d5c96c39e3b5573d198138f855e30d.zip |
Merge commit 'mainline/master'
Conflicts:
data/021-2.wlk
data/023-1.wlk
Diffstat (limited to 'npc/024-2_Tulimshar_Magic_School/tyer.txt')
-rw-r--r-- | npc/024-2_Tulimshar_Magic_School/tyer.txt | 26 |
1 files changed, 26 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..f46190f2 --- /dev/null +++ b/npc/024-2_Tulimshar_Magic_School/tyer.txt @@ -0,0 +1,26 @@ +// A man in the magic school + +024-2.gat,36,21,0 script Tyer 157,{ + 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; +} |