time to get some sleep, graph is in stylishGraph.js and the crime monitor is in test3.js

This commit is contained in:
2024-10-19 04:06:22 +02:00
parent e4bf947531
commit 6189db539a
19 changed files with 465 additions and 590 deletions

View File

@@ -21,7 +21,7 @@ export async function main(ns) {
if (!ns.isRunning(sGangScript)) { drun(ns, sGangScript); }
//if (!ns.isRunning(sCorpControl)) { ns.run(sCorpControl); }
if (!ns.isRunning(sPServScript)) { drun(ns, sPServScript); }
await DistributeRunAndWait(ns, sBackdoorScript);
await RunAndWait(ns, sBackdoorScript);
await DistributeRunAndWait(ns, sUpdateTarget);
/*