diff options
author | Frost <networktoy@cox.net> | 2011-09-07 10:54:24 -0700 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-09-07 23:20:15 +0200 |
commit | 9b55c082ae28bf4fb14b074ad62bb2b4449977a8 (patch) | |
tree | 21db28708bcd226efc8878c223f09cb548c18eee /world/map/npc/024-2/tyer_trigger.txt | |
parent | 2c8c6b83af16beaa0bc4ec49f23faacfbe4a4a3d (diff) | |
download | serverdata-9b55c082ae28bf4fb14b074ad62bb2b4449977a8.tar.gz serverdata-9b55c082ae28bf4fb14b074ad62bb2b4449977a8.tar.bz2 serverdata-9b55c082ae28bf4fb14b074ad62bb2b4449977a8.tar.xz serverdata-9b55c082ae28bf4fb14b074ad62bb2b4449977a8.zip |
removed tabs from 026-1 down to 024-2
Diffstat (limited to 'world/map/npc/024-2/tyer_trigger.txt')
-rw-r--r-- | world/map/npc/024-2/tyer_trigger.txt | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/world/map/npc/024-2/tyer_trigger.txt b/world/map/npc/024-2/tyer_trigger.txt index ee588365..603eb7d8 100644 --- a/world/map/npc/024-2/tyer_trigger.txt +++ b/world/map/npc/024-2/tyer_trigger.txt @@ -1,23 +1,23 @@ // A man in the magic school -024-2.gat,33,24,0 script #Tyer_Trigger 0,1,1,{ - if (BaseLevel >= 40) end; +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; + 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; + 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 "\"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; + mes "[Tyer]"; + mes "\"That barrier was made to keep those that are too young out.\""; + close; } |