Guest User

Untitled

a guest
Oct 22nd, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. for each(var teleporter:Teleporter in teleporters)
  2. {
  3. if (teleporter.id != this.targetID) { continue; }
  4. // do it
  5. teleportTo(teleporter);
  6. }
  7. // teleporter not found
Add Comment
Please, Sign In to add comment