28 posts
Posted 22 September 2013 - 08:56 PM
im making a semi complex system (to me) and it uses rednet, how do i know what number goes to what?
Thanks
7508 posts
Location
Australia
Posted 22 September 2013 - 09:08 PM
The coloured bands on the cable and the connection face is the colour on the rednet end. So colors.red will connect to the red cable.
28 posts
Posted 22 September 2013 - 09:14 PM
ok, thanks, also, how do you set multiple sides to true/false with 1 command?
7508 posts
Location
Australia
Posted 22 September 2013 - 09:19 PM
you can't.
28 posts
Posted 22 September 2013 - 09:33 PM
ok, i used the rs.setBundledOutput command but it needs a number…
7508 posts
Location
Australia
Posted 22 September 2013 - 10:08 PM
Edited on 22 September 2013 - 08:09 PM
28 posts
Posted 23 September 2013 - 12:00 AM
ok… you gotta help me here, im not too experienced. do i insert the binary code or what for the color slot
8543 posts
Posted 23 September 2013 - 12:03 AM
You can use colors.combine with the color aliases:
rs.setBundledOutput("left", colors.combine(colors.blue, colors.red))
28 posts
Posted 23 September 2013 - 12:07 AM
You can use colors.combine with the color aliases:
rs.setBundledOutput("left", colors.combine(colors.blue, colors.red))
thank you very much