Nick Parsons
Mega Sage

Your record producer script is quite close, you just have a typo, you have written curent when it should actually be current. There is also no need for the line var comments; as this variable is not being used. 

 

On a side note, your newline characters should written using \n not /n.

View solution in original post