View Single Post
  #1  
Old 11-22-2006, 10:29 AM
v-clizzin v-clizzin is offline
Member
 
Join Date: Sep 2006
Posts: 15
Custom avatars and avatar.walkto

The code I use in Vizard to make an avatar walk to a certain point usually looks something like this:
walk = avatar.walkto(0,0,0)
avatar.act(walk)

When I run this with the avatar as a generic Vizard avatar, it actually walks to that point. When I run this with another avatar from the Complete Characters package, the avatar merely slides to the point. I've looked at the CFG files for each but couldn't figure out if there was anything that specifies a walk animation to associate with the walkto action. Is there any way to do this for other avatars?

Thanks!
Reply With Quote