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/004-1/anwar.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/004-1/anwar.txt') diff --git a/npc/004-1/anwar.txt b/npc/004-1/anwar.txt index 7658d9b87..60c086b24 100644 --- a/npc/004-1/anwar.txt +++ b/npc/004-1/anwar.txt @@ -65,13 +65,13 @@ L_TryIt: // Fail chances are 100% - 12% per attempt if (rand(0,100) < 100-(.@q2*12)) { setq1 TulimsharQuest_AnwarField, 6; - mes col(l("Nothing happens."), 9); + mesc l("Nothing happens."); next; mesn; mesq l("Uh... Something should happen, right? Can you get another one?"); } else { setq1 TulimsharQuest_AnwarField, 7; - mes col(l("Evil worms crawl from earth and starts devoring the plants!"), 9); + mesc l("Evil worms crawl from earth and starts devouring the plants!"); next; mesn; mesq l("Uh... That should not happen, right? RIGHT?"); -- cgit v1.2.3-60-g2f50