Advertisement
EtoileDeFeu65

remote

Dec 12th, 2022
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | Gaming | 0 0
  1. while true do
  2.   -- receive a message
  3.   local sender_id, message = rednet.receive()
  4.  
  5.   -- run the command
  6.   shell.run(message)
  7. end -- end of the infinite loop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement