Need help repeating a function for JavaScript -
There is a pastebin function
I am unfamiliar with javascript Need help repeating this function.
Rather than run out of 1 of this function, I want to run it continuously for this function.
In the function with some time loops, such as
Function DupeReroll () {When (true) {// existing script}}
To run it for only 30 times, use the loop instead.
function DupeReroll () {for (i = 0; i <30; i ++) {/ / existing script}}
Comments
Post a Comment