jsc
5 years agoRegular Contributor
delay region checkpoint
Hi all,
is there any possibility to delay region checkpoints in general? (via eventhandler, script,...)
I know that there is autowait timeout but that's not what I need.
I need every checkpoint to delay for example for one second, so wait 1s and then start the checkpoint.
(I do not want to add delay(1000) before every region checkpoint)
best regards
joachim
Write your own region checkpoint function NewRegionCheckpoint that contains
Delay
standard region checkpoint
and use that everywhere