Advertisement
kolton

Untitled

May 16th, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. var p = getParty();
  2.  
  3. if (p) {
  4. do {
  5. if (Pather.getPortal(null, p.name)) {
  6. do your stuff
  7. }
  8. while (p.getNext());
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement