Retrograding Capture Points

Jivvi

L1: Registered
Jun 28, 2015
22
31
Hi, I know precious little about scripting objectives thus far; I was wondering if it's possible to have control points begin to revert to either its previous state or a neutral one over time after being taken (or possibly all at once due to limitations).

Thanks!
 
Oct 6, 2008
1,947
445
set up a conditional relay that has a timer attached

on cap> start timer 1 (name it)
on next cap (stop timer 1 previous point) > start timer 2 (name it) on this point

On timer 2 = zero
> change current cap back to team X
> resume timer 1

etc