View Single Post
  #4  
Old 09-05-2007, 01:12 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Vizard does not perform any automatic file saving. You are probably creating a file somewhere in your script and writing data to it. If you want to flag an event then you can do something like this:
Code:
tracking_data.write('*** FLAG: reached A\n')
If you are reading the data into another program you will need to modify the program so it can properly read in the flags.
Reply With Quote