I'm starting out to create a Minecraft map, using Tekkit 3.1.2, and at the beginning I'm using computers to show information and stuff to the user/s.
Now, I have the actual programs (If one can call simple print "<Text>" statements a program. Rofl) and they run, but I need them to be started at startup.
I have tried using
shell.run("monitor left monLeftWelcome")
but that doesn't want to work. I can use shell.run("monitor")
but that is really of no use.How can I access the monitors from the shell command?
Thanks!
P.S.: I program in Visual Basic and (Sort of) Java, so please excuse the n00biness












