Jump to content

iPSY

Members
  • Posts

    49
  • Joined

  • Last visited

Posts posted by iPSY

  1. Im using this in my lan world with my cousin, and he doesn't understand computercraft, so ya, no problem in that.

    If i do want to stop the loop, I just need to type this os.pullEvent = os.pullEventRaw at the start of the program, I did my research.

  2. Hi ! So i've just made a simple piston secret door design and place a computer has the opening mechanism, for some reason, it keeps giving me "bios:337: [srting "startup"]:11: syntax error.

    I've checked line 11 and found nothing wrong in it. Can you guys help me out, maybe im missing something.

    Also, wen it did work the first time, it gave me an Error in line 5 saying couldn't reach nil or something like that.

    correctpass = "PortalRoom123"

    while true do

    term.clear()

    term.setCursorPos(1,1)

    write("Welcome ! Please, enter Password Now: ")

    pass = read("*")

    if pass == correctpass then

    write("Access Granted !")

    redstone.setOutput("back",true)

    sleep(10)

    redstone.setOutput("back",false)

    else

    write("Access Denied !")

    sleep(2)

    end

    end

  3. I kinda skiped Steve's Carts, a bit confusing for me, that and ComputerCraft.

    And making an automated Tree, Wheat, Potato or Carrot farms are super easy using MineFactory since they actually give me the machines for it

×
×
  • Create New...