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

17 lines
448 B
Plaintext

// IW6 GSC SOURCE
// Generated by https://github.com/xensik/gsc-tool
main()
{
self setmodel( "body_pilot_c" );
codescripts\character::attachhead( "alias_pilot_heads_yellow", xmodelalias\alias_pilot_heads_yellow::main() );
self.voice = "american";
self setclothtype( "vestlight" );
}
precache()
{
precachemodel( "body_pilot_c" );
codescripts\character::precachemodelarray( xmodelalias\alias_pilot_heads_yellow::main() );
}