17 lines
434 B
Text
17 lines
434 B
Text
// THIS FILE IS AUTOGENERATED, DO NOT MODIFY
|
|
main()
|
|
{
|
|
self setModel("char_usa_pbycrew_body1_2");
|
|
self.headModel = "char_usa_marine_head1_1";
|
|
self attach(self.headModel, "", true);
|
|
self.hatModel = "char_usa_pbycrew_crushcap";
|
|
self attach(self.hatModel);
|
|
self.voice = "american";
|
|
}
|
|
|
|
precache()
|
|
{
|
|
precacheModel("char_usa_pbycrew_body1_2");
|
|
precacheModel("char_usa_marine_head1_1");
|
|
precacheModel("char_usa_pbycrew_crushcap");
|
|
}
|