NWNDS/nwn_dark_sun/x2_def_heartbeat.nss

18 lines
476 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: Name x2_def_heartbeat
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
Default Heartbeat script
*/
//:://////////////////////////////////////////////
//:: Created By: Keith Warner
//:: Created On: June 11/03
//:://////////////////////////////////////////////
void main()
{
ExecuteScript("prc_npc_hb", OBJECT_SELF);
ExecuteScript("nw_c2_default1", OBJECT_SELF);
}