How to switch a game from a FFA midgame to a Cooperative, then back to FFA

I assigned each player a property that was their team number, and then switched them all to one team, but I’m trying to figure out how to use the team switcher to switch them back.

2 Likes

You could make an if then block that checks the property and if it is at a certain condition the player will be sent to a certain team. For instance, if the property “team 1” is “true”, the block will transmit on channel to a team switcher.

1 Like

But wouldn’t that mean you would need 60 separate team switchers?

3 Likes

Oh I was assuming you were gearing it towards fewer players. From what I could think of at the top of my head, maybe you could find a way to make it so after a player is switched to a random team they can’t be switched again. Then if a player happens to be switched on the same team that another player is on, they will be sent to another team without a player on it.

1 Like

I was gearing this game towards maybe 5-15 players.

1 Like

maybe you could make something with repeaters properties and team switchers?

You could make a zone that can turn off all gadget fire and tags instead.

This could work.

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.