[Request]Multiplayer Clear error message

0 favourites
  • 3 posts
From the Asset Store
Use this game pack to create your own game, modify the existing game or simply take a look and see how it was made.
  • In the multiplayer plugin, we have the "Multiplayer.ErrorMessage".

    Works nice as soon as you get an error. But it looks like it remains having that error in the expression after having displayed it.

    Checking if there is an error, there is always an error after having received this one "already in a room".

    Scenario:

    If I have this expression displaying in a textbox, it keeps showing the error "already in a room" while the error is no longer being generated.

    The following would be nice:

    After having used the expression: Multiplayer.ErrorMessage , clear the error message from the object.

    So a next call to "Multiplayer.ErrorMessage" gives you a false response, no new errors.

    edit:

    An action to clear error could be wiser perhaps, as there are likely people displaying the error message every tick .

  • You should be relying on the "On error" condition to determine that an error has occurred, only using the ErrorMessage expression to get a description of the error.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • You should be relying on the "On error" condition to determine that an error has occurred, only using the ErrorMessage expression to get a description of the error.

    true, thanks for that

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)