%getGender()

Aliases%getSex( ), %getSex( ), %getGender( ), %getGender( )
Parameterscharacter @entity [, string @type]

    Returns the pronoun string for the target character entity of the
requested type. If no type is chosen or if the type is invalid, then the
gender type will be returned. The character entity may be a character
pointer or a keyword of a character.

Types

default: male female neuter
subjective: he she it
objective: him her it
possessive: his her its

Examples:

echoto notc @n @N swings %getSex( @n, possessive ) sword wildly.

echoto char @t @N is a powerful %getSex( @n ) %getRace( @n ).

echoto char @n You give it to %getSex( %getOwner( @o ), objective ).