svarun 16 Posted February 22, 2016 Hello. How can I respawn the AI with the same custom loadout that was assigned to them via Arsenal in the mission editor? Right now they just respawn with the default class loadout. Share this post Link to post Share on other sites
patpowercat 7 Posted May 9, 2016 I'd like to know this too! Share this post Link to post Share on other sites
davidoss 552 Posted May 9, 2016 Use BIS_fnc_saveInventory and BIS_fnc_loadInventory Share this post Link to post Share on other sites
patpowercat 7 Posted May 11, 2016 How would the syntax for this be? [this, ["loadout.sqf"]] call Bis_fnc_saveinventory; this addeventhandler ["respawn", {this ["loadout.sqf"]} call bis_fnc_loadinventory]; Share this post Link to post Share on other sites
sarogahtyp 1108 Posted May 11, 2016 just read the notes in wikis BIS_fnc_loadInventory entry. there is an example that does exactly what u need. Share this post Link to post Share on other sites