16 lines
466 B
Plaintext
16 lines
466 B
Plaintext
// IW6 GSC SOURCE
|
|
// Generated by https://github.com/xensik/gsc-tool
|
|
|
|
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" );
|
|
}
|