Jump to content

Recommended Posts

Posted

I tried to start a program to get my maintained nuclear reactor working, but everytime i type "maintain" and hit enter, the program doesnt start. can anyone help?

function.flush()

shell.run("redpulse", "right", "64, "0.5")

end

function.rebuild()

shell.run("redpulse", "top", "46", "0.5)

sleep(5)

shell.run("redpulse", "left", "7", "1")

sleep(5)

shell.run("redpulse", "top", "1", "5")

end

while true do

if rs.getInput("bottom") then

rs.setOutput("back", true)

flush()

rebuild()

rs.setOutput("back", false)

end

shell.run("redpulse", "left", "1", "0.5")

end

return

when i type maintain and hit enter, i get the error code

bios:206: [string "maintain"]:1: '<name>'

expected

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...