05-12-2019, 04:03 AM
Scripts tend to work top-down when loaded. So if you have one script that does a 100% rewrite and another that just 'adds' new content, you want the one that performs the rewrite to be loaded first followed by the rewrite.
If you do it the other way around, you'd add the new content... and then do a full rewrite which would null out any changes.
If you do it the other way around, you'd add the new content... and then do a full rewrite which would null out any changes.