AdventurousMR

.turtle (Removed)

Sep 27th, 2021 (edited)
863
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. local input = read()
  2. input = string.lower(input)
  3. local turtle = peripheral.wrap("Bottom")
  4. local modem = peripheral.wrap("back")
  5.  
  6. if input == "start" then
  7.         modem.transmit(1,2, "go")
  8. end
  9.  
  10.  
  11.  
Add Comment
Please, Sign In to add comment