k414

Untitled

Oct 2nd, 2011
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $.each( a_d.list, function(i){
  2. if(game.screen != 'place'){
  3. AT.redirect('place',a_d.list[i].a);
  4. }
  5. else{
  6. setTimeout(function(){AT.addC(i)}, 1000);
  7. }
  8. })
Advertisement
Add Comment
Please, Sign In to add comment