14 lines
420 B
Text
14 lines
420 B
Text
// THIS FILE IS AUTOGENERATED, DO NOT MODIFY
|
|
main()
|
|
{
|
|
self setModel("char_usa_marine_pow_body");
|
|
self.headModel = codescripts\character::randomElement(xmodelalias\char_usa_marine_headalias::main());
|
|
self attach(self.headModel, "", true);
|
|
self.voice = "american";
|
|
}
|
|
|
|
precache()
|
|
{
|
|
precacheModel("char_usa_marine_pow_body");
|
|
codescripts\character::precacheModelArray(xmodelalias\char_usa_marine_headalias::main());
|
|
}
|