Added MW3 Scripts

This commit is contained in:
InfinityLoader
2023-10-27 03:47:01 -04:00
commit d559c1d414
981 changed files with 539970 additions and 0 deletions

View File

@ -0,0 +1,30 @@
/*******************************************************************
* Decompiled By: Bog
* Decompiled File: animscripts\traverse\window_over_quick.gsc
* Game: Call of Duty: Modern Warfare 3
* Platform: PC
* Function Count: 2
* Decompile Time: 48 ms
* Timestamp: 10/27/2023 2:17:34 AM
*******************************************************************/
//Function Number: 1
main()
{
if(self.type == "dog")
{
animscripts/traverse/shared::func_3FF7("window_40",40);
return;
}
func_3FFE();
}
//Function Number: 2
func_3FFE()
{
var_00 = [];
var_1C["interruptDeathAnim"] = 0;
var_1C["interruptDeathAnim"] = 1;
animscripts/traverse/shared::func_3FEB(var_1C);
}