Posted 02 November 2012 - 08:19 AM
So earlier today I was trying to design a system of mining turtles where when they received 2 different rednet signals, then they would all dig down a certain number of blocks, then come back up. All at the same time. So I have a few questions from my failed attempt.
1. Do turtles all share the same variables? (e.g. if two turtles had i=0, i=i+1 at the same time, would i == 2?)
2. How exactly do you make a variable local? ( I tried using for local i=1, var do unsuccessfully)
3. If two turtles are the same (computer ID copied in creative with Labels), are there any adverse effects to them running at the same time?
4. Is there anyway to transfer files to a turtle without using files on my actual computer?
1. Do turtles all share the same variables? (e.g. if two turtles had i=0, i=i+1 at the same time, would i == 2?)
2. How exactly do you make a variable local? ( I tried using for local i=1, var do unsuccessfully)
3. If two turtles are the same (computer ID copied in creative with Labels), are there any adverse effects to them running at the same time?
4. Is there anyway to transfer files to a turtle without using files on my actual computer?