Bonjour, j’utilise le lyra starter game et j’aimerais savoir comment faire en sorte que les ennemis et alliés respawn uniquement si la team complete est eliminée… Merci.
To make players respawn only when one entire team has died:
- Create a new event for this purpose
- To implement it, listen for Player Elimination messages via the Gameplay Message Processor, and compute if the entire team is currently dead each time someone dies.
- Change the Respawn ability to wait for that event before the respawn actually occurs.
We have an unofficial Lyra Dev Discord but it’s mostly English speaking. You’re welcome to join us.
How