Good Day! I am stuck with an interesting problem. I purchased FPS Model Pack 70 and was able to incorporate it within my DBPro program and it works great. Only one problem I have encountered and it has to do with pointing the object towards the camera. If I use POINT OBJECT command towards my camera's coordinates, then the Object is facing the Opposite direction with it's back turned to me. Not using it works as long as I DO NOT APPROACH from the REAR. Object always points in one direction and I need it to face me from any direction. I tried Fix Object Pivot but it still shows it's back to me.
ShowRoamD:
If OBJECT EXIST(RoamNum)=0 then return
Dist#=CheckDistance(Player,RoamNum)
If Dist# < 70.0 And Dist# > 68.0 : sc_Setobjectcollisionon RoamNum
Show Object RoamNum
Fix Object Pivot RoamNum
POINT OBJECT RoamNum,Px#,Py#,Pz#
point camera X1,Y1,Z1
LOOP OBJECT RoamNum,AniStart,AniStop
endif
Return
Any idea what I can try to make the Object face me (Camera) no matter which way I approach from without having it's back always turned to me?
When old programmers die...do they decompile?