a
This commit is contained in:
parent
12ffbdc45d
commit
13ddce15ae
15 changed files with 8967 additions and 61 deletions
|
@ -1,2 +1,6 @@
|
|||
while true do
|
||||
{os.pullEvent("rednet_message")}
|
||||
print("rednerd")
|
||||
message = {os.pullEvent("rednet_message")}
|
||||
print(message[3])
|
||||
coroutine.yield()
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue