From 554603930473d1d07c60c45705077d684263d913 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 31 Jul 2018 19:01:26 -0300 Subject: Translatability --- npc/003-1-1/yetiking.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'npc/003-1-1') 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; -- cgit v1.2.3-60-g2f50