i want to know :
What's wrong with this code:
side = "left" -- edit able local x = rs.getBundledOutput(side) a = colors.combine(x, colors.blue) rs.setBundledOutput(a)HELP ME
Posted 19 June 2012 - 02:17 PM
side = "left" -- edit able local x = rs.getBundledOutput(side) a = colors.combine(x, colors.blue) rs.setBundledOutput(a)HELP ME
Posted 19 June 2012 - 02:22 PM
PrinzJuliano, on 19 June 2012 - 02:17 PM, said:
side = "left" -- edit able local x = rs.getBundledOutput(side) a = colors.combine(x, colors.blue) rs.setBundledOutput(side,a) -- this needs a sideHELP ME
Posted 19 June 2012 - 03:51 PM
BigSHinyToys, on 19 June 2012 - 02:22 PM, said:
side = "left" -- edit able local x = rs.getBundledInput(side)--we want the input, not the output a = colors.combine(x, colors.blue) rs.setBundledOutput(side,a) -- this needs a side
Posted 19 June 2012 - 04:38 PM
Quote
Posted 19 June 2012 - 07:33 PM
0 members, 1 guests, 0 anonymous users