spektre76 10 Posted January 14, 2011 Hey guys, Basically I just want the game to end when all enemies are dead. Remember the way RVS3 had the old school 'terrorist hunt' where you say hey I want to kill 30 enimies on this level of difficulty...ect. Thanks all.....and my first model should be posted very soon for my MOD (AddOn). Share this post Link to post Share on other sites
loki 1 Posted January 14, 2011 create a trigger (big enough for your area).. triggered by (yourEnemySide) not present.. repetitive.. and end 1. :) Share this post Link to post Share on other sites
spektre76 10 Posted January 16, 2011 Oka so this is what I did and still 'no worky'. I named one of the OPFOR to 'enm_1' (enemy one). Then I added more gys with lower rank attached to him. Made a trigger and my script was this: !alive enm_1 in the first block ForceEnd in the second block I even gave each soldier invidual names and tried it this way: enm_1 && enm_2 && enm_3......ect Can someone point me to a good tutorial? Share this post Link to post Share on other sites
demonized 19 Posted January 17, 2011 http://www.armaholic.com/page.php?id=4847 That is mr murrays guide, wich is basically the bible for any novice or more advanced editors. Share this post Link to post Share on other sites
icebreakr 3002 Posted January 17, 2011 They best way to work this in MP (inc. dedicated) is: 1. create a big trigger covering the area where enemy must be neutralized from 2. set OPFOR NOT PRESENT and leave "this" below and add On Act field: yeah=true;publicvariable "yeah" 3. create another trigger (no matter size, usually I drop it to 20x20) and put in Init field: yeah (instead of this already written in it) and in On Act: hint "All enemies neutralized in the sector. Mission accomplished!" Make sure at least 5 seconds pass (5 5 5 in the trigger field Min Med Max) to all clients are in sync. Then add some fancy music and end the mission with END1 option in the same trigger. Share this post Link to post Share on other sites
spektre76 10 Posted January 18, 2011 http://www.armaholic.com/page.php?id=4847That is mr murrays guide, wich is basically the bible for any novice or more advanced editors. Downloaded, can't wait to try! Share this post Link to post Share on other sites
soldierCHN 10 Posted January 27, 2011 thanks, dude,very usefull~~~~ Share this post Link to post Share on other sites
soldierCHN 10 Posted January 27, 2011 Downloaded, can't wait to try! thanks~~~~very usefull:yay: Share this post Link to post Share on other sites