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

18 lines
394 B
Plaintext

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