Talk:Team control point

From Valve Developer Community
Revision as of 11:19, 31 January 2008 by Solokiller (talk | contribs)
Jump to navigation Jump to search

Anybody have any ideas on how to reset the "progress" when a team is capping a node? I have a map where nodes are capped in a one-way manner (only one team can cap the neutral node) and I've noticed that this prevents the opposite team from "blocking" the node to prevent capture. Anyone have any ideas for a workaround? --Hovis 09:56, 31 Jan 2008 (PST)

Try using a trigger_multiple with a filter set to the team that has to block capture, and have it output OnStartTouch Disable and OnEndtouch Enable to the cap node. Solokiller 10:19, 31 Jan 2008 (PST)