diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/gmbot.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/gmbot.txt b/npc/functions/gmbot.txt index d2cb3081a..2fc06044a 100644 --- a/npc/functions/gmbot.txt +++ b/npc/functions/gmbot.txt @@ -216,9 +216,9 @@ OnTimer90000: } if ($GAME_STORYLINE == 2 && $MK_TEMPVAR >= 500) { - kamibroadcast("The Monster King army is in total disarray and disorder!", "Saulc | The Alliance"); + kamibroadcast("##1##BThe Monster King army is in total disarray and disorder!", "Saulc"); sleep(2500); - kamibroadcast("It's our chance to strike back!", "Saulc | The Alliance"); + kamibroadcast("##1##BIt's our chance to strike back!", "Saulc"); sleep(2500); // Apply the changes |