.DT
event_npc_ritual_casting
DW_wibble creator help
event_npc_ritual_casting

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

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

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

.EI

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

.SH Description
.SP 5 5

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

