summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/000-2-0/billybons.txt2
-rw-r--r--npc/000-2-1/alige.txt2
-rw-r--r--npc/000-2-1/devis.txt4
3 files changed, 4 insertions, 4 deletions
diff --git a/npc/000-2-0/billybons.txt b/npc/000-2-0/billybons.txt
index c5c3d9ab..9d53cf8f 100644
--- a/npc/000-2-0/billybons.txt
+++ b/npc/000-2-0/billybons.txt
@@ -63,7 +63,7 @@ l_Secret:
goto l_Quit;
l_Hips:
- mesq "*hick*";
+ mesq l("*hick*");
close;
l_Quit:
diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt
index 3a520de3..f677df08 100644
--- a/npc/000-2-1/alige.txt
+++ b/npc/000-2-1/alige.txt
@@ -166,7 +166,7 @@
l_AskForFood:
mesn;
- mesq "Do you have anything for me today?";
+ mesq l("Do you have anything for me today?");
next;
menu
diff --git a/npc/000-2-1/devis.txt b/npc/000-2-1/devis.txt
index d2a6c12c..c0a85e27 100644
--- a/npc/000-2-1/devis.txt
+++ b/npc/000-2-1/devis.txt
@@ -9,9 +9,9 @@
if (@q == 0) goto l_Zzz;
goto l_Grm;
l_Zzz:
- mes "Zzzzzzzzzz";
+ mes l("Zzzzzzzzzz");
close;
l_Grm:
- mes "Ggrmm grmmm...";
+ mes l("Ggrmm grmmm...");
close;
}