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

31 lines
720 B
Plaintext

STD_ITEMIVE(1) OBJECTIVE(1)
NAME
objective() - returns the objective pronoun for a gender
SYNOPSIS
string objective(string|object val)
DESCRIPTION
Given an object or a gender string, this function will
return the appropriate objective pronoun ("him", "her", or
"it") for the gender passed, or for the gender of the
object in question.
EXAMPLES
objective(find_player("lassondra")) returns "her"
head1 LOCATION
/secure/sefun/english.c
SEE ALSO
nominative(), possessive(), possessive_noun(), reflexive()
Author
Descartes of Borg
1