Advertisement
Microstar301

CCTERMSERV/SERVER LIST

Dec 2nd, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. rednet.send(RAM,"CLEAR")
  2. a="+--------------------COMMANDS---------------------+"
  3. rednet.send(RAM,a)
  4. a="dirs    math"
  5. rednet.send(RAM,a)
  6. a=" "
  7. rednet.send(RAM,a)
  8. rednet.send(RAM,"PULL")
  9.  
  10. local xt=1
  11. while xt==1 do
  12.  ot,at=rednet.receive()
  13.  if ot==RAM then
  14.   if at=="PULLED" then
  15.    xt=0
  16.   end
  17.  end
  18. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement