View Single Post
  #2  
Old 03-02-2009, 09:26 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
The following code will execute the viz.quit command after 30 seconds:
Code:
import vizact
vizact.ontimer(30,viz.quit)
Reply With Quote