Advertisement
Guest User

Untitled

a guest
May 24th, 2017
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.18 KB | None | 0 0
  1. p1 = pilot.add("Empire Lancelot", nil, vec2.new(0, 0))[1]
  2. p2 = pilot.add("Empire Lancelot", nil, vec2.new(0, 0))[1]
  3. p1:control()
  4. p2:control()
  5. p1:goto(vec2.new(10000, 0))
  6. p2:follow(p1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement