Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.34 KB | None | 0 0
  1. do --added "do" as frustration, not sure if it should be a do.
  2. local leadApache = {}
  3. leadApache.groupId = 'Test_D'
  4. leadApache.pos = {x= 0, y= 100, z= 0}
  5. leadApache.lastWptIndexFlag = true
  6. leadApache.lastWptIndex = 6
  7. local follow_me = {id = 'Follow', params = leadApache}
  8. Group.getByName('Test_A'):getController():pushTask(follow_me)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement