Hello, i would like to show mission/event announcements instead of my debugmonitor ( for a period of time). So when a mission or event starts, the debug should go away, and the announcement should be shown for a few seconds. Currently the event announcement is flashing up for a second. I tried to add "sleep 5;" to the remote-script, but it didnt work. Can anyone please help me? _hint = parseText format["<t align='center' color='#FFFF66' shadow='2' size='1.75'>Attention</t><br/><t align='center' color='#ffffff'>Mission description!</t>"]; customRemoteMessage = ['hint', _hint]; publicVariable "customRemoteMessage";