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

Auto-Spawner with CC Touchscreen

Started by Kaidenyo, 26 July 2014 - 02:32 AM
Kaidenyo #1
Posted 26 July 2014 - 04:32 AM
Hello there,
I found that video https://www.youtube....h?v=cPGYSG19Y2U and the scripts were posted for it ( http://pastebin.com/eqVEnu2H COMPUTER and http://pastebin.com/bBBxyeV5 TURTLE ).

Now I have the problem modifying the code to use 2 turtles and 2 spawners ( given exactly the same safari nets ). I just want have 2 turtles, getting the same input and sending the same information.

For Example: I click on the touchscreen "Skeleton" and both turtles put a Skeleton-Net into the auto-spawner.

I tried the easy way just adding another turtle to the turtleID part, but that wouldve been to easy. Guess because the Computer also just listen for one Turtle ?
Neywiny #2
Posted 28 July 2014 - 02:47 AM
I don't know if you're still following the topic, but it appears that's what you're asking the turtles to do. unless they each have a different set of safari nets or whatever you use, it makes logical sense if you're just cloning it.
Anavrins #3
Posted 28 July 2014 - 04:34 PM
Most likely due to the turtles not having the same ID, since the computer is set to send to "turtleId" only.