I have a button that targets a controllable cannon on a train. the button also targets a point_viewcontrol. After activation, the cannon is operable by the player for 35 seconds. Everything works fine. (long as the train isn't moving)
However, when i try parenting the Point_viewcontrol to the train, it won't work. Without parenting it works, but of course as the train moves, the view remains static. (which is bad)
Any ideas how i can properly parent the the viewcontrol to the train, or do something else to get the same effect?