PDA

View Full Version : Change Avatar Head


nickyee
06-29-2004, 05:48 PM
I found the tutorial for the old avatars, but what's the easiest way to change an avatar's head if we're using the new avatars?

farshizzo
06-30-2004, 10:08 AM
Hi,

Assuming you already have a vzf file you would do the following:#Add your new head
head = viz.add('myhead.vzf')

#Add the avatar
avatar = viz.add('male.cfg')

#Attach the head to the avatar
avatar.face(head)