/tg/ Station 13 - Modules - TypesVar Details - Proc Details

control_point

Control point used for CTF for king of the hill or control point game modes. Teams need to maintain control of the point for a set time to win.

Vars

controlling_teamTeam that is currently controlling this point.
point_rateAmount of points generated per second by this control point while captured.

Procs

captureProc called when a player interacts with the control point to handle capturing it. Performs a do after and then verifies what team ther capturer belongs to.

Var Details

controlling_team

Team that is currently controlling this point.

point_rate

Amount of points generated per second by this control point while captured.

Proc Details

capture

Proc called when a player interacts with the control point to handle capturing it. Performs a do after and then verifies what team ther capturer belongs to.