Help Error?!

Hi there, I seem to be getting these errors, please help 

thanks.

Hi @keelanbrison,

This error means that you didn’t “end” your function that you started on line 148. You opened/started that function, but you haven’t closed it. Just add an “end” sometime afterward to fully enclose the function.

Take care,

Brent

Thanks Brent Sorrentino :slight_smile:

Hi @keelanbrison,

This error means that you didn’t “end” your function that you started on line 148. You opened/started that function, but you haven’t closed it. Just add an “end” sometime afterward to fully enclose the function.

Take care,

Brent

Thanks Brent Sorrentino :slight_smile: