Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: TopAce on August 11, 2003, 04:00:59 pm

Title: is-previous-event and goal
Post by: TopAce on August 11, 2003, 04:00:59 pm
It would be a good thing to make a browse window while using is-previous-event or goal. so if I type in a mission filename, may not the events of the current mission be listen below it. It would make FREDing a campaign easier.
Title: is-previous-event and goal
Post by: Trivial Psychic on August 11, 2003, 08:25:45 pm
I second this!

Later!
Title: is-previous-event and goal
Post by: karajorma on August 12, 2003, 05:14:24 am
IIRC the campaign editor can already do this so the code is already there.
Title: is-previous-event and goal
Post by: TopAce on August 12, 2003, 07:40:47 am
In the campaign, yes. It is there, no doubt about it, but I want to set is-previous-events for ships.

an example:
the GTC Storm acts in mission 2, and is secondary to be defended.
in mission 4, the Storm reappears if mission 2's: 'GTC Storm saved' event/goal is true. If I want to use the GTC storm in mission 4, I set its arrival cue to:

is-previous-event-true
mission02.fs2
GTC Storm saved

And this is an example where browsing is not allowed
Title: is-previous-event and goal
Post by: karajorma on August 12, 2003, 03:52:18 pm
I know. What I meant is that the code to do all this is already there. It just needs to be duplicated for the mission editor.