Code:
if((GetSenderRef() == console5) && (sentry != 0))
{
SetCameraFocus(0, sentry);
SetCameraFocus(1, sentry);
For(i=0; i<18; i=i+1)
{
MoveToFrame(sentry, i, 2);
}
SetCameraFocus(0, player);
SetCameraFocus(1, player);
}The sentry moves - but the camera focus does not set to sentry. Why is this?
