Name: set_married - marry a player to another player Syntax: int set_married(string whom) Description: The set_married function marries a player to another player, with name whom. Only a wedding church can call this function. Return value: 1 if the marriage was successful, 0 if not. Examples: this_player()->set_married("harry"); See also: player/query_married