TheHordeOrcs_PRC8/_module/nss/call_onheartbeat.nss

6 lines
116 B
Plaintext
Raw Permalink Normal View History

void main()
{
ExecuteScript("prc_onheartbeat", OBJECT_SELF);
ExecuteScript("x3_mod_def_hb", OBJECT_SELF);
}