Quote Originally Posted by Greg2013 View Post
It errors with missing semicolon at line 6: this.chat = "I am now on "this.n" of the x coordinate of this level!";
You are correct. It should be:

this.chat = "I am now on @this.n@ of the x coordinate of this level!";