diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-25 21:03:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-25 21:03:39 -0300 |
commit | 8cd3da237b2cb876d75968c81f783811cf2696d1 (patch) | |
tree | c18a1754a8d1cf21681c9bb86a361ab5aad1d5ee | |
parent | 56bcc980ab949c2bd4f9e030ddc2cc2eb00a84b0 (diff) | |
download | serverdata-8cd3da237b2cb876d75968c81f783811cf2696d1.tar.gz serverdata-8cd3da237b2cb876d75968c81f783811cf2696d1.tar.bz2 serverdata-8cd3da237b2cb876d75968c81f783811cf2696d1.tar.xz serverdata-8cd3da237b2cb876d75968c81f783811cf2696d1.zip |
TTL Support
-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: |