diff options
-rw-r--r-- | npc/000-1/darlin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-1/darlin.txt b/npc/000-1/darlin.txt index d2b6553b..688a8d55 100644 --- a/npc/000-1/darlin.txt +++ b/npc/000-1/darlin.txt @@ -134,7 +134,7 @@ l_Quit: close; l_QuestGiven: - mesq "Ehoo "+ strcharinfo(0) +"!!"; + mesq l("Ehoo") + " " + strcharinfo(0) + "!!"; next; mesq l("Did you find what was this light?!"); next; |