OC-MultICE/modules/debug/heartbeat.lua

7 lines
79 B
Lua
Raw Normal View History

2017-04-19 02:40:25 +10:00
s("hearbeat",function()
while true do
computer.beep()
C.yield()
end
end)