diff --git a/scripts/jump_start.py b/scripts/jump_start.py
index cc3656cf88f3916c4be4af4614d9ef42c1d89b23..6ac418a686c8e18f2ec2cac21bc62877d5b8055f 100644
--- a/scripts/jump_start.py
+++ b/scripts/jump_start.py
@@ -35,6 +35,10 @@ borg.goalPath = "HTN/Trees/"
 #################################################################################################################################################################
 # will the entities move to attack positions at the end of training?
 borg.isAttackRun = False
+# attack time after which all vehicles will go to attack positions
+# note: This is not an interrupt, convoys will finish what they were doing first
+borg.params_attackTime = 10
+
 # red training positions
 borg.redDestinations=["TRAINING01", "TRAINING02", "TRAINING03", "TRAINING04", "TRAINING05", "TRAINING06", "TRAINING07", "TRAINING08", "TRAINING09", "TRAINING10", "TRAINING11", "TRAINING12", ]
 # red attack positions