Further file organization
Further file organization
This commit is contained in:
11
nwn/nwnprc/trunk/scripts/prc_npc_spellat.nss
Normal file
11
nwn/nwnprc/trunk/scripts/prc_npc_spellat.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: OnSpellCastAt NPC eventscript
|
||||
//:: prc_npc_physatt
|
||||
//:://////////////////////////////////////////////
|
||||
#include "prc_alterations"
|
||||
|
||||
void main()
|
||||
{
|
||||
// Execute scripts hooked to this event for the NPC triggering it
|
||||
ExecuteAllScriptsHookedToEvent(OBJECT_SELF, EVENT_NPC_ONSPELLCASTAT);
|
||||
}
|
Reference in New Issue
Block a user