I have a collection of separate files which all go into one set of scripts. A lot of them share the same congiguration variables I add to the top of each file, but they need to edit 3 or 4 files with the same variable information. How can I import these variables so they edit let's say a config.txt file? Is this what require "config.txt"; does?