cmdrmcdonald / EliteDangerousDataProvider

Apache License 2.0
134 stars 31 forks source link

EDDI stopped reading incoming messages #271

Closed TalShaf closed 7 years ago

TalShaf commented 7 years ago

I have restored the script to default and it still doesn't work. It works only when I remove the following:

{if event.player = true:
    {if event.message = "o7":
        {event.from} salutes
        {if event.channel = "player":
            you
        }.
    |else:

Otherwise it's completely silent.

Darkcyde13 commented 7 years ago

That part you have removed, makes it so only messages from other human players are read out aloud. If you play in Solo or Group, this is why you would hear nothing. This is why removing it will make you hear everything.

That part is useful so that EDDI is not reading out messages all the time when you at docked at a station. This will get annoying very quickly.

TalShaf commented 7 years ago

Ah, I misunderstood, I thought it was only for player salute messages. Thanks for the clarification. Closing this issue.