Rune_PRC8/_module/nss/wrap_mod_onheart.nss
Jaysyn904 d1c309ae63 Initial commit
Initial commit
2024-09-13 09:10:39 -04:00

14 lines
338 B
Plaintext

////////////////////////////////////////////////////////////////////////////////
//
// Wrapper
// wrap_mod_onheart
// by Don Anderson
//
////////////////////////////////////////////////////////////////////////////////
void main()
{
ExecuteScript("pwdb_mod_onhb", OBJECT_SELF);
ExecuteScript("prc_onheartbeat", OBJECT_SELF);
}