mirror of
https://github.com/PhantomGamesDevelopment/TWM2.git
synced 2026-01-19 19:44:47 +00:00
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:
parent
1bbf492093
commit
10e4681983
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue