Pasting and Renaming Files in a order

im trying to make a program that will past and rename the same file over and over again until all coordonates are done, the file doesnt change only the name (same source file). the name represent the location of the chunk in the map, the names will look like this but on a much larger scale (starting at -1526 through to positive 1526)

-2 , 2
-2 , 1
-2 , 0
-2 . -1
-2 , -2
-1 , 2
-1 , 1
-1 , 0
-1 , -1
-1 , -2
0 , 2
0 , 1
0 , 0
0 , -1
0 , -2
1 , 2
1 , 1
1 , 0
1 , -1
1 , -2
2 , 2
2 , 1
2 , 0
2 , -1
2 , -2

as you can see this list of coordinates cover every chunk in a map 5 chunks by 5 chunks.

<img src="https://docs.google.com/file/d/0B8YCenwf3wunTzlueU9DVWFkRlk" alt="THIS IMG">
Topic archived. No new replies allowed.