Author Topic: Team Deathmatch - Multiple Control Points?  (Read 282 times)

Right now, I'm trying to make a team deathmatch in which it has multiple contrl points using the TDM gamemode.
Is there any way to set a brick's team using variables, or certain events?

Right now, I'm trying to make a team deathmatch in which it has multiple contrl points using the TDM gamemode.
Is there any way to set a brick's team using variables, or certain events?
You could do a check for a variable, then use the event setTeam.

You could do a check for a variable, then use the event setTeam.
Mind if you could give me a little example?