I'm having problems with this entity.
I have a camera in my map, called "sitcam".
It follows a func_train called "targ2" which moves in a set of path_corners called "pth1, pth2, pth3"
After some time, i trigger a trigger_changetarget which has theese options:
name: change_view
target: sitcam
KillTarget: targ2
NewTarget: targ3
And I've put a info_target in my map called "targ3"
When I trigger the trigger_changetarget - nothing happens... WHY??