For the past week or so I've been trying to think of a way to allow for a main script to utilize a "plugin"-type architecture (without the use of DLLs). Unfortunately, I am having difficulty in coming up with any type of theoretical solution. I've searched the forums here without much luck (perhaps I was just using the wrong keywords?); the results I found just talked about either using DLL calls, or that some users had figured out their own plugin system but never really went in to any detail a