NWNDS/nwnds_module/x2_def_heartbeat.nss
Jaysyn904 9401a54fc4 Added Medium Viper animal companion.
Added Medium Viper animal companion.
2021-08-01 18:56:49 -04:00

19 lines
477 B
Plaintext

//::///////////////////////////////////////////////
//:: 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);
}