From 43f1b91df331a74db2d5aa6e897a7ca505d190be Mon Sep 17 00:00:00 2001 From: Robert Fritzen Date: Thu, 29 Jun 2017 18:09:20 -0500 Subject: [PATCH] I can color... lol Speak not of this failure... :D --- scripts/TWM2/Systems/DChalg.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/TWM2/Systems/DChalg.cs b/scripts/TWM2/Systems/DChalg.cs index 5370ae7..2e00612 100644 --- a/scripts/TWM2/Systems/DChalg.cs +++ b/scripts/TWM2/Systems/DChalg.cs @@ -742,7 +742,7 @@ function updateChallengeFile(%client) { function GenerateDWMChallengeMenu(%client, %tag, %index) { %dateStr = formattimestring("yymmdd"); - messageClient( %client, 'SetLineHud', "", %tag, %index, " Green Indicates A Completed Challenge"); + messageClient( %client, 'SetLineHud', "", %tag, %index, "Green Indicates A Completed Challenge"); %index++; messageClient( %client, 'SetLineHud', "", %tag, %index, "Uncolored Indicates An Active Challenge"); %index++; @@ -759,7 +759,7 @@ function GenerateDWMChallengeMenu(%client, %tag, %index) { // if(%cType == 1) { if(%client.TWM2Controller.completed[%i, %dateStr]) { - messageClient( %client, 'SetLineHud', "", %tag, %index, "*DAILY* "@%cName@" - Completed"); + messageClient( %client, 'SetLineHud', "", %tag, %index, "*DAILY* "@%cName@" - Completed"); %index+=2; } else { @@ -770,7 +770,7 @@ function GenerateDWMChallengeMenu(%client, %tag, %index) { // else if(%cType == 2) { if(%client.TWM2Controller.completed[%i, %dateStr]) { - messageClient( %client, 'SetLineHud', "", %tag, %index, "*WEEKLY* "@%cName@" - Completed"); + messageClient( %client, 'SetLineHud', "", %tag, %index, "*WEEKLY* "@%cName@" - Completed"); %index+=2; } else { @@ -780,7 +780,7 @@ function GenerateDWMChallengeMenu(%client, %tag, %index) { } else { if(%client.TWM2Controller.completed[%i, %dateStr]) { - messageClient( %client, 'SetLineHud', "", %tag, %index, "*MONTHLY* "@%cName@" - Completed"); + messageClient( %client, 'SetLineHud', "", %tag, %index, "*MONTHLY* "@%cName@" - Completed"); %index+=2; } else {