From 0da2bfc3b7277f5a3da722903ae0297eaee23c5c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 28 Mar 2019 22:54:11 -0300 Subject: Missing ##0 in MotD --- npc/commands/motd.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/commands/motd.txt b/npc/commands/motd.txt index aad93fc5e..32ebf7723 100644 --- a/npc/commands/motd.txt +++ b/npc/commands/motd.txt @@ -92,7 +92,7 @@ function script MOTDConfig { input .@n; if ($MOTD_Messages$[.@n] != "") { clear; - mes l("line @@: "+$MOTD_Messages$[.@n], .@n); + mes l("line @@: "+"##0"+$MOTD_Messages$[.@n], .@n); next; select menuimage("actions/back", l("Modify another line")), @@ -123,7 +123,7 @@ function script MOTDConfig { mes "---"; .@size = getvariableofnpc(.size, "@motd"); for (.@i = 0; .@i < .@size; ++.@i) { - mes l("line @@: "+$MOTD_Messages$[.@i], .@i); + mes l("line @@: "+"##0"+$MOTD_Messages$[.@i], .@i); } if (.@size == 0) { mes "(" + l("no active MOTD") + ")"; -- cgit v1.2.3-60-g2f50