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

Troubles with Bundled API

Started by bboy02701, 18 March 2014 - 08:25 PM
bboy02701 #1
Posted 18 March 2014 - 09:25 PM
I am trying to create a system that outputs a different "colored" redstone signal depending on the color typed in. I have set the colored variable to yellow for testing purposes, and replaced "the color used" in the following snipet with the variable (colorP)

redstone.setBundledOutput(side, colors.the color used)

It returns "bios:339: [string "pump"]:3: '=' expected" when I try to run the program. (Which is called pump btw)
Lyqyd #2
Posted 18 March 2014 - 09:26 PM
Please post the whole code.