Hey guys !
Wow I am really active in this forum which is not necessary a good new 
OK So here is my problem.
I am trying to save image generated by Zbrush
I want the image names to be incremental (img001, img002, etcâŠ)
and I want the script to check if the name doesnât already exists.
I have managed to do this but not for the last part (Zbrush overwrite my previous images when i relaunch zbrush for example)
I know I have done something wrong but what ?? :o
here is the code:
[VarDef, VGLoopcounter, 1]
[VarDef, VGPSDName, âVG\Sheets\sheet_0000.psdâ ]
[Loop, VGLoopcounter,
[VarSet, VGPSDName, [FileNameAdvance, VGPSDName ] ]
[If, [FileExists, VGPSDName ] ,
[Varset, VGLoopcounter, VGLoopcounter+1 ]
]
]
[FileNameSetNext, VGPSDName ]
[Ipress, Document:Export ]
Pls save my soul ! 
Thx !