Ok, this is complicated.
First, I want a camera to watch two characters (call them hero1 and hero2, say) whilst they are talking and are having a dialogue. An ideal camera position would be Left-Front-Top.
Now, half-way through the dialogue, I fade out and fade in to a different location, but with the same characters. During the fades, I do a "setpos getpos gamelogic" to move them.
Ok, here is the question/what I need:
1) The camera to watch hero1 and hero2
2) The camera must move together with hero1 and hero2 in the fade sequence
3) After the setpos, hero1 and hero2 should still be facing each other, 'cos right now they ain't
How do I do this
:-\