Advertisement
kolton

Untitled

May 8th, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. function test() {
  2. print("go");
  3.  
  4. var playa = getUnit(0, "kolx-d");
  5.  
  6. while (true) {
  7. Pather.useWaypoint(35);
  8. //Pather.moveTo(me.x + 5, me.y);
  9. //Precast.doPrecast(false);
  10. Pather.useWaypoint(109);
  11. getPath(me.area, me.x, me.y, playa.x, playa.y);
  12. //Town.move("portalspot");
  13. //Pather.moveTo(playa.x, playa.y);
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement