I'm trying to make a TDM for 4 teams with capturable spawn points. I am running into a number of problems:
1) There doesn't seen to be a team 4 capture point. I think that I may be able to simulate one with the onCaptureReset -> (neutral capture point) -> setTeamAllied -> 4.
2) There also is not a onTeam(4-6)Capture, but there is a onTeam(4-6)PlayerTouch. This doesn't seem as easy to get around as the first one.
3) I am also curious about what the PLAYER parameter is under setTeamAllied is for exactly. I originally thought it was for the team that the capturing player was on but I'm not so sure after running a test and it not working.
4) One last thing that I need a confirmation for: onTeam#Capture -> (name of spawnpoints to be converted) -> setTeamAllied -> #
In the meantime, I'll try to find every solution I can for my problems, but if anyone has a solution to any of my problems, please do not hesitate to answer them. thanks!