Posted 12 July 2012 - 03:16 AM
function flashleft(Str)
local cur = rs.getBundledOutput("left")
a = colors.combine(cur, colors.(Str))
rs.setBundledOutput("left", a)
sleep(3)
b = colors.subtract(cur, colors.(Str))
rs.setBundledOutput("left", :)/>/>
sleep(3)
end
flashleft("blue")
if there is a rogue capital B it isn't there on the terminal just shows up on forums. This code doesn't work unfortunately i think it is pretty clear from my effort what i am trying to achieve can someone please look it over? Thank you