Saturday, 15 March 2014

One Object Move with another- 3D Rad

Open 3D Rad
Add a Script.
Select and link your objects to it.
Then  Copy and past below script to Script object.
Vector3   loc ;


void Main()
{
   //          keep the character walking
   OUT_2=1;
 
   //          keep the pathfinder star with the cam1st person
   iObjectLocation(OBJ_22,loc);
   iObjectLocationSet(OBJ_44,loc);

No comments:

Post a Comment