I Set my game enemies(Skinmesh) to Follow PathFinder. Than i want to the PathFinder Follow my Camera.(exactly i want to my enemies follow my camera).
is it possible?
is it possible?
The 3DRad community can be found at classdev.net.
I guess you didn't something. Your enemy character have the script to walk foward?. Or your Character have linked the object PathFinder as Target?. If you dont do this it never will work1. No . I dont add any script. but the charecter follow the PathFinder.
OOOOOPS!!!! i got Path and PathFinder objects mixed up!!!It's ok bro
i read pathfinder and saw path...
sorry... alzheimers setting in...
disregard what i said above...
--Mike
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);
}