You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to write a script to integrate with my Mine Colony. When I run any scripts with the Colony Integrator's API the server will crash.
Test script I'm trying to run:
local colony = peripheral.wrap("top")
outputfile = "itemsNeed"
local file = fs.open(outputfile, "w")
for i,v in ipairs(colony.getBuilderResources({CORDS})) do
file.write("\n"..i,v)
print(i,v)
end
Trying to write a script to integrate with my Mine Colony. When I run any scripts with the Colony Integrator's API the server will crash.
Test script I'm trying to run:
Here is my crash logs.
crash-2022-07-10_14.48.21-server.txt
The text was updated successfully, but these errors were encountered: