Author Topic: Mission Objectives Over a Campaign  (Read 1360 times)

0 Members and 1 Guest are viewing this topic.

Offline eliex

  • 210
Mission Objectives Over a Campaign
In a series of red-alert missions, the player along with several other fighters have to complete several objectives over the course of several missions without returning to base.
I would like to have the 5 primary objectives listed in every single mission, but as each objective is completed the box will be ticked.

Is there a possible way of doing this?

 

Offline FUBAR-BDHR

  • Self-Propelled Trouble Magnet
  • 212
  • Master Drunk
    • 165th Beer Drinking Hell Raisers
Re: Mission Objectives Over a Campaign
Creative use of campaign persistent variables sounds like a possibility if it's complex.   If it's a simple linear campaign then having all the objectives in each mission with an or is-previous-event-true might work as well.  Never tried either though. 
No-one ever listens to Zathras. Quite mad, they say. It is good that Zathras does not mind. He's even grown to like it. Oh yes. -Zathras

  

Offline eliex

  • 210
Re: Mission Objectives Over a Campaign
Hmm, okay I tried them out.
You were right - a good is-previous-event-true works nicely but I had to add in several variables in the case that the events referred to another mission.

Thanks.  :)