Guest User

Untitled

a guest
May 16th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. //XP Assist Function
  2. V: MainAssist
  3.  
  4. >+M Display 1 ("MainAssist = "..name(target(me))); \
  5. MainAssist = target(me); \
  6. EnableGroup AF off
  7.  
  8. //@GroupSwitch group == "AF" \
  9. // and newState : \
  10. // AutoFollow(MainAssist) 0 100 follow;
  11. //@GroupSwitch group == "AF" \
  12. // and not newState : \
  13. // AutoFollow(0) 0 0;
  14. S EnableGroup AF off
Add Comment
Please, Sign In to add comment