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
-
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.
-
I second this!
Later!
-
IIRC the campaign editor can already do this so the code is already there.
-
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
-
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.