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

31 lines
690 B
Plaintext

AMBASSADORP(1) AMBASSADORP(1)
NAME
ambassadorp() - returns true if the object is an
ambassador
SYNOPSIS
int ambassadorp(object ob)
DESCRIPTION
Returns true if the argument passed is an ambassador. An
ambassador is a user who is listed in the AMBASSADOR group
in /secure/cfg/groups.cfg.
EXAMPLES
o ambassadorp(this_player()) returns true if
this_player() is an ambassador
LOCATION
/secure/sefun/pointers.c
SEE ALSO
archp(), high_mortalp(), leaderp(), userp(), wizardp()
Author
Descartes of Borg
1