.DT
remove_chat_string
DW_wibble creator help
remove_chat_string

.SH Name
.SP 5 5
remove_chat_string -  This method attempts to remove the given chat string from the current list of chat strings.
.EP

.SH Syntax
.SI 5
void remove_chat_string(mixed chat)
.EI

.SH Parameters
.SI 5
%^BOLD%^chat%^RESET%^ - the chat string to remove
.EI

.SH Defined in
.SI 5
/obj/monster.c
.EI

.SH Description
.SP 5 5

This method attempts to remove the given chat string from the
current list of chat strings.  The chat message is checked
to see if it exists in the array, the weighting of the
string is ignored.
.EP

.SH See also
.SP 5 5
add_chat_string(), load_chat()

.EP

