Advertisement
Guest User

GG_UAV(EEPROM_File).lua

a guest
Jun 17th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.08 KB | None | 0 0
  1. drone=component.proxy(component.list("drone")())
  2. while(true) do
  3. drone.move(1,1,1)
  4. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement