While exploring servers a while ago I came across some announcements that had live time inside them. Like the clock was literally ticking. How do I do this?
You'd use the step() event to update the announcement every second. Code (JAVASCRIPT): step : function() { sys.changeAnnouncement(html) } You can use the Date object to get the current time and create html based on it to put it in the above.