#include "http://FILE_LOCATION.dm"
mob/Login()
src.Test()
FILE_LOCATION
mob/proc/Test()
world<<"Meep! :D"
Would it be possible to add a feature to use #include to grab a text or dm file from a site and compile it without the file having to be in the folder?