Updated timekeeper script

Updated timekeeper script.  Full compile.  Updated release archive.
This commit is contained in:
Jaysyn904
2024-08-22 23:18:37 -04:00
parent 2599ac63a5
commit 5dbc9b3290
6 changed files with 346 additions and 3 deletions

View File

@@ -0,0 +1,16 @@
//::///////////////////////////////////////////////
//:: 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);
}