Dodedodo33

sendmsg v1

May 22nd, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.10 KB | None | 0 0
  1. local tArgs = {...}
  2. local msg = tArgs[2]
  3. local id = tArgs[1]
  4.  
  5. rednet.open("left")
  6. rednet.send(id,msg)
Advertisement
Add Comment
Please, Sign In to add comment