IL-GSC/IW/PC/ALL/1300.gsc
2023-10-27 03:49:01 -04:00

40 lines
1.1 KiB
Plaintext

/*******************************************************************
* Decompiled By: Bog
* Decompiled File: 1300.gsc
* Game: Call of Duty: Infinite Warfare
* Platform: PC
* Function Count: 2
* Decompile Time: 1 ms
* Timestamp: 10/27/2023 12:23:16 AM
*******************************************************************/
//Function Number: 1
main()
{
self setmodel("body_sdf_army_light_3_cpt3");
self attach("head_sc_chaplain_default","",1);
self.var_8C98 = "head_sc_chaplain_default";
self.var_8C43 = "head_sdf_kotch_helmet";
self attach(self.var_8C43);
self.var_A489 = "sdf_army_boost_pack_zerog";
self attach(self.var_A489);
self.var_1FEC = "generic_human";
self.var_1FA8 = "soldier";
self.var_13525 = "setdef";
self method_82C6("vestheavy");
if(issentient(self))
{
self method_8492("locdmgtable/ai_lochit_dmgtable");
}
self method_83D0(#animtree);
}
//Function Number: 2
precache()
{
precachemodel("body_sdf_army_light_3_cpt3");
precachemodel("head_sc_chaplain_default");
precachemodel("head_sdf_kotch_helmet");
precachemodel("sdf_army_boost_pack_zerog");
}