I edit the coding
File name I add layer name also is not working
Image may be NSFW.
Clik here to view.
// save one copy per layer in group;
for (var o = 0; o < thisGroup.layers.length; o++) {
thisGroup.layers[o].visible = true;
myDocument.saveAs((new File(thePath+"/"+theName+"_"+theGroups[n][0]+"_"+theLayer[n][0]+"_"+String(o)+".jpg")),jpegOptions,true);
thisGroup.layers[o].visible = false;