Saints Row: The Third NPC use upgraded or dual-wielded weapons

We can only do that in missions where we can use the LUA functions such as these examples:

inv_item_dual_wield("npc_shandi", WEAPON_SLOT_PISTOL)

-or if we want dual wielded pistols plus let's say level 3 upgrade we can do this:

inv_weapon_add_temporary("npc_shaundi", "Pistol-Gang", magazines, equip_now, dual_wield, force_override, WEAPON_LEVEL3);

But the question is will we be able to do this for the npcs in freeroam so we can add those upgrades in spawn_info_ranks.xtbl ?
 
Back
Top