Function for blocking payload

Felixleshat

L1: Registered
Mar 10, 2012
2
1
Hey hey hey, hum...

Hello, i've made a payload map with an additional capture point.

I want to make the cart impossible to move when the point is capped by the other team.

Something like "When Point's Owner = RED" "Block cart pushing func"

Thanks by advance.
 

Freyja

aa
Jul 31, 2009
2,995
5,813
Simply have a OnCapturedByTeam2 (red) on the team_capture_point that disables the capture trigger (The one that people stand in to push) around the cart. Make OnCapturedByTeam3 (blue) enable it again.
 

Felixleshat

L1: Registered
Mar 10, 2012
2
1
Thanks,

Here are the steps for anothers.

Click on team_control_point

Go to Outputs and click "add"

Create those bad boys :

1Line = OnCapTeam1
2Line = <Name of the trigger> ex: Bomb_CapArea
3Line = Disable

And

1Line = OnCapTeam2
2Line = <Name of the trigger> ex: Bomb_CapArea
3Line = Enable

Done !
 

henke37

aa
Sep 23, 2011
2,075
515
It also works to disable the path_track. But there might be some subtle differences there.