This commit is contained in:
Crispy 2025-05-28 02:37:55 +02:00
parent 5422d52065
commit 4f2631b349
24 changed files with 414 additions and 5665 deletions

View file

@ -1,6 +1,6 @@
while true do
print("rednerd")
message = {os.pullEvent("rednet_message")}
print(message[3])
messages = {os.pullEvent("rednet_message")}
print(messages[3])
coroutine.yield()
end