rakowozz 14 Posted March 7, 2016 Hey, everyone. Having used player action ["SwitchToUAVGunner", uav] to put a player as the UAV gunner, I can't terminate it automatically with uav action ["BackFromUav", player]; Is this action not working or am I potentially missing something here? Share this post Link to post Share on other sites
rakowozz 14 Posted March 8, 2016 Well, nothing that can't be done with switchCamera! Share this post Link to post Share on other sites
Tajin 349 Posted March 8, 2016 Why use action ? You can script it directly: Enable remote: player remoteControl gunner uav; uav switchCamera "internal"; Disable remote: objNull remoteControl gunner uav; player switchCamera "internal"; Share this post Link to post Share on other sites
rakowozz 14 Posted March 9, 2016 Yeah, absolutely! Took me a while to remember that. Been a while since I've even opened Arma haha Thank you Share this post Link to post Share on other sites