View Single Post
  #12  
Old 05-04-2006, 12:55 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

As I already mentioned, you can add any attribute to an object. So just add an attribute to each avatar which contains a list of the objects it is holding.
Code:
male.holding = [gun,phone,bowlingBall]
.
.
.

print 'Avatar is holding',info.object.holding
Reply With Quote