While I understand what you said about scripting, I and not “getting” how I could either change a LUA script to interface with AdvSS, or use AdvSS to access whatever variables might exist for a LUA script.
Here is more info on my dilema:
The LUA script, for some reason, even if I edit it first in a text editor to set certain values — such as “zoom_to” from the default of “2” to a value of “1.5” — always gets loaded and shows the default value of “2”.
Once the script is loaded, I can change the value to “1.5”, and that value seems to be stored elsewhere, but the script does work as I want.
However, if I make a new version of the script, giving it a different name to indicate the “zoom_to” value of “2.5”… upon load, the value is set at “2”, and I have to change it to “2.5”. before I see the zoom work as desired.
So, to better get the behaviour I want, I am thinking I need to be able to change the value on the fly with AdvSS, so I can use just one instance of the LUA script.