while redstone.getInput("right") == true do
place()
drop()
else
sleep(1)
end
the error i get is "bios:383: [string "startup"]:27: 'end' expected (to close 'while' at line 24)"
i've added extra ends around line 27 but its not helping. thanks for the support!











