iw6-scripts/character/character_enemy_wolf.gsc
2024-02-13 13:20:49 +01:00

15 lines
244 B
Plaintext

// IW6 GSC SOURCE
// Generated by https://github.com/xensik/gsc-tool
main()
{
self setmodel( "fullbody_wolf_a" );
self.voice = "american";
self setclothtype( "vestlight" );
}
precache()
{
precachemodel( "fullbody_wolf_a" );
}