iw6-scripts/animscripts/dog/dog_reactions.gsc
2024-02-13 13:20:49 +01:00

15 lines
287 B
Plaintext

// IW6 GSC SOURCE
// Generated by https://github.com/xensik/gsc-tool
main()
{
if ( isdefined( level.shark_functions ) )
{
if ( issubstr( self.model, "shark" ) )
{
self [[ level.shark_functions["reactions"] ]]();
return;
}
}
}