12 lines
251 B
Plaintext
12 lines
251 B
Plaintext
// IW6 GSC SOURCE
|
|
// Generated by https://github.com/xensik/gsc-tool
|
|
|
|
initdogvestanimations()
|
|
{
|
|
if ( isdefined( anim.notfirsttimedogvests ) )
|
|
return;
|
|
|
|
anim.notfirsttimedogvests = 1;
|
|
animscripts\dog\dog_init::initdoganimations();
|
|
}
|