find Character
fun findCharacter(character: String, includeInvisibleCharacters: Boolean = false): NonPlayableCharacter?
Find a Character in this Room, specified by character. If includeInvisibleCharacters is true then items that aren't visible to the player are included.