View Single Post
  #2  
Old 10-14-2009, 05:01 PM
v-clizzin v-clizzin is offline
Member
 
Join Date: Sep 2006
Posts: 15
Never mind, I've figured out how to take care of this based on a previous script of mine that I found. For anyone else with a similar problem, just call
Code:
avatar.idlepose(-1)
before adding/running any actions on the avatar. This post seems to indicate that
Code:
avatar.idlepose = -1
would also work. I am not sure what is the preferred style.
Reply With Quote