Advertisement
_Domi

ll

Apr 24th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. local turtleID = 55
  2.  
  3. function fillEss(arg1, arg2)
  4.     local essData = {}
  5.     essData[1] = arg1
  6.     essData[2] = arg2
  7.     local sendData = ""
  8.     sendData = textutils.serialize(essData)
  9.     rednet.send(turtleID, sendData)
  10.     rednet.recieve()
  11. end
  12.  
  13. fillEss(arg[1], arg[2])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement