Advertisement
Polinaaaaa

Untitled

Sep 16th, 2024
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | Gaming | 0 0
  1. rednet .open("right")
  2. while true do
  3. os.queueEvent("randomEvent ")
  4. os.pullEvent()
  5. id, message = rednet.receive()
  6. a = tostring(message)
  7. if a == "go" then
  8. turtle.up()
  9. for v = 1, 4 do
  10. turtle.select(v)
  11. for x = 1, 63 do
  12. turtle.placeDown()
  13. turtle.forward()
  14. end
  15. turtle.turnRight()
  16. end
  17. end
  18. end
Tags: RTS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement