Hi, I need some simple code that will make players instantly switch teams based if they Eliminate or got Eliminated. It’s 1vs1 map so there is just 2 teams with one player in each.
I have “class_and_team_selector_device” added two time and “elimination_manager_device” but I’m not sure how code should look.
have two seperate elimination managers and two seperate class and team selector devices, you don’t really need to use code, you could just use Direct Event Binding.
But essentially you would just need to do this:
Elimination Manager Elimination Team 1 → Become Team 2
Elimination Manager Eliminated Team 2 → Become Team 1
I dont get exactly how you want it to work but something like that should be simple enough