796:/std/player/savevars_sec.c (/std/player_sec.c)
(public nomask int) set_domain_bit(string domain, int bit)
/*
 * Function name: set_domain_bit
 * Description  : Domains have a bit string in the playerfile. This routine
 *                sets a bit in the player for future reference. Authority
 *                is checked to see if the actor may set the bit.
 * Arguments    : string domain - the domain to use (capitalized name).
 *                int bit - the bit to set (range 0..149).
 * Returns      : int 1/0 - if true, the bit is set.
 */
