Posted 05 June 2013 - 10:59 AM
I know there is os.loadAPI, but what i am thinking is more of
myFile = os.loadFile("myfile.lua")
myFile.cheesey()
– Contents of myfile.lua
function cheesey()
print("That was easy!")
end
I am pretty sure there is already programs to change this, but make it a part of computer craft.
myFile = os.loadFile("myfile.lua")
myFile.cheesey()
– Contents of myfile.lua
function cheesey()
print("That was easy!")
end
I am pretty sure there is already programs to change this, but make it a part of computer craft.