trainworld_computercraft/computer/4/rednerd.lua
2025-05-23 02:31:02 +02:00

6 lines
130 B
Lua

while true do
print("rednerd")
message = {os.pullEvent("rednet_message")}
print(message[3])
coroutine.yield()
end