PRC8/trunk/scripts/prc_plc_spell.nss
Jaysyn904 1662218bb4 Initial upload.
Adding base PRC 4.19a files to repository.
2022-10-07 13:51:24 -04:00

10 lines
273 B
Plaintext

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