Devastator_cm 434 Posted February 3, 2018 Hi guys, does anyone of you know how can I find out if crew member uses the optics of the vehicle? i.e. commander of vehicle looks through its turret optics. How to find out this? Share this post Link to post Share on other sites
beno_83au 1369 Posted February 3, 2018 cameraView I haven't used it for vehicle optics, but this was the first thing that came to mind. Share this post Link to post Share on other sites
Devastator_cm 434 Posted February 8, 2018 Unfortunately this command will not work in Dedi as far as I see as there is no parameter which states for which object I am checking the view.. Share this post Link to post Share on other sites
davidoss 552 Posted February 8, 2018 //clients fnc_cameracheck = { check = cameraView == "GUNNER"; publicVariableServer "check"; }; //server 0 = remoteExecCall ["fnc_cameracheck",effectiveCommander _vehicle,false]; waitUntil {sleep 1; !isNil "check"}; if (check) then { //commander vehicle uses optics do something }else { //commander vehicle uses no optics do something }; check = nil; Share this post Link to post Share on other sites