I think the fade for the chat has something to do with this code, but I don't know how to minipulate it :)
function SetTopMessage( %text )
{
HudOverlay.setHudElementText($HudElement::TopMessageText, %text, ImportantMessageProfile, true);
}
function FadeInTopMessage( )
{
$TopPrintActive =...