From 63d6fe069acde37d4a0dbbe7c35ff7d4dfa62cfb Mon Sep 17 00:00:00 2001
From: "dereeves@nps.edu" <dereeves@nps.edu>
Date: Thu, 5 Aug 2021 16:19:26 -0700
Subject: [PATCH] * starting attack stuff

---
 scripts/jump_start.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/scripts/jump_start.py b/scripts/jump_start.py
index cc3656c..6ac418a 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
-- 
GitLab