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

18 lines
414 B
Plaintext

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