.DT
query_attack_message
DW_wibble creator help
query_attack_message

.SH Name
.SP 5 5
query_attack_message -  This method returns the attack message associated with the type and name.
.EP

.SH Syntax
.SI 5
mixed * query_attack_message(string name,
                             string type)
.EI

.SH Parameters
.SI 5
%^BOLD%^name%^RESET%^ - the name of the attack
%^BOLD%^type%^RESET%^ - the type of the attack
.EI

.SH Returns
.SI 5
the attack message array, 0 for none
.EI

.SH Defined in
.SI 5
/std/weapon_logic.c
.EI

.SH Description
.SP 5 5

This method returns the attack message associated with the
type and name.  The type and name are around this way to correspond
to the parameters to add_attack.
.EP

