PDA

View Full Version : How to hold objects?


AngryHippo
10-19-2008, 05:14 PM
Hello. I was just wondering how to make a person hold an object like a sword or a gun.

lanceA
10-19-2008, 08:23 PM
Hello. I was just wondering how to make a person hold an object like a sword or a gun.

Position the sword in your objects hand and then use the set Vehicle to property found in an Objects Properties tab. For example:

sword.set vehicle to Coach.Torso.RightArm.RightHand

Now when the Coach object moves the sword will move with him. When his hand moves the sword will move also.

Good luck

AngryHippo
10-19-2008, 11:23 PM
Ah! Such a simple thing I didn't see with my own eyes. Thanks a lot.