Well, I feel slightly unsmart. I finally found the time bit here on the MQ2 Wiki of all places! Lol. Here's the line in my HUD file I used it for: GTime=3,2,118,172,0,204,255, ${If[${GameTime.Hour} > 11,${Int[${Math.Calc[${GameTime.Hour}-12]}]},${GameTime.Hour}]}:${If[${GameTime.Minute} < 10,0${Game...