morganlovgren 0 Posted March 23, 2008 Hi all 1)i need your help to finish a mp PvsP mission i have 2 teams east and west.east is in the hotel they have a flag on the roof,west must cap the flag to win and maybe a delay for 60 sec befor win how do i setup a trigger for that 2)a trigger for wining if a taget is dead like a tank or a soldier thanks all Share this post Link to post Share on other sites
dachevs 1 Posted April 2, 2008 Well for the time, make a trigger, place activation BLUEFOR. In the init of the trigger put <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">this exec "Time.sqs"; Open a new text document and put this in it-- <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">~180 TitleText ["West Wins!!!","plain down"]; forceEnd File Save As > Time.sqs (make sure the File type is set to all files.) This will make it to where when a BLUEFOR soldier steps in the trigger area, it will start the script. Then after 3 mins (180 Seconds) it will say a message on everyones computer that says "West wins!" and should end the mission. Hope this helps, if it doesn't work just post here again and I check for more codes, I know the message and the time will work. Share this post Link to post Share on other sites