MattRM 10 Posted October 19, 2013 Hi, I would like to know what code is need to add the M320R and M6 Lynx to equip soldier in the editor ? Thank you very much, Matt Share this post Link to post Share on other sites
barakokula31 10 Posted October 19, 2013 M320: removeAllWeapons unitName; this addWeapon "srifle_LRR_F"; If you want the rifle to have a scope, put "srifle_LRR_SOS_F" instead of "srifle_LRR_F". GM6: removeAllWeapons unitName; this addWeapon "srifle_GM6_F"; For the scoped variant, put "srifle_GM6_SOS_F" instead of "srifle_GM6_F". And yes, the "" are required. You should also put the unit's name instead of unitName, obviously. Share this post Link to post Share on other sites
instagoat 133 Posted October 19, 2013 Using the inventory function in the functions library to add the weapon. The config names are in the config library. Both are ingame, in the editor. Share this post Link to post Share on other sites
MattRM 10 Posted October 20, 2013 Oki, Thanks for your infos, I'll try. Matt Share this post Link to post Share on other sites