Commando84 0 Posted August 11, 2007 Hi im trying to make a DM mission and i havent made so many of those with all the fancy triggers and scripts, and im wondering how do i make it so that a.i's shoot at eachother, i know there was some init command for the playable soldiers that put some negative score or something but i cant find it the thing is we aren't that many and we thought what about throwing in some ai's shooting us up too i've done coop mission and then you just place bluefor and opfor and whatever and they just do things default shooting each other and stuff but how do i do DM work? Share this post Link to post Share on other sites
W0lle 1052 Posted August 11, 2007 Here's the init line from a DM mission I was working on a while back but never finished due the lack of time recently: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">this addrating ((- rating this) - 100000); removeAllWeapons this; this addMagazine "15Rnd_9x19_M9"; this addMagazine "15Rnd_9x19_M9"; this addMagazine "15Rnd_9x19_M9"; this addMagazine "15Rnd_9x19_M9"; this addMagazine "15Rnd_9x19_M9"; this addMagazine "15Rnd_9x19_M9"; this addMagazine "15Rnd_9x19_M9"; this addMagazine "15Rnd_9x19_M9"; this addWeapon "M9"; this selectWeapon "M9"; Share this post Link to post Share on other sites
Commando84 0 Posted August 18, 2007 thx for the help worked very good Share this post Link to post Share on other sites