15 lines
301 B
Plaintext
15 lines
301 B
Plaintext
// IW6 GSC SOURCE
|
|
// Generated by https://github.com/xensik/gsc-tool
|
|
|
|
main()
|
|
{
|
|
self endon( "killanimscript" );
|
|
animscripts\utility::initialize( "cover_stand" );
|
|
animscripts\cover_wall::cover_wall_think( "stand" );
|
|
}
|
|
|
|
end_script()
|
|
{
|
|
animscripts\cover_behavior::end_script( "stand" );
|
|
}
|