fro 10 Posted December 27, 2010 (edited) Bon, Thank you for the help! I had to tweak it just a little to finally get it to work. I don't know why it has to be shown like this but this is what I did to make it work: if(side player == west) then{ #include "presets_west.sqf" }; if(side player == east) then{ #include "presets_east.sqf" }; I had to tier the if-then statement for the game to recognize the #include statements. I also had to change "playerside == west/east" to "side player == west/east". Thanks for the help and I have to say I love this program! Edited December 27, 2010 by fro typo Share this post Link to post Share on other sites
daoarge 203 Posted March 24, 2011 The download link doesn't work (gives me "Forbidden" as error message, seems like a HTTP 404). Share this post Link to post Share on other sites
Militant1006 11 Posted April 11, 2011 I also have this issue. Share this post Link to post Share on other sites
Bon 12 Posted April 11, 2011 Hi, and sorry totally missed that one. I also lost track of its development and keeping this thread up-to-date. You now find two download links in the opening post: The first one is the initial version I've written for ACE and ACE backpacks, way before OA was released, and of which I stopped working on with the release of OA. The second one points to the version I kept working on, and that you may know from the TFOR mission - it supports the OA backpacks, comes with my most recent selection of presets, but does NOT support ACE backpacks anymore. The most recent change on this one is the ability to order your AI to use and equip with the menu (what, imo, is very powerful). hf. Share this post Link to post Share on other sites
Militant1006 11 Posted April 11, 2011 no problem, thanks for the quick response and fix man, appreciate it. Share this post Link to post Share on other sites