summaryrefslogtreecommitdiff
path: root/npc/000-2-1/dan.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-02 12:41:13 -0300
committergumi <git@gumi.ca>2018-07-05 14:16:00 -0400
commite5b03ddac013749e1ae7c7805e1533d1a3df531a (patch)
tree3b7796198bdd90018eb3690cc8cf516dc515e0b5 /npc/000-2-1/dan.txt
parentc88088ba36a6577ce81f6ed6cf1d0ceea73cd91b (diff)
downloadserverdata-e5b03ddac013749e1ae7c7805e1533d1a3df531a.tar.gz
serverdata-e5b03ddac013749e1ae7c7805e1533d1a3df531a.tar.bz2
serverdata-e5b03ddac013749e1ae7c7805e1533d1a3df531a.tar.xz
serverdata-e5b03ddac013749e1ae7c7805e1533d1a3df531a.zip
mesc() is a function to optimize mes(col(l())), saving parenthesis.
mesc() is a short for mes(col()). It should make coding colored code easier. The default color value is "9", same from narrator, but this default value is not used anymore. I assume mes* functions are legacy for this project, so fell free to reject the patch.
Diffstat (limited to 'npc/000-2-1/dan.txt')
-rw-r--r--npc/000-2-1/dan.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-2-1/dan.txt b/npc/000-2-1/dan.txt
index 77e26cd2..a60c88f1 100644
--- a/npc/000-2-1/dan.txt
+++ b/npc/000-2-1/dan.txt
@@ -77,13 +77,13 @@ L_Quest:
L_Quit:
mes "";
mesn "Narrator";
- mes col(l("Dan keeps silent since your last question."), 9);
+ mesc(l("Dan keeps silent since your last question."), 9);
close;
L_Quit2:
mesn "Narrator";
- mes col(l("Dan ends the conversation and resumes to write his letter."), 9);
+ mesc(l("Dan ends the conversation and resumes to write his letter."), 9);
close;