Initial upload.
Adding base PRC 4.19a files to repository.
This commit is contained in:
10
trunk/scripts/prc_door_hb.nss
Normal file
10
trunk/scripts/prc_door_hb.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: Onheartbeat door eventscript
|
||||
//:: prc_door_hb
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
#include "inc_eventhook"
|
||||
void main()
|
||||
{
|
||||
ExecuteAllScriptsHookedToEvent(OBJECT_SELF, EVENT_DOOR_ONHEARTBEAT);
|
||||
}
|
Reference in New Issue
Block a user