mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-06-21 07:27:52 -05:00
Full AW Dump
This commit is contained in:
23
AW/PC/animscripts/first_frame.gsc
Normal file
23
AW/PC/animscripts/first_frame.gsc
Normal file
@ -0,0 +1,23 @@
|
||||
/*******************************************************************
|
||||
* Decompiled By: Bog
|
||||
* Decompiled File: first_frame.gsc
|
||||
* Game: Call of Duty: Advanced Warfare
|
||||
* Platform: PC
|
||||
* Function Count: 1
|
||||
* Decompile Time: 27 ms
|
||||
* Timestamp: 4/22/2024 2:00:30 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");
|
||||
}
|
Reference in New Issue
Block a user