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/002-4/elmo.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/002-4/elmo.txt') diff --git a/npc/002-4/elmo.txt b/npc/002-4/elmo.txt index 285c54741..fbf071842 100644 --- a/npc/002-4/elmo.txt +++ b/npc/002-4/elmo.txt @@ -27,7 +27,7 @@ L_Candor: // Valon Quest .@q=getq(CandorQuest_Trainer); if (.@q < 1) { - mes col(l("##BFirst and foremost, you should talk to Trainer, inside the big house.##b"), 1); + mesc l("##BFirst and foremost, you should talk to Trainer, inside the big house.##b"), 1; mes l("Besides being able to train you, he is a walking encyclopedia - Ask him anything you are unsure about!"); next; mes l("To find him, just leave the ship and turn left. You should also touch the Soul Menhir when you leave this ship."); -- cgit v1.2.3-60-g2f50