mud/lib/doc/sefun/nominative
2020-09-06 05:43:07 -07:00

32 lines
750 B
Plaintext

NOMINATIVE(1) NOMINATIVE(1)
NAME
nominative() - returns the nominative pronoun for an
object
SYNOPSIS
string nominative(string|object val)
DESCRIPTION
This function takes either a string representing the
gender of a living object or a living object as an
argument. It returns the nominative pronoun ("he", "she",
or "it") depending on the gender.
EXAMPLES
nominative(this_player()) returns "he" for me, at least on
Nightmare.
LOCATION
/secure/sefun/english.c
SEE ALSO
objective(), possessive(), possessive_noun(), reflexive()
Author
Descartes of Borg
1