This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
auridas330's profile picture

need help with dj

Started by auridas330, 13 July 2012 - 12:04 PM
auridas330 #1
Posted 13 July 2012 - 02:04 PM
Hi i need some program for CC that would loop the dj program, so it would make the music disk play every 3 minutes.
1lann #2
Posted 13 July 2012 - 02:20 PM
Hi i need some program for CC that would loop the dj program, so it would make the music disk play every 3 minutes.

while true do
  shell.run("/rom/programs/dj")
  sleep(180)
end
???????
auridas330 #3
Posted 13 July 2012 - 03:01 PM
Thank you