The FTB Forum is now read-only, and is here as an archive.
To participate in our community discussions, please join our Discord! https://ftb.team/discord
rs.setOutput("top",true)
sleep(2)
rs.setOutput("top",false)
that's the code. it turns it on, then leaves it on. I even tried it where both before and after the sleep it said hello, but only one popped up.
Since people here appear to know things, (although the thread may be too old) I have a question.
Does the sleep command work in monitors? on the computer it outputs a signal, wait 2 seconds, and turns it off; on the monitor it only turns it on.