You mean something that sows the time? Example:
Code:
var seconds;
function timeeverysecond()
{
  while(1)
  {
    seconds += 1;
    wait(-1);
  }
}



And then a Panel with the digits code:
Code:
digits(pos_x,pos_y,0,*,10,seconds);




"Ich weiss nicht genau, was Sie vorhaben, aber Sie können keine Triggerzonen durch Ihr Level kullern lassen."
-JCL, 2011