View Single Post
  #2  
Old 11-26-2007, 05:20 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
If you have a custom movement system, you need something else, but for standard system, do this:

PHP Code:
replaceani"idle""newbody-idle" );
replaceani"walk""newbody-walk" );
replaceani"grab""newbody-grab" );
replaceani"pull""newbody-pull" ); 
and so on for all the different animations.
__________________
Reply With Quote