Aantioch_Infernum/_module/nss/hif_onheartbeat.nss

14 lines
403 B
Plaintext
Raw Normal View History

2023-08-08 16:22:17 -04:00
// prc_onheartbeat,_onmodulehb
/////////////////////////////////////////////////////////////////////
//
// This script has been auto-generated by HakInstaller to call
// multiple handlers for the onheartbeat event.
//
/////////////////////////////////////////////////////////////////////
void main()
{
ExecuteScript("prc_onheartbeat", OBJECT_SELF);
ExecuteScript("_onmodulehb", OBJECT_SELF);
}