• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

Reusing a prox trigger/area multiple times ?

Messages
40
Country
us-arizona
This is the scenerio....

You have an area and prox trigger defined for a parking area at an airport. You define things prior to taxiing etc.

But, after the flight you want to return to the same parking area and trigger a new set of conditions in the same area.

What is the best way to do that ?

Regards
Jib01/02
:confused: :confused:
 
The only thing you can use more than once is the area.
Of course you could set the proxtrigger oneshot-option to "false", but how should the trigger know in which state of the mission you are?
So you'll have to use two or more proxtriggers on this area.
If you start in the area and the trigger should fire when you leave it, be sure to set oneshot to "false" and deactivate it on exit action.
Then activate the prox trigger for the arrival with maybe the landing trigger.

In my first missions I spent a lot of time thinking about how I could use triggers more than once.
Then I figured that in the end it's much faster and easier to just use one trigger for every new action - let alone the better overview over the mission's logical structure.

To see if triggers fire the way they're supposed to I always assign a (dummy) dialog action, so that a text message pops up everytime a trigger fires.
 
Last edited:
Excellent reply Thorsten.

Yes ... it is much easier to just add a second Proximity Trigger that is inactive at the beginning of the game, but gets activated during the mission, so that when you taxi back over to the parking spot, the "parking Proximity Trigger" is activated and awaiting your entry into the Area.

I do this all the time with helicopter LZ's where I want to trigger different dialog depending on whether this is the first, or a subsequent landing in that zone.
 
By the way: there may be situations when a trigger should fire more than once. For example a trigger that says "better stay below 2000f" or "don't taxi too fast!" In that case it may be a good idea to use a random action together with several variations of the same dialog like

"hey, please don't taxi so fast!"
"hmm, I think with that taxispeed we'll get some troubles"
"Wow, do you wanna take off on the taxyway?"
"Come on now, I said not faster than 30kts!"

This would be much more fun to the user than just "slow down!" 5 times in a row. :)
 
Back
Top