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)
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)