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/014-3/fountain.txt | 20 ++++++++++---------- npc/014-3/oscar.txt | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) (limited to 'npc/014-3') diff --git a/npc/014-3/fountain.txt b/npc/014-3/fountain.txt index ddd6951f4..de4d517ff 100644 --- a/npc/014-3/fountain.txt +++ b/npc/014-3/fountain.txt @@ -9,8 +9,8 @@ 014-3,151,117,0 script Fountain#Hurns NPC_NO_SPRITE,{ if (ST_TIER == 5 && gettimetick(2) < QUEST_ELEVARTEMPO) goto L_Tier2; - mes col(l("There is fresh water here. I could use it to fill a bottle."), 9); - mes col(l("But I probably should not do it. It might be poisoned!"), 9); + mesc l("There is fresh water here. I could use it to fill a bottle."); + mesc l("But I probably should not do it. It might be poisoned!"); close; // TODO FIXME: We don't have a "Magic" water, and we might add @@ -50,7 +50,7 @@ L_NotEnoughMoney: L_Tier2: if (readparam(bInt) < 10) goto L_Dumb; mesn; - mes col(l("WHAT ARE YOU GOING TO DO?"), 9); + mesc l("WHAT ARE YOU GOING TO DO?"); next; select l("Do nothing"), // 1 @@ -74,12 +74,12 @@ L_Tier2: goto L_Failed; if (@menu == 9) - mes col(l("Whatever you're blaming Saulc about, this one time, he is innocent."), 9); - mes col(l("Nothing happens."), 9); + mesc l("Whatever you're blaming Saulc about, this one time, he is innocent."); + mesc l("Nothing happens."); close; L_Fail2: - mes col(l("Your low intelligence prevents anything from happening with you."), 9); + mesc l("Your low intelligence prevents anything from happening with you."); mes ""; L_Failed: @@ -92,17 +92,17 @@ L_Dumb: mesn strcharinfo(0); mesq l("Hello there pretty fountain, what about granting me magic?"); next; - mes col(l("Unsurprisingly, nothing happens."), 9); + mesc l("Unsurprisingly, nothing happens."); close; L_Tier2Ok: - mes col(l("You pour the whole potion on the fountain."), 9); + mesc l("You pour the whole potion on the fountain."); next; if (readparam(bInt) < 20) goto L_Fail2; - mes col(l("You hear birds singing! That is what you had to do!"), 9); + mesc l("You hear birds singing! That is what you had to do!"); next; if (readparam(bInt) < 30) goto L_Fail2; - mes col(l("Your body starts to glow. You're not sure why, the fountain did that!"), 9); + mesc l("Your body starts to glow. You're not sure why, the fountain did that!"); next; if (readparam(bInt) < 40) goto L_Fail2; mesn; diff --git a/npc/014-3/oscar.txt b/npc/014-3/oscar.txt index 96340073c..61880df0d 100644 --- a/npc/014-3/oscar.txt +++ b/npc/014-3/oscar.txt @@ -43,7 +43,7 @@ L_Slow: mesn; mesq l("But you're too slow. Sorry."); next; - mes col(l("Raise agility to do this quest."), 9); + mesc l("Raise agility to do this quest."); close; L_Weak: -- cgit v1.2.3-60-g2f50