summaryrefslogtreecommitdiff
path: root/npc/014-3/fountain.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-23 11:28:49 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-23 11:28:49 -0300
commitc272dcb128037a647692a02721d02acd51d26002 (patch)
tree90a422fc5ebbaad213c300feea3c428145156c02 /npc/014-3/fountain.txt
parent9155fb809fa1b1bddf3718fd4ee65e5ef6b4cd54 (diff)
downloadserverdata-c272dcb128037a647692a02721d02acd51d26002.tar.gz
serverdata-c272dcb128037a647692a02721d02acd51d26002.tar.bz2
serverdata-c272dcb128037a647692a02721d02acd51d26002.tar.xz
serverdata-c272dcb128037a647692a02721d02acd51d26002.zip
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()
Diffstat (limited to 'npc/014-3/fountain.txt')
-rw-r--r--npc/014-3/fountain.txt20
1 files changed, 10 insertions, 10 deletions
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;