Rune_PRC8/_module/nss/wrap_mod_onheart.nss

14 lines
338 B
Plaintext
Raw Permalink Normal View History

2024-09-13 09:10:39 -04:00
////////////////////////////////////////////////////////////////////////////////
//
// Wrapper
// wrap_mod_onheart
// by Don Anderson
//
////////////////////////////////////////////////////////////////////////////////
void main()
{
ExecuteScript("pwdb_mod_onhb", OBJECT_SELF);
ExecuteScript("prc_onheartbeat", OBJECT_SELF);
}