PoA_PRC8/_module/nss/x2_def_endcombat.nss
Jaysyn904 5dbc9b3290 Updated timekeeper script
Updated timekeeper script.  Full compile.  Updated release archive.
2024-08-22 23:18:37 -04:00

17 lines
437 B
Plaintext

//::///////////////////////////////////////////////
//:: Name x2_def_endcombat
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
Default Combat Round End script
*/
//:://////////////////////////////////////////////
//:: Created By: Keith Warner
//:: Created On: June 11/03
//:://////////////////////////////////////////////
void main()
{
ExecuteScript("nw_c2_default3", OBJECT_SELF);
}