Posted 18 April 2013 - 08:47 PM
I dont know lua, and i just want to make my melee turtles stand there and attack I have conveyor belts leading mobs through them, can someone help me? and make the items drop infront of it?
while true do turtle.attack(); turtle.drop() end
should do the job. turtle.dropUp() ; turtle.dropDown()
respectively