PRC8_fork/nwn/nwnprc/trunk/scripts/prc_plc_spell.nss

10 lines
273 B
Plaintext
Raw Permalink Normal View History

//::///////////////////////////////////////////////
//:: OnSpellCastAt door eventscript
//:: prc_plc_spell
//:://////////////////////////////////////////////
#include "inc_eventhook"
void main()
{
ExecuteAllScriptsHookedToEvent(OBJECT_SELF, EVENT_PLACEABLE_ONSPELL);
}