Create character function.

function character ( name, type, content )

A function that is reuseable, name is displayed above the character. Depending on whether the character is the player or an npc, the function will determin the side of screen the character is on and the direction they should face.