Thread: Timing events
View Single Post
  #2  
Old 02-26-2008, 07:03 AM
theuberk theuberk is offline
Member
 
Join Date: Jul 2007
Posts: 44
I'd say using actions would be the best way. Since speak() and walkto() are both actions, you could use the vizact.sequence() method along with vizact.waittime() to create a sequence of actions that would execute when you want them to. You should look up the vizact module in the vizard documentation for more information on actions.
Reply With Quote