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