.DT
do_spell_action
DW_wibble creator help
do_spell_action

.SH Name
.SP 5 5
do_spell_action -  This method does a combat action.
.EP

.SH Syntax
.SI 5
void do_spell_action(object caster,
                     object * targets,
                     mixed action,
                     mixed args)
.EI

.SH Parameters
.SI 5
%^BOLD%^caster%^RESET%^ - the caster of the spell
%^BOLD%^targets%^RESET%^ - the targets of the spell
%^BOLD%^action%^RESET%^ - the action to do
%^BOLD%^args%^RESET%^ - the spell arguements

.EI

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

.SH Description
.SP 5 5

This method does a combat action.
.EP

