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

15 lines
249 B
Plaintext

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