Pandafuchs

Roboter Test

Sep 25th, 2016
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. local component = require("component")
  2. local wp = require("wp")
  3.  
  4. wp.enableAutoCharge(true)  -- set this true for automatic charging
  5.  
  6. while true do
  7.     wp.goTo("wp2", "east")  
  8.     wp.goTo("wp1", "west")  
  9. end
Advertisement
Add Comment
Please, Sign In to add comment