Posted 16 July 2012 - 10:19 AM
So I am currently working on a lighting system. I currently have in mind
print (rs.testBundledInput("back",color.blue))
– This will return either a True or a False (depending on if the monitor is receiving red stone input)
I want to know how I can use it to continue my code
i.e
if print = ("true") then
or
if return = ("true") then
or
if rs.testBundledInput = ("true") then
or if it is something else how do I string them together?
print (rs.testBundledInput("back",color.blue))
– This will return either a True or a False (depending on if the monitor is receiving red stone input)
I want to know how I can use it to continue my code
i.e
if print = ("true") then
or
if return = ("true") then
or
if rs.testBundledInput = ("true") then
or if it is something else how do I string them together?