18 lines
438 B
Text
18 lines
438 B
Text
|
// THIS FILE IS AUTOGENERATED, DO NOT MODIFY
|
||
|
main()
|
||
|
{
|
||
|
self setModel("char_usa_marine_pow_body");
|
||
|
self.headModel = "char_usa_marine_pow_head";
|
||
|
self attach(self.headModel, "", true);
|
||
|
self.gearModel = "char_usa_marine_pow_cuffs";
|
||
|
self attach(self.gearModel);
|
||
|
self.voice = "american";
|
||
|
}
|
||
|
|
||
|
precache()
|
||
|
{
|
||
|
precacheModel("char_usa_marine_pow_body");
|
||
|
precacheModel("char_usa_marine_pow_head");
|
||
|
precacheModel("char_usa_marine_pow_cuffs");
|
||
|
}
|