Jump to content
Sign in to follow this  
dkraver

Ending and Objective

Recommended Posts

Objective:

How do i make a vehicle a target/objective???

and can i make 3 and 4 units into one target/objective??

and last how do i combine targets/objectives with the mission briefing tickering??? Using OFPediting v2.0

Ending:

Making a mission where i want two endings win/loose Mission is going out and blow something up and then return to base before mission ends, so what do i write in triggers?confused.gif?

Share this post


Link to post
Share on other sites

I believe this should help. You can use the following command in a trigger "CONDITION" field to make objects into objectives:

NOT (alive vehicle1) AND NOT (alive vehicle2)

This checks to see if units named vehicel1 and vehicle2 are dead, if they are, then the trigger is activated. You can add the following to the "ACTIVATION" field of the same trigger:

"1" objStatus "DONE"

This will make "Obj_1" toggle to complete in the briefing, indicated by a green checkmark.

Using the information above, you could include only one vehicle, or as many vehicles as you want.

As for combining objects/objectives on the map with a briefing, I would suggest you go to www.ofpeditingcenter.com and hit their download link. You are looking for the Mission Assistant, which will help you make great briefings with markers and the whole bit.

Good luck!

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×