Posted 17 March 2013 - 11:12 AM
As seen in the picture below, a monitor has text written on it without a computer besides it.
How is this pulled off? I can't use
How is this pulled off? I can't use
mon=peripheral.wrap("right")
mon.write("Hello, world!")
because it calls nil. I can't use
modem.callRemote("right","write","Hello, world!")
because I don't know the parameters. Can we have some editors edit the wiki so we can actually know these?But for the moment, how do I pull this off?