Added AW, BO2, Ghosts, IW, MWR, WW2 Scripts

This commit is contained in:
InfinityLoader
2023-10-27 03:49:01 -04:00
parent d559c1d414
commit fbfff3c275
5072 changed files with 3221958 additions and 0 deletions

View File

@ -0,0 +1,23 @@
/*******************************************************************
* Decompiled By: Bog
* Decompiled File: animscripts\first_frame.gsc
* Game: Call of Duty: Advanced Warfare
* Platform: PC
* Function Count: 1
* Decompile Time: 30 ms
* Timestamp: 10/27/2023 1:55:03 AM
*******************************************************************/
//Function Number: 1
main()
{
self endon("death");
self endon("stop_first_frame");
self notify("killanimscript");
self.pushable = 0;
self clearanim(self.root_anim,0.3);
self orientmode("face angle",self.angles[1]);
self setanim(level.scr_anim[self._animname][self._first_frame_anim],1,0,0);
self._first_frame_anim = undefined;
self waittill("killanimscript");
}