Advertisement
kolton

Untitled

Nov 13th, 2012
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. somefunc: function (area) {
  2. var i, j, wp, preset,
  3. wpIDs = [119, 145, 156, 157, 237, 238, 288, 323, 324, 398, 402, 429, 494, 496, 511, 539];
  4.  
  5. this.journeyTo(area);
  6.  
  7. for (i = 0; i < wpIDs.length; i += 1) {
  8. preset = getPresetUnit(area, 2, wpIDs[i]);
  9.  
  10. if (preset) {
  11. return this.moveToUnit(preset);
  12. }
  13. }
  14.  
  15. return false;
  16. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement