EditorGUILayout.PropertyField(nameColorProp,newGUIContent("Name Color","Color of name text display in the dialog"));
EditorGUILayout.PropertyField(sayDialogBoxProp,newGUIContent("Say Dialog","Say dialog box this character should use"));
EditorGUILayout.PropertyField(chooseDialogBoxProp,newGUIContent("Choose Dialog","Choose dialog box this character should use"));
EditorGUILayout.PropertyField(profileSpriteProp,newGUIContent("Image","Character image sprite to display in the dialog"));
EditorGUILayout.PropertyField(portraitsProp,newGUIContent("Portraits","Character image sprites to display in the dialog"),true);
EditorGUILayout.PropertyField(soundEffectProp,newGUIContent("Sound Effect","Sound to play when the character is talking. Overrides the setting in the Dialog."));
EditorGUILayout.PropertyField(notesProp,newGUIContent("Notes","Notes about this story character (personality, attibutes, etc.)"));