16 lines
350 B
Plaintext
16 lines
350 B
Plaintext
// IW6 GSC SOURCE
|
|
// Generated by https://github.com/xensik/gsc-tool
|
|
|
|
main()
|
|
{
|
|
self endon( "killanimscript" );
|
|
animscripts\utility::initialize( "cover_crouch" );
|
|
animscripts\cover_wall::cover_wall_think( "crouch" );
|
|
}
|
|
|
|
end_script()
|
|
{
|
|
self.covercrouchlean_aimmode = undefined;
|
|
animscripts\cover_behavior::end_script( "crouch" );
|
|
}
|