when i let it my turtle run, it says:''opendoor:1: attempt to call nil''.
i am a little bit a noob at coding.
here is the program i wrote:
RemoveDoor() sleep(20) PlaceDoor() function RemoveDoor() turtle.down() turtle.dig() turtle.down() turtle.dig() TwoUp() end function TwoUp() turtle.Up() turtle.Up() end function PlaceDoor() turtle.down() turle.place() turtle.down() turtle.place() TwoUp() end












