Search results

  • FTB will be shutting down this forum by the end of July. To participate in our community discussions, please join our Discord! https://ftb.team/discord
  1. B

    Ask a simple question, get a simple answer

    Appreciate the help, but the thing is I copied the entire code word for word including spaces and space between lines. I'm not understanding where to put the second end.
  2. B

    Ask a simple question, get a simple answer

    bios: 366: [string "Lab"] :28: 'end' expected (to close 'while' at line 1) while true do term.clear() term.setCursorPos(1.1) print("Lab Interface") print("Door Open") print("Door Closed") print("Ceiling Lights") print("4 Wall Lights") print("Q Quit") input = io.read() if input == "1" then...