[Package Index | Mudlib Index | Effect Index]
See also:
/std/room.c and room_chat
.c
Written by Pinkfish
.
void add_room_chats(string * new_chats)Adds more chats to the existing set of room chats managed by this chatter object.
void check_chat()Checks that the chatter is on and being activated properly from the room_handler.
mixed * query_room_chats()Returns the the set of room chats managed by this chatter object.
({ 120, 240, ({ "A frog gimbles the curtains.", "A truly revolting smell drifts insidiously " "from the rug." }) })
void remove_room_chats(string * dead_chats)Removes chats from the set of room chats managed by this chatter object. If there are no chats left the chatter is destructed.
void set_chat_min_max(int min, int max)Allows the chat interval to be changed.
void setup_chatter(object my_room, mixed * chat_args)Gives the chatter a room to chat at and the chat args.