View Single Post
  #1  
Old 04-27-2008, 08:09 PM
k_iwan k_iwan is offline
Member
 
Join Date: May 2006
Posts: 115
Unhappy walkto plays no animation...

Hi,

Could someone help?

Code:
male.act(vizact.walkto([3,0,8], 10.5, 90, walkAnim=male.getAnimationID('male_walk.cax')))
and

Code:
male.act(vizact.walkto([3,0,8], 10.5, 90, 2))
Both code move my character to new location, but no animation is being played. Did I do something wrong?

Kind Regards,
Iwan
Reply With Quote