Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.43 KB | None | 0 0
  1.             if (Styx.Logic.Combat.RoutineManager.Current.PullBehavior != null)
  2.             {
  3.                 if (!Styx.Logic.Combat.RoutineManager.Current.PullBehavior.IsRunning)
  4.                     Styx.Logic.Combat.RoutineManager.Current.PullBehavior.Start(null);
  5.                 Styx.Logic.Combat.RoutineManager.Current.PullBehavior.Tick(null);
  6.             }
  7.             else
  8.                 Styx.Logic.Combat.RoutineManager.Current.Pull();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement