diff options
-rw-r--r-- | npc/003-1/events.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/events.txt b/npc/003-1/events.txt index d6843d105..2c3b3759e 100644 --- a/npc/003-1/events.txt +++ b/npc/003-1/events.txt @@ -346,7 +346,7 @@ L_Aurora: } mesn; - mesq l("Hello! I am Aurora, and I oversee the %s!", .@WHAT$); + mesq l("Hello! I am %s, and I oversee the %s!", .name$, .@WHAT$); next; mesn; mesq l("So, how can I help you today?"); |