Posted 21 March 2013 - 07:01 AM
How do I get a iron note block to play a note? It always returns nil.
peripheral.wrap("top")
playNote(4,0)
peripheral.wrap("top")
playNote(4,0)
local varWichYouCanNameWhatYouWant = peripheral.wrap("top")
varWichYouCanNameWhatYouWant.playNote( 4, 0 )
I am not sure about the parameters
peripheral.call("top", "playNote", 4, 0)