- Joined
- Apr 22, 2020
- Messages
- 53
Hello !
I made a win triggers who was working perfectly against AI.
But now I test it on BNET, it doesn't work anymore.
I think it's linked to people who left before the defeat. So I set this :
But even with this, it doesn't work either... I don't know what to do...
I made a win triggers who was working perfectly against AI.
But now I test it on BNET, it doesn't work anymore.
I think it's linked to people who left before the defeat. So I set this :
-
Team 1 Victory
-
Events
-
Player - Player 4 (Pourpre) leaves the game
-
Player - Player 5 (Jaune) leaves the game
-
Player - Player 6 (Orange) leaves the game
-
Player - Player 4 (Pourpre) leaves the game with a defeat
-
Player - Player 5 (Jaune) leaves the game with a defeat
-
Player - Player 6 (Orange) leaves the game with a defeat
-
-
Conditions
-
And - All (Conditions) are true
-
Conditions
-
((Player 4 (Pourpre) slot status) Egal to Not used) or ((Player 4 (Pourpre) slot status) Egal to has left the game)
-
((Player 5 (Jaune) slot status) Egal to Not used) or ((Player 5 (Jaune) slot status) Egal to has left the game)
-
((Player 6 (Orange) slot status) Egal to Not used) or ((Player 6 (Orange) slot status) Egal to has left the game)
-
-
-
-
Actions
-
Game - Victory Player 1 (Rouge) (show dialogs, show scores)
-
Game- Victory Player 2 (Bleu) (show dialogs, show scores)
-
Game - Victory Player 3 (Cyan) (show dialogs, show scores)
-
-
But even with this, it doesn't work either... I don't know what to do...