PRC8_fork/trunk/scripts/prc_plc_unlock.nss

10 lines
276 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: OnUnocked placeable eventscript
//:: prc_plc_unlock
//:://////////////////////////////////////////////
#include "inc_eventhook"
void main()
{
ExecuteAllScriptsHookedToEvent(OBJECT_SELF, EVENT_PLACEABLE_ONUNLOCK);
}