Skip to content

Docking denied - Limit message spamming / repetition #2131

Discussion options

You must be logged in to vote

I see three options:

  1. If you can't find a place to dock at a busy port or station then consider switching game modes. The wait will be much shorter if you switch to solo (even if only as a temporary measure to find a pad). :-)

  2. There is actually a state context variable which is automatically saved containing the last speech EDDI has spoken. It is state.eddi_context_last_speech. You could potentially check this value for a repetition. This is a simple solution which would be reset if EDDI triggers any other speech during that 5 minute period, but it could be done by adding one line at the beginning of the script:

{if find(state.eddi_context_last_speech, "We have been denied docking") …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Tkael
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants