Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $.each( a_d.list, function(i){
- if(game.screen != 'place'){
- setTimeout(function(){AT.redirect('place',a_d.list[i].a)}, 1000);
- }
- else{
- setTimeout(function(){AT.addC(i)}, 1000);
- }
- })
Advertisement
Add Comment
Please, Sign In to add comment