View Single Post
  #13  
Old 02-27-2006, 01:32 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

Try the following instead:
Code:
node.add(vizact.waittime(1))
node.add(vizact.call(node.remove))
Reply With Quote