-
I was building a simple quarry, code, the problem is when turtle spawns another(on top of diskdrive with a disk/startup) it runs this startup only when I right click this turtle |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You can use the turtle as a peripheral, and then turn it on. So if you've got a turtle to the left of a computer, something like |
Beta Was this translation helpful? Give feedback.
-
Thank you! |
Beta Was this translation helpful? Give feedback.
You can use the turtle as a peripheral, and then turn it on. So if you've got a turtle to the left of a computer, something like
peripheral.call("left", "turnOn")
should work.