diff options
Diffstat (limited to 'npc/commands/scheduled-broadcasts.txt')
-rw-r--r-- | npc/commands/scheduled-broadcasts.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/npc/commands/scheduled-broadcasts.txt b/npc/commands/scheduled-broadcasts.txt index ca57f8d2f..78515e09e 100644 --- a/npc/commands/scheduled-broadcasts.txt +++ b/npc/commands/scheduled-broadcasts.txt @@ -8,8 +8,7 @@ function script StoneBoard { next; input .@msg$; .@msg$ = strip(.@msg$); - if (.@msg$ != "") - { + if (.@msg$ != "") { return .@msg$; } mes l("The message cannot be empty"); @@ -34,8 +33,7 @@ function script StoneBoard { } function setMaxRep { - if (getarg(0,0) == 0) - { + if (getarg(0,0) == 0) { return 0; } clear; |