View Single Post
  #1  
Old 11-18-2004, 12:53 PM
crazyrusso crazyrusso is offline
Member
 
Join Date: Oct 2004
Posts: 2
active avatar functions while networking

Dear Vizard Support,

I am trying to have an avatar walk to HEAD_POS of another computer. Basically just like the Duck networking example, expect it is avatars and I am trying to make them walk there, and then back.

so i am using...

female.walkto(x, 0, z) #x,z are passes through network, and they are the values of HEAD_POS
female.walkto(-1.65,.5,-1.05) # starting and finishing location

my avatar does nothing, it does not walk over or back or anything


please help
Reply With Quote