10 lines
266 B
Plaintext
10 lines
266 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: OnUnlock door eventscript
|
||
|
//:: prc_door_unlock
|
||
|
//:://////////////////////////////////////////////
|
||
|
|
||
|
#include "inc_eventhook"
|
||
|
void main()
|
||
|
{
|
||
|
ExecuteAllScriptsHookedToEvent(OBJECT_SELF, EVENT_DOOR_ONUNLOCK);
|
||
|
}
|