AISetLookFrame
AISetLookFrame() makes an actor look at a frame. This is typically done before an actor is told to move to the frame so the actor looks
where he is going. Note that AISetLookFrame() does not make the actor keep looking at the frame. The actor's view is only set once
when the command is given. Syntax:
AISetLookFrame(actor, frame);