diff options
-rw-r--r-- | npc/001-1/eventmaster.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-1/eventmaster.txt b/npc/001-1/eventmaster.txt index 32f147e2a..db789d0d5 100644 --- a/npc/001-1/eventmaster.txt +++ b/npc/001-1/eventmaster.txt @@ -49,7 +49,7 @@ L_Menu: L_Unauthorized: //dispbottom l("I am too far away to talk. Weird floating thingy..."); - dispbottom "Monsters left: "+str(.@curmobc); + dispbottom l("Monsters left: @@", .@curmobc); end; L_Close: |