View Single Post
  #2  
Old 11-27-2006, 09:41 AM
Gladsomebeast Gladsomebeast is offline
Member
 
Join Date: Mar 2005
Location: Isla Vizta, CA
Posts: 397
You can specify the animation to use with the walkto action with the "walkAnim" keyword

Code:
walkto = vizact.walkto(0, 0.000, -3, walkAnim=avatar.getAnimationID('walk_inplace.CAF') )

avatar.addAction(walkto)
__________________
Paul Elliott
WorldViz LLC
Reply With Quote