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

10 lines
272 B
Plaintext
Raw Permalink Normal View History

//::///////////////////////////////////////////////
//:: OnDeath placeable eventscript
//:: prc_plc_death
//:://////////////////////////////////////////////
#include "inc_eventhook"
void main()
{
ExecuteAllScriptsHookedToEvent(OBJECT_SELF, EVENT_PLACEABLE_ONDEATH);
}