Advertisement
ChaosBeing

startup

Feb 27th, 2012
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. rednet.open("right")
  2. ID, msg = rednet.receive(2)
  3.  
  4. if msg == "command" then
  5.     shell.run("remoteCommands")
  6.  
  7. else
  8.     shell.run("patrol")
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement