Since this is a multi-player game, we want the characters to interact with each other. To do that, we'll add a method.

Assemble a say() method that accepts stuff as a parameter.

Make sure to put together say(stuff) {}.