Advertisement
Fatherless

startup

Dec 12th, 2024 (edited)
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. rednet.open("left")
  2.  
  3. while true do
  4.     local id, message = rednet.receive()
  5.     if message == "fellGiant" then
  6.         shell.run("fellGiant")
  7.     end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement