From c272dcb128037a647692a02721d02acd51d26002 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 23 Jun 2018 11:28:49 -0300 Subject: mes col(l("")) is DEPRECATED, move everything to mesc l(""). mesc is harder to see, but it looks better and is less confusing regarding l() --- npc/012-1/jack.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/012-1/jack.txt') diff --git a/npc/012-1/jack.txt b/npc/012-1/jack.txt index 549669b20..c1bb45e5b 100644 --- a/npc/012-1/jack.txt +++ b/npc/012-1/jack.txt @@ -102,12 +102,12 @@ L_Loop: if (@menu == 2) close; - mes col(l("Jack bends the log over his knee."), 9); + mesc l("Jack bends the log over his knee."); delitem RawLog, 1; .@success=rand(6,26)-.@k; // You will never need more than 20 logs nor less than 5 logs if (.@success == 1) { - mes col(l("The wood bends a little, but doesn't breaks."), 9); + mesc l("The wood bends a little, but doesn't breaks."); getexp 295, 100; // 10% of max exp setq2 HurscaldQuest_ForestBow, 99; next; @@ -115,7 +115,7 @@ L_Loop: mesq lg("That's the right wood, my son. Here, I'll wrap it so you don't accidentaly lose it. Good luck with your quest!"); close; } else { - mes col(l("However, the log breaks with a loud crack."), 9); + mesc l("However, the log breaks with a loud crack."); Zeny=Zeny+10; getexp 5, 1; setq2 HurscaldQuest_ForestBow, .@k+1; -- cgit v1.2.3-70-g09d2