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

10 lines
266 B
Plaintext

//::///////////////////////////////////////////////
//:: OnUnlock door eventscript
//:: prc_door_unlock
//:://////////////////////////////////////////////
#include "inc_eventhook"
void main()
{
ExecuteAllScriptsHookedToEvent(OBJECT_SELF, EVENT_DOOR_ONUNLOCK);
}