All our scripts are built in a similar way, so you will know where to find everything over time.
But there are a few things you need to understand to avoid mistakes when setting up and changing the scripts. These are:
Booleans. (true / false)
Booleans are used to turn features on or off.
In our scripts, true means the feature is on (enabled),
and false means the feature is off (disabled).
Renaming Keys.
The keys are the words before the equals sign (=).
You should not change them, as the script uses them in a specific order to get your settings.
You can only change them if it is clearly mentioned next to the key!
Where to Find Settings if They're Not in the Script Itself?
Our library, uq_lib, provides a central place where you can find many settings commonly used across scripts. This way, you don't have to redefine them repeatedly in each script. You can find more information about our library .