milo: stats

This commit is contained in:
kepler155c@gmail.com
2019-02-15 21:45:56 -05:00
parent cbfc5901f3
commit 0ca89a3a7f
2 changed files with 62 additions and 20 deletions

View File

@@ -6,6 +6,12 @@ local modules = _G.peripheral.wrap('back')
local os = _G.os
local parallel = _G.parallel
if not modules.launch or not modules.getMetaOwner then
error([[Required:
* kinetic augment is required')
* error('introspection module is required]])
end
local function run()
while true do
local meta = modules.getMetaOwner()