8 lines
286 B
Plaintext
Raw Normal View History

2024-08-03 14:13:18 -04:00
// NWN v1.69 - Shayan's Subrace Engine v3.0 compliant module OnHeartbeat script
//:://///////////////////////////////////////////////////////////////////////////
void main()
{ ExecuteScript( "x3_mod_def_hb", OBJECT_SELF);
ExecuteScript( "mm_onheartbeat", OBJECT_SELF);
}