Advertisement
Guest User

AR Script: Custom photo counter (main)

a guest
Mar 28th, 2017
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if(unEdited(item.name)[0] != unEdited(temp_file)[0]) {  file_counter++;  }
  2. temp_file = item.name;
  3. return FILE_PREFIX + unEdited(item.name)[0] + SEP + zpad(file_counter.toString(), ZERO_PAD) + unEdited(item.name)[1];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement