A few missed things

Missed a few items in the menu, added text for in-game to see that
challenges are now reactivated!
This commit is contained in:
Robert Fritzen 2017-06-29 18:05:34 -05:00
parent 1bbf492093
commit 10e4681983

View file

@ -744,9 +744,12 @@ function GenerateDWMChallengeMenu(%client, %tag, %index) {
%dateStr = formattimestring("yymmdd"); %dateStr = formattimestring("yymmdd");
messageClient( %client, 'SetLineHud', "", %tag, %index, "<color:FF0000> Green Indicates A Completed Challenge"); messageClient( %client, 'SetLineHud', "", %tag, %index, "<color:FF0000> Green Indicates A Completed Challenge");
%index++; %index++;
messageClient( %client, 'SetLineHud', "", %tag, %index, "<color:33FF00> Uncolored Indicates An Active Challenge"); messageClient( %client, 'SetLineHud', "", %tag, %index, "Uncolored Indicates An Active Challenge");
%index++; %index++;
messageClient( %client, 'SetLineHud', "", %tag, %index, "6/29/17: PGD Challenges reacitvated, now running 5x daily");
%index++;
messageClient( %client, 'SetLineHud', "", %tag, %index, "4/20/16: New Daily Challenge System is Live!"); messageClient( %client, 'SetLineHud', "", %tag, %index, "4/20/16: New Daily Challenge System is Live!");
%index++;
for(%i = 1; isSet($Challenges::Challenge[%i]); %i++) { for(%i = 1; isSet($Challenges::Challenge[%i]); %i++) {
%challenge = $Challenges::Challenge[%i]; %challenge = $Challenges::Challenge[%i];
%cType = getField(%challenge, 0); %cType = getField(%challenge, 0);