PRC8/nwn/nwnprc/trunk/scripts/prc_plc_physatt.nss
Jaysyn904 d87fe14826 Further file organization
Further file organization
2023-08-23 22:11:00 -04:00

10 lines
283 B
Plaintext

//::///////////////////////////////////////////////
//:: OnPhysicalAttacked door eventscript
//:: prc_plc_physatt
//:://////////////////////////////////////////////
#include "inc_eventhook"
void main()
{
ExecuteAllScriptsHookedToEvent(OBJECT_SELF, EVENT_PLACEABLE_ONATTACKED);
}