summaryrefslogtreecommitdiff
path: root/npc/commands/scheduled-broadcasts.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-21 22:26:26 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-21 22:26:26 -0300
commit89efb0e7a61e76f1f8e0b1374b1a22c381c48b90 (patch)
tree5cd06f5992ef2ee793bee2a857f02ea9bab3b505 /npc/commands/scheduled-broadcasts.txt
parentd5630fca5f06828000b824c346917f54c3db7a8e (diff)
downloadserverdata-89efb0e7a61e76f1f8e0b1374b1a22c381c48b90.tar.gz
serverdata-89efb0e7a61e76f1f8e0b1374b1a22c381c48b90.tar.bz2
serverdata-89efb0e7a61e76f1f8e0b1374b1a22c381c48b90.tar.xz
serverdata-89efb0e7a61e76f1f8e0b1374b1a22c381c48b90.zip
debug
Diffstat (limited to 'npc/commands/scheduled-broadcasts.txt')
-rw-r--r--npc/commands/scheduled-broadcasts.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/commands/scheduled-broadcasts.txt b/npc/commands/scheduled-broadcasts.txt
index b578d78e1..74a182a23 100644
--- a/npc/commands/scheduled-broadcasts.txt
+++ b/npc/commands/scheduled-broadcasts.txt
@@ -8,10 +8,13 @@ function script StoneBoard {
mes l("Please enter the message:");
next;
input .@msg$;
+ debugmes "setMessage, received from input: "+.@msg$;
.@msg$ = strip(.@msg$);
+ debugmes "setMessage, stripped: "+.@msg$;
if (.@msg$ != "") {
return .@msg$;
}
+ debugmes "setMessage ------ FAILURE";
mes l("The message cannot be empty");
next;
} while (.@msg$ == "");