Daz Timer
Anyone can show me a working example of the daz timer? this code dosn't work for me:
var timer = new DzTimer();
timer.singleShot = true;
timer.timeout.connect(function()
{
MessageBox.information("Time's up!", "Timer Alert", "&OK");
});
timer.start(3000);
Post edited by MehdiZangenehBar on

Comments
See http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/samples/general/singleshot_timeout/start