Robeloto
Refugee
I have been inspired by the overhaul mod: Darkness falls. That you have the time and day removed from the hud and map. And you could only check it out at the trader. I have tried adding this to the trader in the windows.xml to try it out. I can see the icon for the clock, but the time and day won't show. If I write any text without code into the text="example", it will show, but the mapdaytimetitle code doesn't seem to work. Help pls!

Code:
<panel name="header" pos="210,-10" height="43" depth="1">
<sprite depth="2" name="dayTimeIcon" size="38,38" pos="0,-1" sprite="ui_game_symbol_clock" color="[iconColor]" foregroundlayer="true"/>
<label style="header.name" pos="-5,-5" text="{mapdaytimetitle}: [DECEA3]{mapdaytime}[-]" justify="center"/>
</panel>