Open 3D Rad
Add a Script.
Select and link your objects to it.
Then Copy and past below script to Script object.
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