init
This commit is contained in:
14
animscripts/dog/dog_reactions.gsc
Normal file
14
animscripts/dog/dog_reactions.gsc
Normal file
@ -0,0 +1,14 @@
|
||||
// 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;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user