it is in my sub basement in my warehouse and is remote controlled
i dont have any working remote control code yet but working it is simple:
list={["C418 - 13"]=180,["C418 - cat"]=186,["C418 - blocks"]=347,["C418 - chirp"]=186,["C418 - far"]=172, ["C418 - mall"]=197, ["C418 - mellohi"]=98, ["C418 - stal"]=151, ["C418 - strad"]=191, ["C418 - ward"]=250, ["C418 - 11"]=70}
function play(num)
rs.setOutput("right",true)
sleep(0.1)
rs.setOutput("right",false)
while not disk.isPresent("bottom") do
rs.setBundledOutput("left",2^(num-1))
sleep(0.1)
rs.setBundledOutput("left",0)
end
local timer=os.startTimer(list[disk.getLabel("bottom")])
disk.playAudio("bottom")
event=nil
while not(event=="timer" and (id==timer or dExit)) do
event,id=os.pullEvent()
end
rs.setOutput("right",true)
sleep(0.1)
rs.setOutput("right",false)
end