Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. -- Use with //bind @f gs c follow_me
  2. -- //bind ^f send @others gs c stop_follow
  3. if commandArgs:get(1) == "follow_me" then
  4. windower.send_command('send @others gs c follow ' .. windower.ffxi.get_player().name)
  5. elseif commandArgs:get(1) == "stop_follow" then
  6. windower.ffxi.follow()
  7. elseif commandArgs:get(1) == "follow" then
  8. windower.send_command('input /follow ' .. commandArgs:get(2))
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement