 
 
 
 
 
 
 
 
 
 
 Next: sleep
 Up: Tcl Text Commands
 Previous: volmap
     Contents 
     Index 
Specify a number of seconds to wait before reading another command.
Animation continues during this time.  The wait command will
not behave as expected if called within a complex Tcl proc or loop
structures.  The wait command doesn't actually run until the next complete
Tcl code block due to the way VMD processes its commands.  
vmd@ks.uiuc.edu