Forum

OnTimer problem

Hi guys. I wanted to test the timer (OnTimer) and I did a very simple script. int tempo; int OnInit () { EventSetMillisecondTimer ( 1 ); Print (" 0 : GetTickCount : " + GetTickCount () + " GetMicrosecondCount : " + GetMicrosecondCount ()); return ( INIT_SUCCEEDED ); } void OnDeinit ( const