I want to follow different objects in first-person view at different points in my Process Flow. I found a reference here
https://answers.flexsim.com/questions/45622/ser-view-on-video-recorder-as-first-person-from-op.html
in which @Jacob Gillespie mentioned:
"function_s(view, "follow", object)"
and
"function_s(view, "setFollowFirstPerson", boolean);".
This looks like what I need, but I can't figure out how to get Jacob's "view" reference.