I'm trying to find out if it's possible for Arma to detect a player's interface size setting and adjust mission scripts accordingly. I've had a few requests for my status bar script to be adjustable for players depending on what their interface size is set to (small vs. large) and have the icons and text items adjust accordingly. The idea is that you could define a specific font and image size for each setting type in the script's hpp file, but I don't know if it's possible to detect the client interface size info, pass it to the script and have it display the desired option settings. Anyone have any input?