recentgameupdates mod by Script47
Posted: Tue Nov 04, 2014 9:21 pm
I really like this mod. The game news was fine but this adds the ability to have several updates show. The only change I made was on line 5 of the menu.php. I added red font to it
$menuEntries[]=new MenuEntry('Game Updates <FONT COLOR=RED>('.GetUserVariable(unReadU). ')</FONT>');
This catches the players eye similar to when in chat it goes red. Obviously if you are taking the time to post a game update you want the player to notice it. So if they have read updates it will remain black but by making this small change it will be a nice bright visual red if they have not.
$menuEntries[]=new MenuEntry('Game Updates <FONT COLOR=RED>('.GetUserVariable(unReadU). ')</FONT>');
This catches the players eye similar to when in chat it goes red. Obviously if you are taking the time to post a game update you want the player to notice it. So if they have read updates it will remain black but by making this small change it will be a nice bright visual red if they have not.