Silverguy82 0 Posted August 21, 2006 I got 3 objectives in the notebook for a multiplayer map... I want the map to end specifically when all 3 of these objectives are complete. I got everything figured out except just how to get the game to recognize that the 3 objectives are done and the game needs to end. Share this post Link to post Share on other sites
mattxr 9 Posted August 21, 2006 ok this was told what to do in a thred about 2 below this one but ill tell you anyways.. i suspect you have the objectives working.. Trigger 1 Quote[/b] ]Act: "1" Objstatus "DONE"; object1=true Trigger 2 Quote[/b] ]Act: "2" ObjStatus "DONE"; object2=true and so on.. then to make a End Trigger you.. Quote[/b] ]Condition: object1 AND object2 AND object3 Make it an End Trigger #1 or wotever and it should work when those condidions are met in the other triggers Share this post Link to post Share on other sites