Script to run an action?
Hi, I'm not too familiar with JavaScript but I just need to be able to run an action X amount of times. Batch dose it only with external files when I need to have action go through numerous layers in one file.
In script event manager I tried making a new event that runs my action. Then just run a script to run that event so many times but so far no luck. This is what I had for my script:
for (var i = 0; i < 50; i++){
happening
}
but it just said 'happening is undefined' when I tried to run it.
Any help appreciated!