14 lines
338 B
Plaintext
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);
|
||
|
}
|