OC-MultICE/modules/base/footer.lua

12 lines
187 B
Lua
Raw Normal View History

2017-04-19 02:40:25 +10:00
while #tT > 0 do
ev={computer.pullSignal(p)}
for k,v in ipairs(tT) do
_G.cT=k
if C.status(v[2])~="dead" then
C.resume(v[2],table.unpack(ev))
else
2017-05-25 10:45:13 +10:00
tT[k] = nil
2017-04-19 02:40:25 +10:00
end
end
end