This article was converted from a previous version of TWHL and may need to be reviewed
- The formatting may be incorrect due to differences in the WikiCode processing engine, it needs to be revised and reformatted
- Some information may be out of date
- After the article is re-formatted and updated, remove this notice and the Review Required category.
- Some older articles are no longer useful, or they duplicate information from other pages. In this case, delete the page after merging any relevant information into other pages. Contact an admin to delete a page.
Point EntityInfo_tf_teamset is used in Attack & Defend style maps in which teams switch roles after the attacker's primary objective is reached. Whereas its counterpart, info_tf_teamcheck, is used by goals and other entities to determine team "allegiance", teamset actually changes the current team setting of a teamcheck entity when teams switch roles. For instance, in a map like Avanti, when the final objective is completed, I trigger teamsets for each team which swap the team settings for the attackers and defenders, thereby switching their roles.
Attributes
- Name to target this entity by (targetname)
- Teamcheck to target (target)
- Team (team_no)
Flags
Notes
- Thanks to aXon for the infomation