Syntax: @resident player
@resident !player
@resident
Adds or removes a player from the residents list of a room. The residents list controls who is allowed to use @sethome in that room. This defaults to just the owner of the room; by manipulating the residents list you may allow additional players to use that room as their home.
@resident player adds that player to the list.
@resident !player removes that player from the list.
@resident with no arguments simply displays the current list (which may be "none", indicating no additional people besides the owner may use that room as their home).
Hints for programmers: The verb $room:accept_for_abode is called by @sethome. By overriding this verb you can give different criteria to @sethome. It should return 1 for allowed and 0 for denied.