After trying that it copies a number of files and then says, "cannot copy a directory, '/hdd', into itself '/hdd/hdd'
Removed OpenOS and restarted resulted in: "no bootable medium found: file not found"
https://github.com/OpenPrograms/Sangar-Programs/blob/master/print3d-view.lua
When I run the program it says, "lua:6: module 'raytracer' not found:"
I'm using a Tier 3: Graphics Card, Screen, Case, CPU, HDD
Tier 3.5: Memory
OpenOS
Internet Card
EEPROM (Lua BIOS)
Hello!
I'm trying to create an API and use it.
My API File (button):
function print()
print("Hello from button!")
end
My File using the API (use):
button = require("button")
button.print()
Yes the button is button.lua
Error is: Attempt to index global 'button' a boolean value (a boolean value)
Thanks for your time!