Guest User

getFood

a guest
Jun 27th, 2013
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. rednet.open("right")
  2. while true do
  3.   id,message = rednet.receive()
  4.   if message=="giveFood" then
  5.     shell.run("giveFood")
  6.   end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment