Posted 22 October 2012 - 06:29 PM
How can I load files into functions that are not in a folder? I used this code:
print(type(loadfile("someExistingFile")))
print(type(loadfile("rom/startup")))
Output:
nil
function