summaryrefslogtreecommitdiff
path: root/world/map/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-12-08 13:26:09 -0300
committerJesusaves <cpntb1@ymail.com>2022-12-08 13:26:09 -0300
commit6276921388a4c633088fc6e63f2820150fe7c165 (patch)
tree3995aa2bb6afaa2b95f743c9ebfe32f4400a42c6 /world/map/npc
parenta02ab706b17668178fda45c73999149bc64b26f2 (diff)
downloadserverdata-6276921388a4c633088fc6e63f2820150fe7c165.tar.gz
serverdata-6276921388a4c633088fc6e63f2820150fe7c165.tar.bz2
serverdata-6276921388a4c633088fc6e63f2820150fe7c165.tar.xz
serverdata-6276921388a4c633088fc6e63f2820150fe7c165.zip
l() and mesq() arriving. Add langs/ folder from Evolved in case @HoraK wants to parse it.
Diffstat (limited to 'world/map/npc')
-rw-r--r--world/map/npc/009-1/constable.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/009-1/constable.txt b/world/map/npc/009-1/constable.txt
index 424c8023..cd27580e 100644
--- a/world/map/npc/009-1/constable.txt
+++ b/world/map/npc/009-1/constable.txt
@@ -2,10 +2,10 @@
009-1,55,34,0|script|Constable Bob|419
{
- mes "[Constable Bob]";
- mes "\"Hello.\"";
- mes "\"I've been getting complaints of lawlessness in Hurnscald recently, so I thought I'd come down here myself and explain the rules.\"";
- mes "\"Please make sure that you follow them!\"";
+ mes l("[Constable Bob]");
+ mesq l("Hello.");
+ mesq l("I've been getting complaints of lawlessness in Hurnscald recently, so I thought I'd come down here myself and explain the rules.");
+ mesq l("Please make sure that you follow them!");
next;
callfunc "GameRules";
close;