Search the Community
Showing results for tags 'gender'.
-
I want my character to examine generic male characters differently than generic female characters, example: GENERIC_MALE_PLAYER = (Yes, I know that's now how you call their examination BUT EXAMPLE): { GENERIC = "%s is a good example of the common beta swine you'll find in this place.", ATTACKER = "Don't get near M'ladies, %s!", MURDERER = "Shall we have a gentlemanly match?", REVIVER = "%s is almost as gentleman as I am.", GHOST = "%s seems to need to be revived by a gentleman, like me!", }, GENERIC_FEMALE_PLAYER = { GENERIC = "What a pleasure to have M'lady here with me!", ATTACKER = "Calm down, M'lady. I'm here!", MURDERER = "M'lady, have you killed someone? \nHopefully it was a beta.", REVIVER = "You revived someone, M'lady! I hope it wasn't a Neanderthalic beta...", GHOST = "My love and respect for you still lives on, M'lady!", }, So, is this possible or am I just thinking too high and should face reality?