Author Topic: How do I make a "(Team) has captured Point A" system?  (Read 677 times)

I don't know how to do this, and I want people in my minigame to capture some of the points.




onTeam1Capture > minigame > chatmessageAll > "team 1 has captured the point!"

The team numbers are in order of their appearance on the slayer team menu tab.

Thanks, but now I am struggling on how to make it so that if team A captures point A, they can teleport to point A, but team B can't.

Thanks, but now I am struggling on how to make it so that if team A captures point A, they can teleport to point A, but team B can't.
OnTeam1Capture > <Named Brick: Team 1's tele button> > disappear > 0
OnTeam1Capture > <Named Brick: Team 2's tele button> > disappear > -1
OnTeam2Capture > <Named Brick: Team 1's tele button> > disappear > -1
OnTeam2Capture > <Named Brick: Team 2's tele button> > disappear > 0