navydoctom 0 Posted June 14, 2016 I'm not sure how to ask this question - so please bear with me. When your playing a mission and you have 3rd party addons installed - when you see the scroll menu that pop's up in the upper left hand side of your screen (gives you access to weapons, radio, UAV tablet), is there a way to set the a default view distance from the red "settings" listing. I want to always have my view be say 16000 on Drone, Infantry, Air but it seems like everytime I close out of the game or restart I have to manually input those settings again and again. Thanks Share this post Link to post Share on other sites
kylania 568 Posted June 14, 2016 That would depend on the mission. Here's the view distance script I use in missions. Share this post Link to post Share on other sites
Campbell948 0 Posted June 14, 2016 Sorry i just made account i don't know how to post in forms i have one small question how to make any object pickable , eg i want to be able to pick up camera Share this post Link to post Share on other sites
kylania 568 Posted June 14, 2016 Hi Campbell, welcome to the forums. You can use the code from this page for that. You'd want to use the optional delete option, so the addAction would be: this addAction ["Grab Camera", "grabCamera.sqf", ["tskGrabCamera", true]]; Here's a rather glorious demo mission showing this in action. Share this post Link to post Share on other sites
navydoctom 0 Posted June 14, 2016 Thanks going to test this out in the morning Share this post Link to post Share on other sites