View Single Post
  #4  
Old 02-02-2007, 12:04 PM
Gladsomebeast Gladsomebeast is offline
Member
 
Join Date: Mar 2005
Location: Isla Vizta, CA
Posts: 397
Is the varable you are trying to call getAnimationID and getPosition a valid object? Perhaps you have not intialized the list properly? Try printing the varable before you use it. It should say something like VizAvatar instance.

Print like so:

Code:
for avatar in peopleList:
    print avatar
__________________
Paul Elliott
WorldViz LLC
Reply With Quote