Hey guys -
Is there a way to load script off from a website instead of local drive?
scriptfile = "http://www.website/file.ms"
fileIn (scriptfile)
Forum topic · Scripts Wanted
By xathletic01x · 2015-06-26
Hey guys -
Is there a way to load script off from a website instead of local drive?
scriptfile = "http://www.website/file.ms"
fileIn (scriptfile)
.
miauu · 2015-06-26
Download the script in the local temp folder and then load it.
Web Load .ms file
xathletic01x · 2015-06-26
There is no way to load it from the web? isn't it essentially reading text in local file as it can from website? I hope there is a way....