Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eventChat doesn't receive messages from other players #4166

Open
aco4 opened this issue Jan 6, 2025 · 1 comment
Open

eventChat doesn't receive messages from other players #4166

aco4 opened this issue Jan 6, 2025 · 1 comment
Labels

Comments

@aco4
Copy link
Contributor

aco4 commented Jan 6, 2025

  1. Download the following mod:

echo.zip

It contains the following code:

namespace("echo_");

function echo_eventGameInit() {
    receiveAllEvents(true);
}

function echo_eventChat(from, to, message) {
    console(message);
}
  1. Host a multiplayer game.
  2. Type "hi"
  3. Receive "hi"
  4. Have another player type "hi2"
  5. Receive nothing

Expected behavior
Receive "hi2"

Your System:

  • OS: Windows 11
  • Game version: 4.5.5
@aco4 aco4 added the Bug label Jan 6, 2025
@aco4
Copy link
Contributor Author

aco4 commented Jan 6, 2025

It does receive chat from bots that send messages with chat()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant