diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-31 19:01:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-31 19:01:26 -0300 |
commit | 554603930473d1d07c60c45705077d684263d913 (patch) | |
tree | 91542b935b3c26bf24bd6bba031a31cab6299add /npc/003-1-1/yetiking.txt | |
parent | 8161ddb9979e2d7ab4f0db4ea8350b97127f1a04 (diff) | |
download | serverdata-554603930473d1d07c60c45705077d684263d913.tar.gz serverdata-554603930473d1d07c60c45705077d684263d913.tar.bz2 serverdata-554603930473d1d07c60c45705077d684263d913.tar.xz serverdata-554603930473d1d07c60c45705077d684263d913.zip |
Translatability
Diffstat (limited to 'npc/003-1-1/yetiking.txt')
-rw-r--r-- | npc/003-1-1/yetiking.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/003-1-1/yetiking.txt b/npc/003-1-1/yetiking.txt index 2f5edb4fc..d35020ebf 100644 --- a/npc/003-1-1/yetiking.txt +++ b/npc/003-1-1/yetiking.txt @@ -80,7 +80,7 @@ OnSummonTalk: if (.@q != 1) end; - mesn "Dah Yeti King!!"; + mesn l("Dah Yeti King!!"); mesq l("Why do you summon me? Speak."); mes ""; select @@ -95,10 +95,10 @@ OnSummonTalk: if (@menu == 2) close; - mesn "Dah Yeti King!!"; + mesn l("Dah Yeti King!!"); mesq l("Yeah yeah yeah, you're not the first one to come talking about that to me."); next; - mesn "Dah Yeti King!!"; + mesn l("Dah Yeti King!!"); mesq l("My answer is still a no, and it won't change. Don't test my patience any further."); next; select @@ -112,15 +112,15 @@ OnSummonTalk: if (@menu == 3) close; if (BaseLevel < 35) { - mesn "Dah Yeti King!!"; + mesn l("Dah Yeti King!!"); mesq l("You? Have you ever looked in the mirror? You're not even level 35. Begone."); close; } - mesn "Dah Yeti King!!"; + mesn l("Dah Yeti King!!"); mesq l("Well, then I'll give you a task. We may meet again in Soren Village."); next; - mesn "Dah Yeti King!!"; + mesn l("Dah Yeti King!!"); mesq l("I'll warp you to the Cave Of Trials. Pass all trials, and meet me on Soren's House. Hahah!"); setq HurnscaldQuest_Celestia, 2; @YetiKing_Challenger=1; |