03-17-2014, 07:20 PM
I'm not sure about how that works exactly in Lua. MCS loads the plugins by basically executing "dofile(FileName)" for each file, alphabetically-sorted. Does that work the same as wrapping the files' contents in "do ... end" or as a simple concatting the files together?