Is there an equivalent to startTimer in Daz3d 4.*

whoacowboywhoacowboy Posts: 28

Hi,

I was wondering if there was an equivalent to startTimer in Daz3D 4.*

var interval = startTimer(1000,function(){
  print('hi');
});

killTimer(interval);

Thanks,

james

Comments

Sign In or Register to comment.