.DT
event_npc_spell_casting
DW_wibble creator help
event_npc_spell_casting

.SH Name
.SP 5 5
event_npc_spell_casting -  This is the event called when a spell is being cast.
.EP

.SH Syntax
.SI 5
void event_npc_spell_casting(object spell,
                             object caster,
                             object * targets,
                             class spell_argument args)
.EI

.SH Parameters
.SI 5
%^BOLD%^spell_ob%^RESET%^ - the spell object
%^BOLD%^caster%^RESET%^ - the caster of the spell
%^BOLD%^targets%^RESET%^ - the targets of the spell
%^BOLD%^args%^RESET%^ - the spell arguements

.EI

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

.SH Description
.SP 5 5

This is the event called when a spell is being cast.
.EP

