Quote:
Originally Posted by Shiatan78
Hello all, I need to attach an item to a characters hand so that when i move the persons arm that item will move with it. I can't find any info on how to do that and I've searched the forums. Any help would be appreciated.
|
All objects have a property,
vehicle, which allows you to attach one object to another object. For example if you wanted a person to carry a sword you would set the sword's property
vehicle to the persons hand. Now where ever your person object goes the sword will go with it.
Good luck,