forked from Jaysyn/PRC8
10 lines
277 B
Plaintext
10 lines
277 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: OnHeartbeat placeable eventscript
|
||
|
//:: prc_plc_hb
|
||
|
//:://////////////////////////////////////////////
|
||
|
|
||
|
#include "inc_eventhook"
|
||
|
void main()
|
||
|
{
|
||
|
ExecuteAllScriptsHookedToEvent(OBJECT_SELF, EVENT_PLACEABLE_ONHEARTBEAT);
|
||
|
}
|