Posted 11 January 2015 - 11:27 AM
Helloooooo. Can someone help me? I just got Minecraft yesterday and I started programming (to no success of course). I've encountered this error. Can someone help me fix it? Error code: Quarry:5: attempt to index ? (A nil value). Here's the code:
Write("input password")
Password = read()
If password == "Start" then
Write("Yay! It worked!")
Set.redstoneOutput("back", true)
Sleep(5)
Else
Write("Wrong!")
Sleep(2)
End
Someone help?
(Expect typos, I am using a tablet with auto correct).
Write("input password")
Password = read()
If password == "Start" then
Write("Yay! It worked!")
Set.redstoneOutput("back", true)
Sleep(5)
Else
Write("Wrong!")
Sleep(2)
End
Someone help?
(Expect typos, I am using a tablet with auto correct).