PRC8/trunk/scripts/prc_door_death.nss

10 lines
263 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: OnDeath door eventscript
//:: prc_door_death
//:://////////////////////////////////////////////
#include "inc_eventhook"
void main()
{
ExecuteAllScriptsHookedToEvent(OBJECT_SELF, EVENT_DOOR_ONDEATH);
}