diff options
Diffstat (limited to 'npc/001-7/celestia_bossfight.txt')
-rw-r--r-- | npc/001-7/celestia_bossfight.txt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/npc/001-7/celestia_bossfight.txt b/npc/001-7/celestia_bossfight.txt index 32009be0c..548d70950 100644 --- a/npc/001-7/celestia_bossfight.txt +++ b/npc/001-7/celestia_bossfight.txt @@ -22,7 +22,7 @@ end; L_GoHome: - mes col("Go home now?", 9); + mes col(l("Go home now?"), 9); if (askyesno() == ASK_YES) warp "003-1-1", 94, 22; closedialog; @@ -38,17 +38,17 @@ L_Survivor: Karma=Karma+1; getexp 0, 200; getitem SilverGift, 1; - mes col("CONGRATULATIONS! You are the first player to finish Yeti King quest!!", 2); - mes col("You just gained a Karma point, a Silver Gift, and 200 Job Exp for your bravery!", 2); + mes col(l("CONGRATULATIONS! You are the first player to finish Yeti King quest!!"), 2); + mes col(l("You just gained a Karma point, a Silver Gift, and 200 Job Exp for your bravery!"), 2); next; } - mesn col("The Yeti King", 3); + mesn col(l("The Yeti King"), 3); mesq l("Good job, kid. You've survived both the Cave Of Trials and Soren's Village."); next; - mesn col("The Yeti King", 3); + mesn col(l("The Yeti King"), 3); mesq l("That was only to prove you're strong enough on yourself to do whatever you want to do. You have friends."); next; - mesn col("The Yeti King", 3); + mesn col(l("The Yeti King"), 3); mesq l("In this world, your friends are your strength. You deserve a reward for the victory, please choose whatever you want."); select l("I want a gemstone or ore"), @@ -76,10 +76,10 @@ L_Survivor: break; } compareandsetq HurnscaldQuest_Celestia, 5, 6; - mesn col("The Yeti King", 3); + mesn col(l("The Yeti King"), 3); mesq l("Here kid. Frostia, the elf town, is somewhere near here, but I'm not sure if you can reach it from here."); next; - mesn col("The Yeti King", 3); + mesn col(l("The Yeti King"), 3); mesq l("I can warp you home now."); mes ""; select @@ -94,10 +94,10 @@ L_Survivor: break; case 2: compareandsetq HurnscaldQuest_Celestia, 6, 7; - mesn col("The Yeti King", 3); + mesn col(l("The Yeti King"), 3); mesq l("Foolish kids, do you think violence is the answer to everything?!"); next; - mesn col("The Yeti King", 3); + mesn col(l("The Yeti King"), 3); mesq l("I give you five minutes to defeat me. Witness my wrath!"); setnpcdisplay .name$, NPC_NO_SPRITE; npctalk l("*Roaaaaaar!*"); |