Can someone explain how this works? - I want a simple program, that, spits out a list of items on a bunch of monitors above it.
However, i seem to not be able to make it work - Help is appreciated.
Here's what i got:
To start with, i just wanted it, to spit out the list on the computer at hand. Putting it up on the monitor, i believe i know how to do.
m = Peripheral.wrap("left") -- The ME Bridge was on the left side.
m.listAll()
I run the program, and nothing happens, What am i missing?
Note: I havn't used MiscPeripherals much. and my lua isn't noteworthy either
However, i seem to not be able to make it work - Help is appreciated.
Here's what i got:
To start with, i just wanted it, to spit out the list on the computer at hand. Putting it up on the monitor, i believe i know how to do.
m = Peripheral.wrap("left") -- The ME Bridge was on the left side.
m.listAll()
I run the program, and nothing happens, What am i missing?
Note: I havn't used MiscPeripherals much. and my lua isn't noteworthy either