// This is your code controlling Tharin! this.moveDown(); this.moveDown(); this.moveRight(); this.moveUp(); // Edit it anywhere you like, add comments like these this.moveUp(); this.moveRight(); this.moveRight(); this.moveDown(); this.attackNearbyEnemy(); // Follow the same "this.action();" format // Code is case-sensitive.