This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
zach010's profile picture

bios: 338: [string "replicate"]:47: '=' expected

Started by zach010, 31 March 2013 - 04:33 AM
zach010 #1
Posted 31 March 2013 - 06:33 AM
I am new to programming so excuse my sloppy coding. This code requires other stuff to be placed around the turtle to work properly, so you won't be able to test it easily in minecraft. Here is a link to the program (the program isn't finished). I wanted to make this program for this challenge;
http://www.minecraftforum.net/topic/1748819-replicating-turtle-swarm/

http://pastebin.com/ns9xdY3P
Engineer #2
Posted 31 March 2013 - 06:41 AM
turtle.suck

should be

turtle.suck()

:P/>
zach010 #3
Posted 31 March 2013 - 07:13 AM
Oh my God you've got to be kidding me. Wow I am just blind wow.. thanks a ton. thanks. lol. Thank you.