Mr H. 402 Posted December 23, 2018 I have a player controlled zeus and I want to get the unit zeus is controlling when taking remote control of the unit. I have tried : vehicle player but it returns the player object, not the RCed unit. ObjectParent player doesn't work either. Any ideas? Share this post Link to post Share on other sites
Mr H. 402 Posted December 23, 2018 Edit: https://community.bistudio.com/wiki/cameraOn does the trick, at least when used on the zeus's local machine Share this post Link to post Share on other sites
Dedmen 2719 Posted December 31, 2018 missionNamespace getVariable ["bis_fnc_moduleRemoteControl_unit", player] This is how most mods do it. 1 Share this post Link to post Share on other sites