mmm
This commit is contained in:
parent
5422d52065
commit
4f2631b349
24 changed files with 414 additions and 5665 deletions
|
@ -7,7 +7,7 @@ local function splitprefixes(str,prefixes)
|
|||
end
|
||||
end
|
||||
end
|
||||
while true do
|
||||
while false do
|
||||
thing = read( nil, nil,
|
||||
function(str)
|
||||
copy = require("rednetcopy")
|
||||
|
@ -24,15 +24,15 @@ while true do
|
|||
if #choices > 0 then
|
||||
return choices
|
||||
end
|
||||
|
||||
|
||||
|
||||
|
||||
name,sub,id = splitprefixes(str,turts)
|
||||
--print(name,sub,id)
|
||||
--print(sub)
|
||||
if not id then return end
|
||||
rednet.send(id,sub,"complete")
|
||||
_,message = rednet.receive("completed",0.2)
|
||||
return message
|
||||
_,messages = rednet.receive("completed",0.2)
|
||||
return messages
|
||||
end
|
||||
)
|
||||
turts = copy.lookup("tomfoolery")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue