I need help with gamemode

  • If you're asking a question make sure to set the thread type to be a question!

Flaffy

L1: Registered
Jul 31, 2015
34
0
I'm currently working on a cp map like cp_manor (mann_manor), but the capture points I've copy-pasted are A + B = C
I need A -> B -> C
I can't find it anywhere on youtube, or on valves website. I thought that I could get some help here.

Need help as quick as possible,
(I'm not in the 72hr contest)
 

Soilbleed

L2: Junior Member
May 7, 2015
62
246
If I understand correctly, what you're needing is the player to Cap Point A first, then B and finally C corrrect?

If so, on your team_Control_point entity for point B set the Property [BLUE Previous Point 1] to your team_control_point A and set point C's [BLUE Previous Point1] to Point A and [BLUE Previous Point 2] to Point B.

So logic wise, Blue need to capture Point A before they can capture point B, and they need to capture both point A and B to capture point C. Hope this helps.