diff options
Diffstat (limited to 'world/map/npc/009-1/constable.txt')
-rw-r--r-- | world/map/npc/009-1/constable.txt | 8 |
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; |