Copy this spell twice.1: function stackTurtle(prevTurtle, count) {2: //if (count > 10 0 ) {3: // return;4: //}5: var nextTurtle = createTurtle(prevTurtle);6: stackTurtle(nextTurtle, count + 1);7: }
Support hileandr's creations with a gift of Premium Membership!
Card Comments