OC-MultICE/modules/debug/heartbeat.lua

7 lines
79 B
Lua

s("hearbeat",function()
while true do
computer.beep()
C.yield()
end
end)