Jump to content
Sign in to follow this  
the_shadow

Objectives and sidechat

Recommended Posts

hi, i have some minor problems with how to do a small thing..

first of all, i want my final (3rd) objective to be marked as "done" when the player reaches the extraction zone (10m from the extract chopper) and both obj1 and 2 are completed... this should also end the game.

Share this post


Link to post
Share on other sites

I suggest you read or do the tutorial found on the OFP cd

%CDROM%:\ReadMe.chm

It covers triggers and objectives.

Share this post


Link to post
Share on other sites

Hi. On your last objective/trigger for the extraction "group"f2 the trigger with your player. Under activation put; "3" ObjStatus "DONE"; thirdobjective = 1

In your other two objective triggers make sure you put the last line as well ; firstobjective = 1 and ; secondobjective = 1. And finally another trigger... in the condition put;

firstobjective == 1 and secondobjective == 1 and thirdobjective == 1 and in type put "end1". This is kindof long winded but is one way to do it. Hope it helps. smile_o.gif

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  

×