init
This commit is contained in:
14
character/character_enemy_shark.gsc
Normal file
14
character/character_enemy_shark.gsc
Normal file
@@ -0,0 +1,14 @@
|
||||
// IW6 GSC SOURCE
|
||||
// Generated by https://github.com/xensik/gsc-tool
|
||||
|
||||
main()
|
||||
{
|
||||
self setmodel( "fullbody_tigershark" );
|
||||
self.voice = "american";
|
||||
self setclothtype( "vestlight" );
|
||||
}
|
||||
|
||||
precache()
|
||||
{
|
||||
precachemodel( "fullbody_tigershark" );
|
||||
}
|
Reference in New Issue
Block a user